Searched refs:eh_frame_ptr_enc (Results 1 - 7 of 7) sorted by relevance

/external/libunwind/include/
H A Ddwarf-eh.h112 unsigned char eh_frame_ptr_enc; member in struct:dwarf_eh_frame_hdr
/external/libunwind_llvm/src/
H A DEHHeaderParser.hpp64 uint8_t eh_frame_ptr_enc = addressSpace.get8(p++); local
69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c91 if (dwarf_read_encoded_pointer (ei->u.memory.as, a, &addr, hdr.eh_frame_ptr_enc, &pi,
371 &addr, hdr->eh_frame_ptr_enc, &pi,
400 if (hdr->eh_frame_ptr_enc == DW_EH_PE_omit)
H A DGfind_proc_info-lsb.c689 &addr, hdr->eh_frame_ptr_enc, pi,
726 if (hdr->eh_frame_ptr_enc == DW_EH_PE_omit)
/external/elfutils/tests/
H A Drun-readelf-zdebug.sh497 eh_frame_ptr_enc: 0x1b (sdata4 pcrel)
/external/elfutils/src/
H A Dreadelf.c7795 unsigned int eh_frame_ptr_enc = *readp++; local
7800 " eh_frame_ptr_enc: %#x ",
7801 version, eh_frame_ptr_enc);
7802 print_encoding_base ("", eh_frame_ptr_enc);
7809 if (eh_frame_ptr_enc != DW_EH_PE_omit)
7811 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr,
7817 if ((eh_frame_ptr_enc & 0x70) == DW_EH_PE_pcrel)
H A Dldgeneric.c52 unsigned char eh_frame_ptr_enc; member in struct:unw_eh_frame_hdr

Completed in 269 milliseconds