Lines Matching defs:pint_t
28 typedef typename A::pint_t pint_t;
32 pint_t eh_frame_ptr;
34 pint_t table;
38 static bool decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
40 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
46 static bool decodeTableEntry(A &addressSpace, pint_t &tableEntry,
47 pint_t ehHdrStart, pint_t ehHdrEnd,
55 bool EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart,
56 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) {
57 pint_t p = ehHdrStart;
95 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
101 pint_t fde =
115 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
119 pint_t ehHdrEnd = ehHdrStart + sectionLength;
129 pint_t tableEntry;
135 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd,