/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 108 typedef uint64_t pint_t; typedef in libunwind::LocalAddressSpace 111 typedef uint32_t pint_t; 114 uint8_t get8(pint_t addr) { in get8() 119 uint16_t get16(pint_t addr) { in get16() 124 uint32_t get32(pint_t addr) { in get32() 129 uint64_t get64(pint_t addr) { in get64() 134 double getDouble(pint_t addr) { in getDouble() 139 v128 getVector(pint_t addr) { in getVector() 144 uintptr_t getP(pint_t addr); 145 static uint64_t getULEB128(pint_t &addr, pint_t end); [all …]
|
D | EHHeaderParser.hpp | 30 typedef typename A::pint_t pint_t; typedef in 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, 57 void EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr() 58 pint_t ehHdrEnd, EHHeaderInfo &ehHdrInfo) { in decodeEHHdr() 59 pint_t p = ehHdrStart; in decodeEHHdr() [all …]
|
D | DwarfInstructions.hpp | 35 typedef typename A::pint_t pint_t; typedef in 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 ®isters, 60 pint_t cfa, const RegisterLocation &savedReg); 62 pint_t cfa, const RegisterLocation &savedReg); 64 pint_t cfa, const RegisterLocation &savedReg); 66 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() 69 return (pint_t)((sint_t)registers.getRegister((int)prolog.cfaRegister) + in getCFA() [all …]
|
D | DwarfParser.hpp | 37 typedef typename A::pint_t pint_t; typedef in 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; 62 pint_t pcEnd; [all …]
|
D | UnwindCursor.hpp | 43 typedef typename A::pint_t pint_t; typedef in 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); 55 pint_t mh; 56 pint_t ip_start; 57 pint_t ip_end; 58 pint_t fde; 99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() 100 pint_t result = 0; in findFDE() [all …]
|
D | libunwind.cpp | 178 typedef LocalAddressSpace::pint_t pint_t; in unw_set_reg() typedef 181 co->setReg(regNum, (pint_t)value); in unw_set_reg() 325 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo); in _unw_add_dynamic_fde() 330 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in _unw_add_dynamic_fde() 341 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde); in _unw_remove_dynamic_fde()
|
D | CompactUnwinder.hpp | 41 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_x86 45 typename A::pint_t returnAddressLocation, 240 typename A::pint_t bp = registers.getEBP(); in frameUnwind() 251 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind() 271 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_x86_64 501 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_arm64
|