Searched refs:pint_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp28 typedef typename A::pint_t pint_t; typedef in class: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 ehHdrStar
[all...]
H A DDwarfInstructions.hpp33 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfInstructions
36 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart,
54 static pint_t evaluateExpression(pint_t expression, A &addressSpace,
56 pint_t initialStackValue);
57 static pint_t getSavedRegister(A &addressSpace, const R &registers,
58 pint_t cfa, const RegisterLocation &savedReg);
60 pint_t cf
[all...]
H A DAddressSpace.hpp194 typedef uintptr_t pint_t; typedef in class:libunwind::LocalAddressSpace
196 uint8_t get8(pint_t addr) {
201 uint16_t get16(pint_t addr) {
206 uint32_t get32(pint_t addr) {
211 uint64_t get64(pint_t addr) {
216 double getDouble(pint_t addr) {
221 v128 getVector(pint_t addr) {
226 uintptr_t getP(pint_t addr);
227 uint64_t getRegister(pint_t addr);
228 static uint64_t getULEB128(pint_t
[all...]
H A DDwarfParser.hpp35 typedef typename A::pint_t pint_t; typedef in class:libunwind::CFI_Parser
39 pint_t cieStart;
40 pint_t cieLength;
41 pint_t cieInstructions;
46 pint_t personality;
59 pint_t fdeStart;
60 pint_t fdeLength;
61 pint_t fdeInstructions;
62 pint_t pcStar
[all...]
H A DUnwindCursor.hpp82 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfFDECache
84 static pint_t findFDE(pint_t mh, pint_t pc);
85 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
86 static void removeAllIn(pint_t m
459 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
879 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
[all...]
H A Dlibunwind.cpp99 typedef LocalAddressSpace::pint_t pint_t; typedef
102 co->setReg(regNum, (pint_t)value);
260 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
265 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
276 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde);
H A DCompactUnwinder.hpp40 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_x86
44 typename A::pint_t returnAddressLocation,
239 typename A::pint_t bp = registers.getEBP();
250 A &addressSpace, typename A::pint_t returnAddressLocation,
272 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_x86_64
504 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_arm64

Completed in 147 milliseconds