Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DEHHeaderParser.hpp39 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
41 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
48 pint_t ehHdrStart, pint_t ehHdrEnd,
56 void EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr() argument
58 pint_t p = ehHdrStart; in decodeEHHdr()
68 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart); in decodeEHHdr()
70 addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart); in decodeEHHdr()
76 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, in decodeTableEntry() argument
81 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
83 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
[all …]