Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c62 int function_start_addresses_count; member
350 baton->function_start_addresses_count = count; in scan_macho_load_commands()
374 for (int i = 0; i < baton->function_start_addresses_count; i++) { in scan_macho_load_commands()
392 for (int i = 0; i < baton->function_start_addresses_count; i++) { in scan_macho_load_commands()
1415 baton.function_start_addresses_count = 0; in main()