Lines Matching defs:ehHdrEnd
38 static bool decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
47 pint_t ehHdrStart, pint_t ehHdrEnd,
56 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
60 if (ehHdrEnd - ehHdrStart < 4) {
63 if (ehHdrEnd == ehHdrStart)
68 static_cast<size_t>(ehHdrEnd - ehHdrStart));
83 addressSpace.getEncodedP(p, ehHdrEnd, eh_frame_ptr_enc, ehHdrStart);
87 : addressSpace.getEncodedP(p, ehHdrEnd, fde_count_enc, ehHdrStart);
95 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
100 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
102 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart);
119 pint_t ehHdrEnd = ehHdrStart + sectionLength;
122 if (!EHHeaderParser<A>::decodeEHHdr(addressSpace, ehHdrStart, ehHdrEnd,
135 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd,
150 if (decodeTableEntry(addressSpace, tableEntry, ehHdrStart, ehHdrEnd,