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

  /external/libunwind_llvm/src/
EHHeaderParser.hpp 30 typedef typename A::pint_t pint_t; typedef in class:libunwind::EHHeaderParser
34 pint_t eh_frame_ptr;
36 pint_t table;
40 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
42 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
48 static bool decodeTableEntry(A &addressSpace, pint_t &tableEntry,
49 pint_t ehHdrStart, pint_t ehHdrEnd
    [all...]
AddressSpace.hpp 108 typedef uint64_t pint_t; typedef in class:libunwind::LocalAddressSpace
111 typedef uint32_t pint_t;
114 uint8_t get8(pint_t addr) {
119 uint16_t get16(pint_t addr) {
124 uint32_t get32(pint_t addr) {
129 uint64_t get64(pint_t addr) {
134 double getDouble(pint_t addr) {
139 v128 getVector(pint_t addr) {
144 uintptr_t getP(pint_t addr);
145 static uint64_t getULEB128(pint_t &addr, pint_t end)
486 typedef typename P::uint_t pint_t; typedef in class:libunwind::OtherAddressSpace
    [all...]
DwarfInstructions.hpp 35 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 cfa, const RegisterLocation &savedReg)
    [all...]
DwarfParser.hpp 37 typedef typename A::pint_t pint_t; typedef in class:libunwind::CFI_Parser
41 pint_t cieStart;
42 pint_t cieLength;
43 pint_t cieInstructions;
48 pint_t personality;
58 pint_t fdeStart;
59 pint_t fdeLength;
60 pint_t fdeInstructions;
61 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)
417 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
    [all...]
libunwind.cpp 178 typedef LocalAddressSpace::pint_t pint_t; typedef
181 co->setReg(regNum, (pint_t)value);
325 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
330 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
341 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,
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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
EHHeaderParser.hpp 30 typedef typename A::pint_t pint_t; typedef in class:libunwind::EHHeaderParser
34 pint_t eh_frame_ptr;
36 pint_t table;
40 static void decodeEHHdr(A &addressSpace, pint_t ehHdrStart, pint_t ehHdrEnd,
42 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart,
48 static bool decodeTableEntry(A &addressSpace, pint_t &tableEntry,
49 pint_t ehHdrStart, pint_t ehHdrEnd
    [all...]
AddressSpace.hpp 101 typedef uint64_t pint_t; typedef in class:libunwind::LocalAddressSpace
104 typedef uint32_t pint_t;
107 uint8_t get8(pint_t addr) {
112 uint16_t get16(pint_t addr) {
117 uint32_t get32(pint_t addr) {
122 uint64_t get64(pint_t addr) {
127 double getDouble(pint_t addr) {
132 v128 getVector(pint_t addr) {
137 uintptr_t getP(pint_t addr);
138 static uint64_t getULEB128(pint_t &addr, pint_t end)
472 typedef typename P::uint_t pint_t; typedef in class:libunwind::OtherAddressSpace
    [all...]
DwarfInstructions.hpp 35 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 cfa, const RegisterLocation &savedReg)
    [all...]
DwarfParser.hpp 37 typedef typename A::pint_t pint_t; typedef in class:libunwind::CFI_Parser
41 pint_t cieStart;
42 pint_t cieLength;
43 pint_t cieInstructions;
48 pint_t personality;
58 pint_t fdeStart;
59 pint_t fdeLength;
60 pint_t fdeInstructions;
61 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)
417 typedef typename A::pint_t pint_t; typedef in class:libunwind::UnwindCursor
    [all...]
libunwind.cpp 177 typedef LocalAddressSpace::pint_t pint_t; typedef
180 co->setReg(regNum, (pint_t)value);
324 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo);
329 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group,
340 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,
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 991 milliseconds