| /external/valgrind/main/include/ |
| pub_tool_tooliface.h | 464 // Get and pp information about Addr 465 void (*info_location)(Addr) 540 void VG_(track_new_mem_startup) (void(*f)(Addr a, SizeT len, 543 void VG_(track_new_mem_stack_signal)(void(*f)(Addr a, SizeT len, ThreadId tid)); 544 void VG_(track_new_mem_brk) (void(*f)(Addr a, SizeT len, ThreadId tid)); 545 void VG_(track_new_mem_mmap) (void(*f)(Addr a, SizeT len, 549 void VG_(track_copy_mem_remap) (void(*f)(Addr from, Addr to, SizeT len)); 550 void VG_(track_change_mem_mprotect) (void(*f)(Addr a, SizeT len, 552 void VG_(track_die_mem_stack_signal)(void(*f)(Addr a, SizeT len)) [all...] |
| pub_tool_libcbase.h | 112 extern Bool VG_(parse_Addr) ( const HChar** ppc, Addr* result ); 152 if (LIKELY(0 == (((Addr)sz) & (Addr)(sizeof(UWord)-1))) 153 && LIKELY(0 == (((Addr)s) & (Addr)(sizeof(UWord)-1)))) { 192 #define VG_IS_2_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)0x1))) 193 #define VG_IS_4_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)0x3))) 194 #define VG_IS_8_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)0x7)) [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| AMDILISelDAGToDAG.cpp | 51 bool SelectADDRParam(SDValue Addr, SDValue& R1, SDValue& R2); 70 bool SelectADDR8BitOffset(SDValue Addr, SDValue& Base, SDValue& Offset); 71 bool SelectADDRReg(SDValue Addr, SDValue& Base, SDValue& Offset); 72 bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset); 101 SDValue Addr, SDValue& R1, SDValue& R2) { 103 if (Addr.getOpcode() == ISD::FrameIndex) { 104 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) { 108 R1 = Addr; 111 } else if (Addr.getOpcode() == ISD::ADD) { 112 R1 = Addr.getOperand(0) [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILISelDAGToDAG.cpp | 51 bool SelectADDRParam(SDValue Addr, SDValue& R1, SDValue& R2); 70 bool SelectADDR8BitOffset(SDValue Addr, SDValue& Base, SDValue& Offset); 71 bool SelectADDRReg(SDValue Addr, SDValue& Base, SDValue& Offset); 72 bool SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset); 101 SDValue Addr, SDValue& R1, SDValue& R2) { 103 if (Addr.getOpcode() == ISD::FrameIndex) { 104 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) { 108 R1 = Addr; 111 } else if (Addr.getOpcode() == ISD::ADD) { 112 R1 = Addr.getOperand(0) [all...] |
| /bionic/libc/include/ |
| link.h | 43 ElfW(Addr) dlpi_addr; 58 ElfW(Addr) l_addr; 69 ElfW(Addr) r_brk; 75 ElfW(Addr) r_ldbase;
|
| /development/ndk/platforms/android-L/include/ |
| link.h | 43 ElfW(Addr) dlpi_addr; 58 ElfW(Addr) l_addr; 69 ElfW(Addr) r_brk; 75 ElfW(Addr) r_ldbase;
|
| /external/chromium_org/net/disk_cache/blockfile/ |
| storage_block.h | 10 #include "net/disk_cache/blockfile/addr.h" 33 StorageBlock(MappedFile* file, Addr address); 42 bool LazyInit(MappedFile* file, Addr address); 72 const Addr address() const; 87 Addr address_;
|
| /external/valgrind/main/coregrind/ |
| pub_core_dispatch.h | 43 #include "pub_core_basics.h" // Addr 66 Addr host_addr );
|
| m_stacktrace.c | 98 static Addr fp_CF_verif_cache [N_FP_CF_VERIF]; 119 array of checked Addr. 140 /*OUT*/Addr* ips, UInt max_n_ips, 141 /*OUT*/Addr* sps, /*OUT*/Addr* fps, 143 Addr fp_max_orig ) 178 Addr fp_max; 182 vg_assert(sizeof(Addr) == sizeof(UWord)); 183 vg_assert(sizeof(Addr) == sizeof(void*)); 186 Addr xip_verified = 0; // xip for which we have calculated fpverif_ureg [all...] |
| /external/valgrind/main/drd/ |
| drd_load_store.h | 49 void DRD_(trace_mem_access)(const Addr addr, const SizeT size, 53 VG_REGPARM(2) void DRD_(trace_load)(Addr addr, SizeT size); 54 VG_REGPARM(2) void DRD_(trace_store)(Addr addr, SizeT size); 55 void DRD_(clean_memory)(const Addr a1, const SizeT len);
|
| /external/valgrind/main/none/tests/x86/ |
| smc1.c | 34 typedef unsigned int Addr; 51 void set_dest ( Addr dest ) 87 set_dest ( (Addr)&p ); 90 set_dest ( (Addr)&q );
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/ |
| link.h | 43 ElfW(Addr) dlpi_addr; 58 ElfW(Addr) l_addr; 69 ElfW(Addr) r_brk; 75 ElfW(Addr) r_ldbase;
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/ |
| link.h | 43 ElfW(Addr) dlpi_addr; 58 ElfW(Addr) l_addr; 69 ElfW(Addr) r_brk; 75 ElfW(Addr) r_ldbase;
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/ |
| link.h | 43 ElfW(Addr) dlpi_addr; 58 ElfW(Addr) l_addr; 69 ElfW(Addr) r_brk; 75 ElfW(Addr) r_ldbase;
|
| /external/llvm/include/llvm/Support/ |
| StringRefMemoryObject.h | 35 int readByte(uint64_t Addr, uint8_t *Byte) const override; 36 int readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const override;
|
| /external/llvm/lib/Target/ARM/ |
| ARMJITInfo.h | 118 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) { 120 ConstPoolId2AddrMap[CPI] = Addr; 135 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) { 137 JumpTableId2AddrMap[JTI] = Addr; 149 void addPCLabelAddr(unsigned Id, intptr_t Addr) { 150 PCLabelMap.insert(std::make_pair(Id, Addr)); 156 intptr_t getIndirectSymAddr(void *Addr) const { 157 DenseMap<void*,intptr_t>::const_iterator I= Sym2IndirectSymMap.find(Addr);
|
| /external/chromium_org/third_party/android_crazy_linker/src/src/ |
| crazy_linker_elf_view.h | 38 bool InitUnmapped(ELF::Addr load_address, 73 ELF::Addr GetTag() const { return dyn_->d_tag; } 75 ELF::Addr GetValue() const { return dyn_->d_un.d_val; } 77 ELF::Addr* GetValuePointer() const { 78 return const_cast<ELF::Addr*>(&dyn_->d_un.d_ptr); 102 ELF::Addr load_address_;
|
| crazy_linker_elf_relocations.h | 63 ELF::Addr reloc, 64 ELF::Addr* sym_addr, 67 ELF::Addr sym_addr, 71 ELF::Addr sym_addr, 85 ELF::Addr src_reloc, 107 ELF::Addr relocations_type_; 108 ELF::Addr plt_relocations_; 110 ELF::Addr* plt_got_; 112 ELF::Addr relocations_;
|
| /ndk/sources/android/crazy_linker/src/ |
| crazy_linker_elf_view.h | 38 bool InitUnmapped(ELF::Addr load_address, 73 ELF::Addr GetTag() const { return dyn_->d_tag; } 75 ELF::Addr GetValue() const { return dyn_->d_un.d_val; } 77 ELF::Addr* GetValuePointer() const { 78 return const_cast<ELF::Addr*>(&dyn_->d_un.d_ptr); 102 ELF::Addr load_address_;
|
| crazy_linker_elf_relocations.h | 63 ELF::Addr reloc, 64 ELF::Addr* sym_addr, 67 ELF::Addr sym_addr, 71 ELF::Addr sym_addr, 85 ELF::Addr src_reloc, 107 ELF::Addr relocations_type_; 108 ELF::Addr plt_relocations_; 110 ELF::Addr* plt_got_; 112 ELF::Addr relocations_;
|
| /external/llvm/lib/ExecutionEngine/MCJIT/ |
| SectionMemoryManager.cpp | 47 uintptr_t Addr = 0; 54 Addr = (uintptr_t)MB.base(); 55 uintptr_t EndOfBlock = Addr + MB.size(); 57 Addr = (Addr + Alignment - 1) & ~(uintptr_t)(Alignment - 1); 59 MemGroup.FreeMem[i] = sys::MemoryBlock((void*)(Addr + Size), 60 EndOfBlock - Addr - Size); 61 return (uint8_t*)Addr; 89 Addr = (uintptr_t)MB.base(); 90 uintptr_t EndOfBlock = Addr + MB.size() [all...] |
| /external/llvm/tools/lli/ChildTarget/ |
| ChildTarget.cpp | 30 void sendAllocationResult(uint64_t Addr); 115 uint64_t Addr; 116 RT->allocateSpace(AllocSize, Alignment, Addr); 119 sendAllocationResult(Addr); 130 uint64_t Addr; 131 rc = ReadBytes(&Addr, 8); 135 if (!RT->isAllocatedMemory(Addr, BufferSize)) 139 rc = ReadBytes((void*)Addr, BufferSize); 145 sys::Memory::InvalidateInstructionCache((void *)Addr, BufferSize); 160 uint64_t Addr; [all...] |
| /external/valgrind/main/coregrind/m_aspacemgr/ |
| priv_aspacemgr.h | 91 extern SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length); 95 Addr old_addr, 101 Addr old_addr, Addr old_len, 102 Addr new_addr, Addr new_len 112 extern Int ML_(am_fcntl) ( Int fd, Int cmd, Addr arg );
|
| /external/llvm/lib/MC/MCAnalysis/ |
| MCModule.cpp | 18 static bool AtomComp(const MCAtom *L, uint64_t Addr) { 19 return L->getEndAddr() < Addr; 22 static bool AtomCompInv(uint64_t Addr, const MCAtom *R) { 23 return Addr < R->getEndAddr(); 76 const MCAtom *MCModule::findAtomContaining(uint64_t Addr) const { 78 Addr, AtomComp); 79 if (I != atom_end() && (*I)->getBeginAddr() <= Addr) 84 MCAtom *MCModule::findAtomContaining(uint64_t Addr) { 86 const_cast<const MCModule *>(this)->findAtomContaining(Addr)); 89 const MCAtom *MCModule::findFirstAtomAfter(uint64_t Addr) const [all...] |
| /external/valgrind/main/none/tests/amd64/ |
| smc1.c | 36 typedef unsigned long long int Addr; 55 void set_dest ( Addr dest ) 57 assert(sizeof(Addr) == 8); 107 set_dest ( (Addr)&p ); 110 set_dest ( (Addr)&q );
|