Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c243 struct dysymtab_command dysymtab_cmd; in scan_macho_load_commands() local
244 memcpy(&dysymtab_cmd, offset, sizeof(struct dysymtab_command)); in scan_macho_load_commands()
253 (dysymtab_cmd.ilocalsym * nlist_size); in scan_macho_load_commands()
254 int local_syms_count = dysymtab_cmd.nlocalsym; in scan_macho_load_commands()
256 (dysymtab_cmd.iextdefsym * nlist_size); in scan_macho_load_commands()
257 int exported_syms_count = dysymtab_cmd.nextdefsym; in scan_macho_load_commands()