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 28 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 ehHdrStart, pint_t ehHdrEnd
    [all...]
DwarfInstructions.hpp 33 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 cfa, const RegisterLocation &savedReg)
    [all...]
AddressSpace.hpp 184 typedef uintptr_t pint_t; typedef in class:libunwind::LocalAddressSpace
186 uint8_t get8(pint_t addr) {
191 uint16_t get16(pint_t addr) {
196 uint32_t get32(pint_t addr) {
201 uint64_t get64(pint_t addr) {
206 double getDouble(pint_t addr) {
211 v128 getVector(pint_t addr) {
216 uintptr_t getP(pint_t addr);
217 uint64_t getRegister(pint_t addr);
218 static uint64_t getULEB128(pint_t &addr, pint_t end)
    [all...]
DwarfParser.hpp 35 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 pcStart
    [all...]
UnwindCursor.hpp 82 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 mh)
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...]
libunwind.cpp 99 typedef LocalAddressSpace::pint_t pint_t; typedef
102 co->setReg(regNum, (pint_t)value);
258 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
263 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
274 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde);
CompactUnwinder.hpp 40 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 61 milliseconds