Lines Matching refs:compact_unwind_start
40 uint8_t *compact_unwind_start; // pointer into this program's address space member
98 baton->compact_unwind_start = 0; in scan_macho_load_commands()
187 baton->compact_unwind_start = in scan_macho_load_commands()
193 baton->compact_unwind_start = in scan_macho_load_commands()
1227 baton.compact_unwind_start + in print_second_level_index_regular()
1258 baton.compact_unwind_start + in print_second_level_index_compressed()
1277 *((uint32_t *)(baton.compact_unwind_start + in print_second_level_index_compressed()
1297 baton.compact_unwind_start + in print_second_level_index()
1328 baton.compact_unwind_start + baton.unwind_header.indexSectionOffset; in print_index_sections()
1353 baton.compact_unwind_start + index_entry.lsdaIndexArraySectionOffset; in print_index_sections()
1354 baton.lsda_array_end = baton.compact_unwind_start + in print_index_sections()
1419 if (baton.compact_unwind_start == NULL) { in main()
1425 memcpy(&header, baton.compact_unwind_start, in main()
1440 baton.compact_unwind_start + header.commonEncodingsArraySectionOffset; in main()
1452 baton.compact_unwind_start + header.personalityArraySectionOffset; in main()
1455 int32_t pers_delta = *((int32_t *)(baton.compact_unwind_start + in main()