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

/external/libunwind_llvm/src/
H A DEHHeaderParser.hpp40 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
49 pint_t ehHdrStart, pint_t ehHdrEnd,
58 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
69 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
71 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart);
77 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
82 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
84 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
101 pint_t ehHdrEnd = ehHdrStart + sectionLength; local
104 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInf
57 decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) argument
76 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 298 milliseconds