Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c94 struct symtab_command symtab_cmd; in scan_macho_load_commands() local
239 memcpy(&symtab_cmd, offset, sizeof(struct symtab_command)); in scan_macho_load_commands()
251 (char *)(baton->mach_header_start + symtab_cmd.stroff); in scan_macho_load_commands()
252 uint8_t *local_syms = baton->mach_header_start + symtab_cmd.symoff + in scan_macho_load_commands()
255 uint8_t *exported_syms = baton->mach_header_start + symtab_cmd.symoff + in scan_macho_load_commands()