Searched defs:eh_frame_ptr_enc (Results 1 - 4 of 4) sorted by relevance
/external/libunwind/include/ |
H A D | dwarf-eh.h | 112 unsigned char eh_frame_ptr_enc; member in struct:dwarf_eh_frame_hdr
|
/external/libunwind_llvm/src/ |
H A D | EHHeaderParser.hpp | 64 uint8_t eh_frame_ptr_enc = addressSpace.get8(p++); local 69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
|
/external/elfutils/src/ |
H A D | ldgeneric.c | 52 unsigned char eh_frame_ptr_enc; member in struct:unw_eh_frame_hdr
|
H A D | readelf.c | 7795 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)
|
Completed in 82 milliseconds