/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 184 typedef uintptr_t pint_t; typedef in libunwind::LocalAddressSpace 186 uint8_t get8(pint_t addr) { in get8() 191 uint16_t get16(pint_t addr) { in get16() 196 uint32_t get32(pint_t addr) { in get32() 201 uint64_t get64(pint_t addr) { in get64() 206 double getDouble(pint_t addr) { in getDouble() 211 v128 getVector(pint_t addr) { in getVector() 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 …]
|
D | DwarfParser.hpp | 35 typedef typename A::pint_t pint_t; typedef in 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; 63 pint_t pcEnd; [all …]
|
D | DwarfInstructions.hpp | 33 typedef typename A::pint_t pint_t; typedef in 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 ®isters, 58 pint_t cfa, const RegisterLocation &savedReg); 60 pint_t cfa, const RegisterLocation &savedReg); 62 pint_t cfa, const RegisterLocation &savedReg); 64 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() 67 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA() [all …]
|
D | EHHeaderParser.hpp | 28 typedef typename A::pint_t pint_t; typedef in 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, 55 bool EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr() 56 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) { in decodeEHHdr() 57 pint_t p = ehHdrStart; in decodeEHHdr() [all …]
|
D | UnwindCursor.hpp | 82 typedef typename A::pint_t pint_t; typedef in 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); 94 pint_t mh; 95 pint_t ip_start; 96 pint_t ip_end; 97 pint_t fde; 137 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() 138 pint_t result = 0; in findFDE() [all …]
|
D | libunwind.cpp | 99 typedef LocalAddressSpace::pint_t pint_t; in unw_set_reg() typedef 102 co->setReg(regNum, (pint_t)value); in unw_set_reg() 258 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo); in _unw_add_dynamic_fde() 263 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in _unw_add_dynamic_fde() 274 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde); in _unw_remove_dynamic_fde()
|
D | CompactUnwinder.hpp | 40 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_x86 44 typename A::pint_t returnAddressLocation, 239 typename A::pint_t bp = registers.getEBP(); in frameUnwind() 250 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind() 272 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_x86_64 504 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_arm64
|