Lines Matching refs:pint_t
28 typedef typename A::pint_t pint_t; typedef in libunwind::EHHeaderParser
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, in decodeEHHdr()
56 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) { in decodeEHHdr()
57 pint_t p = ehHdrStart; in decodeEHHdr()
81 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, in decodeTableEntry()
87 pint_t fde = in decodeTableEntry()
101 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE()
105 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
113 pint_t tableEntry; in findFDE()
119 pint_t start = addressSpace.getEncodedP(tableEntry, ehHdrEnd, in findFDE()