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

/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp82 typedef uint64_t pint_t; typedef in class:libunwind::LocalAddressSpace
85 typedef uint32_t pint_t;
88 uint8_t get8(pint_t addr) {
93 uint16_t get16(pint_t addr) {
98 uint32_t get32(pint_t addr) {
103 uint64_t get64(pint_t addr) {
108 double getDouble(pint_t addr) {
113 v128 getVector(pint_t addr) {
118 uintptr_t getP(pint_t addr);
119 static uint64_t getULEB128(pint_t
381 typedef typename P::uint_t pint_t; typedef in class:libunwind::OtherAddressSpace
[all...]
H A DDwarfInstructions.hpp35 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfInstructions
38 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart,
56 static pint_t evaluateExpression(pint_t expression, A &addressSpace,
58 pint_t initialStackValue);
59 static pint_t getSavedRegister(A &addressSpace, const R &registers,
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cf
[all...]
H A DDwarfParser.hpp36 typedef typename A::pint_t pint_t; typedef in class:libunwind::CFI_Parser
40 pint_t cieStart;
41 pint_t cieLength;
42 pint_t cieInstructions;
47 pint_t personality;
57 pint_t fdeStart;
58 pint_t fdeLength;
59 pint_t fdeInstructions;
60 pint_t pcStar
[all...]
H A DUnwindCursor.hpp40 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfFDECache
42 static pint_t findFDE(pint_t mh, pint_t pc);
43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
44 static void removeAllIn(pint_t m
394 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
[all...]
H A Dlibunwind.cpp173 typedef LocalAddressSpace::pint_t pint_t; typedef
176 co->setReg(regNum, (pint_t)value);
315 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
320 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
331 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde);
H A DCompactUnwinder.hpp41 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_x86
45 typename A::pint_t returnAddressLocation,
240 typename A::pint_t bp = registers.getEBP();
251 A &addressSpace, typename A::pint_t returnAddressLocation,
271 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_x86_64
501 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_arm64

Completed in 878 milliseconds