Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DEHHeaderParser.hpp65 uint8_t fde_count_enc = addressSpace.get8(p++); in decodeEHHdr() local
71 fde_count_enc == DW_EH_PE_omit in decodeEHHdr()
73 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr()
/external/llvm-project/lld/test/ELF/
Deh-frame-hdr-comdat.s15 # CHECK-NEXT: fde_count_enc:
/external/elfutils/tests/
Drun-readelf-frames.sh28 fde_count_enc: 0x3 (udata4)
Drun-readelf-zdebug.sh507 fde_count_enc: 0x3 (udata4)
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dunwind.test23 # CHECK-NEXT: fde_count_enc: 0x3
/external/elfutils/src/
Dreadelf.c10618 unsigned int fde_count_enc = *readp++; in print_debug_frame_hdr_section() local
10625 printf (" fde_count_enc: %#x ", fde_count_enc); in print_debug_frame_hdr_section()
10626 print_encoding_base ("", fde_count_enc); in print_debug_frame_hdr_section()
10648 if (fde_count_enc != DW_EH_PE_omit) in print_debug_frame_hdr_section()
10650 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg); in print_debug_frame_hdr_section()