Lines Matching refs:ehHdrEnd
39 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
48 pint_t ehHdrStart, pint_t ehHdrEnd,
57 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) { in decodeEHHdr() argument
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()
100 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE() local
103 EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd, hdrInfo); in findFDE()
112 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()
127 if (decodeTableEntry(addressSpace, tableEntry, ehHdrStart, ehHdrEnd, in findFDE()