HomeSort by relevance Sort by last modified time
    Searched refs:pint_t (Results 1 - 7 of 7) sorted by null

  /external/libunwind_llvm/src/
EHHeaderParser.hpp 29 typedef typename A::pint_t pint_t; typedef in class:libunwind::EHHeaderParser
33 pint_t eh_frame_ptr;
35 pint_t table;
39 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
41 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
47 static bool decodeTableEntry(A &addressSpace, pint_t &tableEntry,
48 pint_t ehHdrStart, pint_t ehHdrEnd
    [all...]
AddressSpace.hpp 145 typedef uintptr_t pint_t; typedef in class:libunwind::LocalAddressSpace
147 uint8_t get8(pint_t addr) {
152 uint16_t get16(pint_t addr) {
157 uint32_t get32(pint_t addr) {
162 uint64_t get64(pint_t addr) {
167 double getDouble(pint_t addr) {
172 v128 getVector(pint_t addr) {
177 uintptr_t getP(pint_t addr);
178 static uint64_t getULEB128(pint_t &addr, pint_t end)
550 typedef typename P::uint_t pint_t; typedef in class:libunwind::RemoteAddressSpace
    [all...]
DwarfInstructions.hpp 34 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfInstructions
37 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart,
55 static pint_t evaluateExpression(pint_t expression, A &addressSpace,
57 pint_t initialStackValue);
58 static pint_t getSavedRegister(A &addressSpace, const R &registers,
59 pint_t cfa, const RegisterLocation &savedReg);
61 pint_t cfa, const RegisterLocation &savedReg)
    [all...]
DwarfParser.hpp 36 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 pcStart
    [all...]
UnwindCursor.hpp 43 typedef typename A::pint_t pint_t; typedef in class:libunwind::DwarfFDECache
45 static pint_t findFDE(pint_t mh, pint_t pc);
46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
47 static void removeAllIn(pint_t mh)
419 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
    [all...]
libunwind.cpp 183 typedef LocalAddressSpace::pint_t pint_t; typedef
186 co->setReg(regNum, (pint_t)value);
330 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
335 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
346 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde);
CompactUnwinder.hpp 41 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,
273 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_x86_64
505 typename A::pint_t pint_t; member in class:libunwind::CompactUnwinder_arm64

Completed in 74 milliseconds