Searched refs:pint_t (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | AddressSpace.hpp | 150 typedef uintptr_t pint_t; typedef in libunwind::LocalAddressSpace 152 uint8_t get8(pint_t addr) { in get8() 157 uint16_t get16(pint_t addr) { in get16() 162 uint32_t get32(pint_t addr) { in get32() 167 uint64_t get64(pint_t addr) { in get64() 172 double getDouble(pint_t addr) { in getDouble() 177 v128 getVector(pint_t addr) { in getVector() 182 uintptr_t getP(pint_t addr); 183 uint64_t getRegister(pint_t addr); 184 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 | 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 constexpr pint_t kSearchAll = static_cast<pint_t>(-1); 85 static pint_t findFDE(pint_t mh, pint_t pc); 86 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 87 static void removeAllIn(pint_t mh); 95 pint_t mh; 96 pint_t ip_start; 97 pint_t ip_end; 98 pint_t fde; 138 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() [all …]
|
D | libunwind.cpp | 101 typedef LocalAddressSpace::pint_t pint_t; in _LIBUNWIND_WEAK_ALIAS() typedef 104 co->setReg(regNum, (pint_t)value); in _LIBUNWIND_WEAK_ALIAS() 262 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo); in _LIBUNWIND_WEAK_ALIAS() 267 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in _LIBUNWIND_WEAK_ALIAS() 278 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
|