Searched defs:ehHdrEnd (Results 1 - 1 of 1) sorted by relevance

/external/libunwind_llvm/src/
H A DEHHeaderParser.hpp39 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
48 pint_t ehHdrStart, pint_t ehHdrEnd,
57 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
68 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
72 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart);
78 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
83 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
85 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
102 pint_t ehHdrEnd = ehHdrStart + sectionLength; local
105 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInf
56 decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) argument
77 decodeTableEntry( A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, uint8_t tableEnc, typename CFI_Parser<A>::FDE_Info *fdeInfo, typename CFI_Parser<A>::CIE_Info *cieInfo) argument
[all...]

Completed in 144 milliseconds