Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c333 struct linkedit_data_command function_starts_cmd; in scan_macho_load_commands() local
334 memcpy(&function_starts_cmd, offset, in scan_macho_load_commands()
338 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands()
339 uint8_t *function_end = funcstarts_offset + function_starts_cmd.datasize; in scan_macho_load_commands()
353 baton->mach_header_start + function_starts_cmd.dataoff; in scan_macho_load_commands()