Searched refs:fde_count (Results 1 – 4 of 4) sorted by relevance
110 Dwarf_Word fde_count; in parse_eh_frame_hdr() local112 &fde_count))) in parse_eh_frame_hdr()114 if (fde_count != 0 && (size_t) fde_count == fde_count in parse_eh_frame_hdr()118 *table_entries = fde_count; in parse_eh_frame_hdr()
31 fde_count: 7
510 fde_count: 3
10901 uint64_t fde_count = 0; in print_debug_frame_hdr_section() local10904 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg); in print_debug_frame_hdr_section()10908 printf (" fde_count: %" PRIu64 "\n", fde_count); in print_debug_frame_hdr_section()10911 if (fde_count == 0 || table_enc == DW_EH_PE_omit) in print_debug_frame_hdr_section()10918 while (fde_count > 0 && readp + 8 <= dataend) in print_debug_frame_hdr_section()