Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c257 int exported_syms_count = dysymtab_cmd.nextdefsym; in scan_macho_load_commands() local
264 sizeof(struct symbol) * (local_syms_count + exported_syms_count)); in scan_macho_load_commands()
298 for (int i = 0; i < exported_syms_count; i++) { in scan_macho_load_commands()