Home
last modified time | relevance | path

Searched refs:function_starts_cmd (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c376 struct linkedit_data_command function_starts_cmd; in scan_macho_load_commands() local
377 memcpy(&function_starts_cmd, offset, in scan_macho_load_commands()
381 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands()
382 uint8_t *function_end = funcstarts_offset + function_starts_cmd.datasize; in scan_macho_load_commands()
396 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands()