Searched refs:uintptr_t (Results 1 - 25 of 39) sorted by relevance

12

/ndk/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc56 uintptr_t readULEB128(const uint8_t** data) {
57 uintptr_t result = 0;
58 uintptr_t shift = 0;
63 result |= static_cast<uintptr_t>(byte & 0x7F) << shift;
71 uintptr_t result = 0;
72 uintptr_t shift = 0;
77 result |= static_cast<uintptr_t>(byte & 0x7F) << shift;
82 result |= static_cast<uintptr_t>(~0) << shift;
133 static inline uintptr_t readAbsPtr(const uint8_t* data) {
134 if (sizeof(uintptr_t)
[all...]
H A Ddwarf_helper.h74 uintptr_t landingPad; // null -> nothing found, else something found
82 uintptr_t readULEB128(const uint8_t** data) _GABIXX_HIDDEN;
84 uintptr_t readEncodedPointer(const uint8_t** data,
H A Dhelper_func_internal.cc96 uintptr_t ip = _Unwind_GetIP(context) - 1;
97 uintptr_t funcStart = _Unwind_GetRegionStart(context);
98 uintptr_t ipOffset = ip - funcStart;
107 uintptr_t classInfoOffset = readULEB128(&lsda);
119 uintptr_t start = readEncodedPointer(&callSitePtr, callSiteEncoding);
120 uintptr_t length = readEncodedPointer(&callSitePtr, callSiteEncoding);
121 uintptr_t landingPad = readEncodedPointer(&callSitePtr, callSiteEncoding);
122 uintptr_t actionEntry = readULEB128(&callSitePtr);
130 landingPad = (uintptr_t)lpStart + landingPad;
351 _Unwind_SetGR(context, 0, reinterpret_cast<uintptr_t>(unwind_exceptio
[all...]
H A Dpersonality.cc96 results.landingPad = reinterpret_cast<uintptr_t>(exception_header->catchTemp);
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_proc_maps.h59 uintptr_t* load_address,
75 uintptr_t* load_address,
76 uintptr_t* load_offset);
H A Dcrazy_linker_rdebug.h128 uintptr_t l_addr;
130 uintptr_t l_ld;
147 uintptr_t r_ldbase;
H A Dcrazy_linker_proc_maps.cpp215 uintptr_t* load_address,
221 uintptr_t addr = reinterpret_cast<uintptr_t>(address);
248 uintptr_t addr = reinterpret_cast<uintptr_t>(address);
260 uintptr_t* load_address,
261 uintptr_t* load_offset) {
H A Dcrazy_linker_library_list.h69 uintptr_t load_address,
H A Dcrazy_linker_elf_view.h81 uintptr_t GetOffset() const { return dyn_->d_un.d_ptr; }
83 uintptr_t GetAddress(size_t load_bias) const {
H A Dcrazy_linker_proc_maps_unittest.cpp52 uintptr_t load_address;
63 uintptr_t load_address;
72 uintptr_t address;
102 uintptr_t address;
103 uintptr_t offset;
112 uintptr_t address, offset;
H A Dcrazy_linker_elf_loader.h44 uintptr_t wanted_address,
H A Dcrazy_linker_shared_library.cpp75 uintptr_t func_address = reinterpret_cast<uintptr_t>(func);
78 if (func_address != 0 && func_address != uintptr_t(-1))
218 uintptr_t dyn_addr = dyn.GetAddress(load_bias());
223 reinterpret_cast<uintptr_t>(Globals::GetRDebug()->GetAddress());
H A Dcrazy_linker_library_list.cpp225 uintptr_t load_address,
246 uintptr_t actual_address = wrap->GetCrazy()->load_address();
346 lib->link_map_.l_ld = reinterpret_cast<uintptr_t>(lib->view_.dynamic());
H A Dcrazy_linker_rdebug.cpp164 static const uintptr_t kPageSize = 4096;
165 uintptr_t page_address_;
170 page_address_ = reinterpret_cast<uintptr_t>(address) & ~(kPageSize - 1);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
H A Dunwind.h122 uintptr_t private_1; // non-zero means forced unwind
123 uintptr_t private_2; // holds sp that phase1 found for phase2 to use
217 static inline uintptr_t _Unwind_GetGR(struct _Unwind_Context* context,
219 uintptr_t value = 0;
225 uintptr_t new_value) {
230 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context* context) {
232 return (_Unwind_GetGR(context, 15) & (~(uintptr_t)0x1));
236 uintptr_t new_value) {
237 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)
[all...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c42 uintptr_t resumeLocation;
45 uintptr_t resumeParameters[4];
49 uintptr_t lsda; // arm offset=28
103 exception_object->private_2 = (uintptr_t) c;
148 if ((uintptr_t) c == exception_object->private_2)
162 if ((uintptr_t) c == exception_object->private_2) {
349 _LIBUNWIND_EXPORT uintptr_t
359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
370 uintptr_t new_value) {
379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetI
[all...]
H A DUnwindLevel1-gcc-ext.c62 _LIBUNWIND_EXPORT uintptr_t
72 _LIBUNWIND_EXPORT uintptr_t
160 bases->tbase = (uintptr_t)info.extra;
162 bases->func = (uintptr_t)info.start_ip;
170 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
176 return (uintptr_t)result;
183 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
198 _unw_add_dynamic_fde((unw_word_t)(uintptr_t) fde);
208 _unw_remove_dynamic_fde((unw_word_t)(uintptr_t) fde);
H A DAddressSpace.hpp41 bool checkKeyMgrRegisteredFDEs(uintptr_t targetAddr, void *&fde);
80 uintptr_t dso_base;
81 uintptr_t dwarf_section;
82 uintptr_t dwarf_section_length;
85 uintptr_t dso_base;
86 uintptr_t dwarf_index_section;
87 uintptr_t dwarf_index_section_length;
90 uintptr_t dso_base;
91 uintptr_t compact_unwind_section;
92 uintptr_t compact_unwind_section_lengt
[all...]
H A DUnwindLevel1.c94 exception_object->private_2 = (uintptr_t)sp;
395 exception_object->private_1 = (uintptr_t) stop;
396 exception_object->private_2 = (uintptr_t) stop_parameter;
404 _LIBUNWIND_EXPORT uintptr_t
408 uintptr_t result = 0;
410 result = (uintptr_t)frameInfo.lsda;
424 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
432 return (uintptr_t)result;
439 uintptr_t new_value) {
450 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetI
[all...]
H A DUnwind_AppleExtras.cpp149 bool checkKeyMgrRegisteredFDEs(uintptr_t pc, void *&fde) {
162 (uintptr_t)ob->fde, &fdeInfo, &cieInfo);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_personality.cpp173 uintptr_t
176 uintptr_t result = 0;
177 uintptr_t shift = 0;
183 result |= static_cast<uintptr_t>(byte & 0x7F) << shift;
199 uintptr_t result = 0;
200 uintptr_t shift = 0;
206 result |= static_cast<uintptr_t>(byte & 0x7F) << shift;
211 result |= static_cast<uintptr_t>(~0) << shift;
222 uintptr_t
225 uintptr_t resul
[all...]
/ndk/sources/android/support/src/musl-multibyte/
H A Dmbsrtowcs.c28 if (*s-1u < 0x7f && (uintptr_t)s%4 == 0) {
59 if (*s-1u < 0x7f && (uintptr_t)s%4 == 0) {
/ndk/sources/cxx-stl/gabi++/include/
H A Dunwind-itanium.h94 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp153 // typedef uintptr_t
154 static_assert(sizeof(uintptr_t) >= sizeof(void*),
155 "sizeof(uintptr_t) >= sizeof(void*)");
156 static_assert(std::is_unsigned<uintptr_t>::value,
157 "std::is_unsigned<uintptr_t>::value");
213 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp153 // typedef std::uintptr_t
154 static_assert(sizeof(std::uintptr_t) >= sizeof(void*),
155 "sizeof(std::uintptr_t) >= sizeof(void*)");
156 static_assert(std::is_unsigned<std::uintptr_t>::value,
157 "std::is_unsigned<std::uintptr_t>::value");
213 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());

Completed in 322 milliseconds

12