Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getcfi_elf.c110 Dwarf_Word fde_count; in parse_eh_frame_hdr() local
112 &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()
/external/elfutils/tests/
Drun-readelf-frames.sh31 fde_count: 7
Drun-readelf-zdebug.sh510 fde_count: 3
/external/elfutils/src/
Dreadelf.c10901 uint64_t fde_count = 0; in print_debug_frame_hdr_section() local
10904 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()