Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c137 struct symtab_command symtab_cmd; in scan_macho_load_commands() local
282 memcpy(&symtab_cmd, offset, sizeof(struct symtab_command)); in scan_macho_load_commands()
294 (char *)(baton->mach_header_start + symtab_cmd.stroff); in scan_macho_load_commands()
295 uint8_t *local_syms = baton->mach_header_start + symtab_cmd.symoff + in scan_macho_load_commands()
298 uint8_t *exported_syms = baton->mach_header_start + symtab_cmd.symoff + in scan_macho_load_commands()