Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DEHHeaderParser.hpp64 uint8_t eh_frame_ptr_enc = addressSpace.get8(p++); in decodeEHHdr() local
69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr()
/external/llvm-project/lld/test/ELF/
Deh-frame-hdr-comdat.s14 # CHECK-NEXT: eh_frame_ptr_enc:
/external/elfutils/tests/
Drun-readelf-frames.sh27 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
Drun-readelf-zdebug.sh506 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dunwind.test22 # CHECK-NEXT: eh_frame_ptr_enc: 0x1b
254 # TRUNCATED-NEXT: eh_frame_ptr_enc: 0x0
255 # TRUNCATED-NEXT: error: '[[FILE]]': unexpected encoding eh_frame_ptr_enc
/external/elfutils/src/
Dreadelf.c10617 unsigned int eh_frame_ptr_enc = *readp++; in print_debug_frame_hdr_section() local
10623 version, eh_frame_ptr_enc); in print_debug_frame_hdr_section()
10624 print_encoding_base ("", eh_frame_ptr_enc); in print_debug_frame_hdr_section()
10631 if (eh_frame_ptr_enc != DW_EH_PE_omit) in print_debug_frame_hdr_section()
10633 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr, in print_debug_frame_hdr_section()
10639 if ((eh_frame_ptr_enc & 0x70) == DW_EH_PE_pcrel) in print_debug_frame_hdr_section()