HomeSort by relevance Sort by last modified time
    Searched refs:uintptr_t (Results 1 - 25 of 1122) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
libyasm-stdint.h 2 typedef unsigned long uintptr_t; typedef
  /external/clang/test/Sema/
const-ptr-int-ptr-cast.c 6 char *a = (void*)(uintptr_t)(void*)&a;
  /art/compiler/
elf_fixup.h 33 static bool Fixup(File* file, uintptr_t oat_data_begin);
37 static bool FixupDynamic(ElfFile& elf_file, uintptr_t base_address);
40 static bool FixupSectionHeaders(ElfFile& elf_file, uintptr_t base_address);
43 static bool FixupProgramHeaders(ElfFile& elf_file, uintptr_t base_address);
46 static bool FixupSymbols(ElfFile& elf_file, uintptr_t base_address, bool dynamic);
49 static bool FixupRelocations(ElfFile& elf_file, uintptr_t base_address);
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
libyasm-stdint.h 5 typedef unsigned long uintptr_t; typedef
  /external/webrtc/src/system_wrappers/source/
aligned_malloc.cc 70 // deletion, ergo the sizeof(uintptr_t).
71 returnValue->memoryPointer = malloc(size + sizeof(uintptr_t) +
81 uintptr_t alignStartPos = (uintptr_t)returnValue->memoryPointer;
82 alignStartPos += sizeof(uintptr_t);
86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1);
93 uintptr_t headerPos = alignedPos;
94 headerPos -= sizeof(uintptr_t);
96 uintptr_t headerValue = (uintptr_t)returnValue
    [all...]
  /external/chromium_org/chrome_frame/
function_stub.h 23 uintptr_t bypass_target_addr_; // to the bypass target.
26 uintptr_t arg_addr_; // ; extra argument
29 uintptr_t target_addr_; // ; to the hook function
79 reinterpret_cast<uintptr_t>(&stub_.pop_return_addr_);
95 static FunctionStub* Create(uintptr_t extra_argument, void* dest);
107 uintptr_t argument() const { return argument_; }
108 void set_argument(uintptr_t argument) { argument_ = argument; }
110 uintptr_t bypass_address() const { return bypass_address_; }
111 void set_bypass_address(uintptr_t bypass_address) {
115 uintptr_t destination_function() const { return destination_function_;
    [all...]
  /art/runtime/arch/arm/
context_arm.h 40 virtual void SetSP(uintptr_t new_sp) {
44 virtual void SetPC(uintptr_t new_pc) {
48 virtual uintptr_t GetGPR(uint32_t reg) {
53 virtual void SetGPR(uint32_t reg, uintptr_t value);
59 uintptr_t* gprs_[kNumberOfCoreRegisters];
62 uintptr_t sp_, pc_;
  /art/runtime/arch/mips/
context_mips.h 38 virtual void SetSP(uintptr_t new_sp) {
42 virtual void SetPC(uintptr_t new_pc) {
46 virtual uintptr_t GetGPR(uint32_t reg) {
51 virtual void SetGPR(uint32_t reg, uintptr_t value);
57 uintptr_t* gprs_[kNumberOfCoreRegisters];
60 uintptr_t sp_, ra_;
  /art/runtime/arch/x86/
context_x86.h 38 virtual void SetSP(uintptr_t new_sp) {
42 virtual void SetPC(uintptr_t new_pc) {
46 virtual uintptr_t GetGPR(uint32_t reg) {
52 virtual void SetGPR(uint32_t reg, uintptr_t value);
60 uintptr_t* gprs_[kNumberOfCpuRegisters];
64 uintptr_t esp_, eip_;
  /external/chromium_org/base/debug/
profiler.h 55 typedef uintptr_t (*ReturnAddressLocationResolver)(
56 uintptr_t return_addr_location);
59 typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
60 uintptr_t return_addr_location);
69 typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
70 uintptr_t return_addr_location);
  /art/runtime/arch/
context.h 44 virtual void SetSP(uintptr_t new_sp) = 0;
47 virtual void SetPC(uintptr_t new_pc) = 0;
50 virtual uintptr_t GetGPR(uint32_t reg) = 0;
53 virtual void SetGPR(uint32_t reg, uintptr_t value) = 0;
  /system/core/include/corkscrew/
symbol_table.h 28 uintptr_t start;
29 uintptr_t end;
53 const symbol_t* find_symbol(const symbol_table_t* table, uintptr_t addr);
map_info.h 32 uintptr_t start;
33 uintptr_t end;
48 const map_info_t* find_map_info(const map_info_t* milist, uintptr_t addr);
51 bool is_readable_map(const map_info_t* milist, uintptr_t addr);
53 bool is_writable_map(const map_info_t* milist, uintptr_t addr);
55 bool is_executable_map(const map_info_t* milist, uintptr_t addr);
  /external/compiler-rt/lib/
enable_execute_stack.c 44 const uintptr_t pageSize = 4096;
48 const uintptr_t pageSize = sysconf(_SC_PAGESIZE);
51 const uintptr_t pageAlignMask = ~(pageSize-1);
52 uintptr_t p = (uintptr_t)addr;
gcc_personality_v0.c 45 uintptr_t private_1;
46 uintptr_t private_2;
50 extern void _Unwind_SetGR(_Unwind_Context_t c, int i, uintptr_t n);
51 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
52 extern uintptr_t _Unwind_GetIP(_Unwind_Context_t context);
53 extern uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
83 static uintptr_t readULEB128(const uint8_t** data)
85 uintptr_t result = 0;
86 uintptr_t shift = 0;
99 static uintptr_t readEncodedPointer(const uint8_t** data, uint8_t encoding
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.h 28 uintptr_t PICBase;
58 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase);
76 void setPICBase(uintptr_t Base) { PICBase = Base; }
77 uintptr_t getPICBase() const { return PICBase; }
  /external/chromium_org/chrome/browser/install_verification/win/
module_info.h 17 uintptr_t module_base_address,
30 bool ContainsAddress(uintptr_t address) const {
35 uintptr_t base_address;
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.c 15 static int thread_create(uintptr_t *tid,
22 NACL_ASSERT_SAME_SIZE(pthread_t, uintptr_t);
29 static int thread_join(uintptr_t tid) {
  /bionic/libc/private/
bionic_ssp.h 38 extern uintptr_t __stack_chk_guard;
  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.cc 56 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) == 4)
    [all...]
  /external/valgrind/main/none/tests/amd64/
asorep.c 11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2;
24 || rdi != (uintptr_t) buf2 + 4
25 || rsi != (uintptr_t) buf1 + 4
35 || rdi != (uintptr_t) buf2 + 6
43 if (rsi != (uintptr_t) buf2 + 4
52 if (rdi != (uintptr_t) buf2 + 15
53 || rsi != (uintptr_t) buf1 + 15
62 if (rdi != (uintptr_t) buf2 + 1
    [all...]
  /art/runtime/entrypoints/jni/
jni_entrypoints.h 24 ThreadOffset(static_cast<uintptr_t>(OFFSETOF_MEMBER(Thread, jni_entrypoints_)) + \
25 static_cast<uintptr_t>(OFFSETOF_MEMBER(JniEntryPoints, x)))
  /art/runtime/entrypoints/portable/
portable_entrypoints.h 31 ThreadOffset(static_cast<uintptr_t>(OFFSETOF_MEMBER(Thread, portable_entrypoints_)) + \
32 static_cast<uintptr_t>(OFFSETOF_MEMBER(PortableEntryPoints, x)))
  /bionic/libc/bionic/
debug_mapinfo.h 43 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc);
debug_stacktrace.h 37 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* stack_frames, size_t max_depth);
38 __LIBC_HIDDEN__ void log_backtrace(uintptr_t* stack_frames, size_t frame_count);

Completed in 990 milliseconds

1 2 3 4 5 6 7 8 91011>>