Home | History | Annotate | Download | only in src

Lines Matching refs: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;
81 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd,
87 pint_t fde =
101 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
105 pint_t ehHdrEnd = ehHdrStart + sectionLength;
113 pint_t tableEntry;
119 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd,