Searched refs:pint_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | DwarfInstructions.hpp | 34 typedef typename A::pint_t pint_t; typedef in libunwind::DwarfInstructions 37 static int stepWithDwarf(A &addressSpace, pint_t pc, pint_t fdeStart, 55 static pint_t evaluateExpression(pint_t expression, A &addressSpace, 57 pint_t initialStackValue); 58 static pint_t getSavedRegister(A &addressSpace, const R ®isters, 59 pint_t cfa, const RegisterLocation &savedReg); 61 pint_t cf [all...] |
H A D | AddressSpace.hpp | 161 typedef uintptr_t pint_t; typedef in libunwind::LocalAddressSpace 163 uint8_t get8(pint_t addr) { in get8() 168 uint16_t get16(pint_t addr) { in get16() 173 uint32_t get32(pint_t addr) { in get32() 178 uint64_t get64(pint_t addr) { in get64() 183 double getDouble(pint_t addr) { in getDouble() 188 v128 getVector(pint_t addr) { in getVector() 193 uintptr_t getP(pint_t addr); 194 uint64_t getRegister(pint_t addr); 195 static uint64_t getULEB128(pint_t [all...] |
H A 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; 60 pint_t fdeStart; 61 pint_t fdeLength; 62 pint_t fdeInstructions; 63 pint_t pcStart; 64 pint_t pcEnd; [all …]
|
H A 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 ehHdrStar [all...] |
H A D | UnwindCursor.hpp | 97 typedef typename A::pint_t pint_t; typedef in libunwind::DwarfFDECache 99 static constexpr pint_t kSearchAll = static_cast<pint_t>(-1); 100 static pint_t findFDE(pint_t mh, pint_t pc); 101 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 102 static void removeAllIn(pint_t mh); 110 pint_t mh; 111 pint_t ip_start; 112 pint_t ip_end; 113 pint_t fde; 153 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() [all …]
|
H A D | libunwind.cpp | 118 typedef LocalAddressSpace::pint_t pint_t; in _LIBUNWIND_WEAK_ALIAS() typedef 121 co->setReg(regNum, (pint_t)value); in _LIBUNWIND_WEAK_ALIAS() 302 (LocalAddressSpace::pint_t) fde, &fdeInfo, &cieInfo); in _LIBUNWIND_WEAK_ALIAS() 307 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in _LIBUNWIND_WEAK_ALIAS() 318 DwarfFDECache<LocalAddressSpace>::removeAllIn((LocalAddressSpace::pint_t)fde); in __unw_remove_dynamic_fde() 326 auto p = (LocalAddressSpace::pint_t)eh_frame_start; in __unw_add_dynamic_eh_frame_section() 331 DwarfFDECache<LocalAddressSpace>::add((LocalAddressSpace::pint_t)mh_group, in __unw_add_dynamic_eh_frame_section() 346 (LocalAddressSpace::pint_t)eh_frame_start); in __unw_remove_dynamic_eh_frame_section()
|
H A 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() 273 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_x86_64 505 typename A::pint_t pint_t; member in libunwind::CompactUnwinder_arm64
|