Searched defs:Addr (Results 1 - 25 of 114) sorted by last modified time

12345

/external/valgrind/main/none/tests/x86/
H A Dsmc1.c34 typedef unsigned int Addr; typedef
51 void set_dest ( Addr dest )
87 set_dest ( (Addr)&p );
90 set_dest ( (Addr)&q );
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c81 typedef unsigned long int Addr; typedef
199 Addr start = (Addr)ptr;
201 Addr dsize = (Addr)dcache_line_size_;
202 Addr isize = (Addr)icache_line_size_;
205 Addr dstart = start & ~(dsize - 1);
206 Addr istart = start & ~(isize - 1);
207 Addr en
[all...]
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c118 typedef UWord Addr; typedef
/external/valgrind/main/include/
H A Dpub_tool_addrinfo.h127 } Addr; member in struct:_AddrInfo
135 extern void VG_(describe_addr) ( Addr a, /*OUT*/AddrInfo* ai );
140 extern void VG_(pp_addrinfo) ( Addr a, AddrInfo* ai );
143 * maybe_gcc indicates Addr a was just below the stack ptr when the error
147 extern void VG_(pp_addrinfo_mc) ( Addr a, AddrInfo* ai, Bool maybe_gcc );
H A Dpub_tool_basics.h89 // Addr is for holding an address. AddrH was intended to be "Addr on the
93 typedef UWord Addr; // 32 64 typedef
/external/valgrind/main/memcheck/
H A Dmc_errors.c118 } Addr; member in union:_MC_Error::__anon33008
164 Addr src; // Source block
165 Addr dst; // Destination block
566 extra->Err.Addr.isWrite ? "Write" : "Read" );
568 extra->Err.Addr.isWrite ? "write" : "read",
569 extra->Err.Addr.szB );
572 &extra->Err.Addr.ai,
573 extra->Err.Addr.maybe_gcc );
576 extra->Err.Addr.isWrite ? "write" : "read",
577 extra->Err.Addr
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dsmc1.c36 typedef unsigned long long int Addr; typedef
55 void set_dest ( Addr dest )
57 assert(sizeof(Addr) == 8);
107 set_dest ( (Addr)&p );
110 set_dest ( (Addr)&q );
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp51 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
100 SelectADDRParam( SDValue Addr, SDValue& R1, SDValue& R2) argument
121 SelectADDR(SDValue Addr, SDValue& R1, SDValue& R2) argument
130 SelectADDR64(SDValue Addr, SDValue& R1, SDValue& R2) argument
318 SelectADDR8BitOffset(SDValue Addr, SDValue& Base, SDValue& Offset) argument
355 SelectADDRVTX_READ(SDValue Addr, SDValue &Base, SDValue &Offset) argument
383 SelectADDRReg(SDValue Addr, SDValue& Base, SDValue& Offset) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h486 mDNSAddr Addr; member in struct:tcpInfo_t
1637 mDNSAddr Addr; // Discovered result: Address of Target host from SRV record member in struct:ZoneData_struct
H A DuDNS.c1008 llqData.err = GetLLQEventPort(m, &tcpInfo->Addr); // We're using TCP; tell server what UDP port to send notifications to
1026 err = mDNSSendDNSMessage(m, &tcpInfo->request, end, mDNSInterface_Any, mDNSNULL, &tcpInfo->Addr, tcpInfo->Port, sock, AuthInfo);
1121 mDNSAddr Addr = tcpInfo->Addr; local
1145 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0);
1230 TCPSocketFlags flags, const mDNSAddr *const Addr, const mDNSIPPort Port, domainname *hostname,
1249 info->Addr = *Addr;
1264 err = mDNSPlatformTCPConnect(info->sock, Addr, Port, hostname, (question ? question->InterfaceID : mDNSNULL), tcpCallback, info);
1538 zd->Addr
1229 MakeTCPConn(mDNS *const m, const DNSMessage *const msg, const mDNSu8 *const end, TCPSocketFlags flags, const mDNSAddr *const Addr, const mDNSIPPort Port, domainname *hostname, DNSQuestion *const question, AuthRecord *const rr) argument
[all...]
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp30 void sendAllocationResult(uint64_t Addr);
115 uint64_t Addr; local
116 RT->allocateSpace(AllocSize, Alignment, Addr);
119 sendAllocationResult(Addr);
130 uint64_t Addr; local
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; local
186 sendAllocationResult(uint64_t Addr) argument
[all...]
/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp139 uint64_t Addr = RemoteAddr + Offsets[i].second; local
140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr); local
143 << " to remote: 0x" << format("%llx", Addr) << "\n");
145 MappedSections[Addr] = Offsets[i].first;
H A DRemoteTargetExternal.cpp135 bool RemoteTargetExternal::SendLoadSection(uint64_t Addr, argument
145 AppendWrite((const void *)&Addr, 8);
155 bool RemoteTargetExternal::SendExecute(uint64_t Addr) { argument
161 AppendWrite((const void *)&Addr, 8);
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp198 ArrayRef<uint8_t> &Contents, uint64_t &Addr) {
203 if (std::error_code EC = resolveSectionAndAddress(Obj, Sym, Section, Addr))
196 getSectionContents(const COFFObjectFile *Obj, const std::vector<RelocationRef> &Rels, uint64_t Offset, ArrayRef<uint8_t> &Contents, uint64_t &Addr) argument
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp166 findSectionByAddress(const ELFFile<ELFT> *Obj, uint64_t Addr) { argument
168 if (Shdr.sh_addr == Addr)
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp206 uint64_t Addr; local
209 if (I->getAddress(Addr)) continue;
214 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
218 outs() << " Line info @ " << It->first - Addr << ": "
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp94 std::string &Name, uint64_t &Addr,
104 if (it->first.Size != 0 && it->first.Addr + it->first.Size <= Address)
107 Addr = it->first.Addr;
93 getNameFromSymbolTable(SymbolRef::Type Type, uint64_t Address, std::string &Name, uint64_t &Addr, uint64_t &Size) const argument
H A DLLVMSymbolize.h104 std::string &Name, uint64_t &Addr,
111 uint64_t Addr; member in struct:llvm::symbolize::ModuleInfo::SymbolDesc
116 return s1.Addr < s2.Addr;
/external/llvm/unittests/Analysis/
H A DMixedTBAATest.cpp42 auto *Addr = ConstantPointerNull::get(PtrType); local
44 auto *Store1 = new StoreInst(Value, Addr, BB);
45 auto *Store2 = new StoreInst(Value, Addr, BB);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DOProfileJITEventListenerTest.cpp22 uint64_t Addr; member in struct:__anon26481::OprofileNativeFunction
31 , Addr(addr)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1586 CAMLprim LLVMValueRef llvm_build_indirect_br(LLVMValueRef Addr, argument
1589 return LLVMBuildIndirectBr(Builder_val(B), Addr, EstimatedDests);
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h224 void setResult(const MemDepResult &R, Value *Addr) { argument
226 Address = Addr;
H A DPHITransAddr.h36 /// Addr - The actual address we're analyzing.
37 Value *Addr; member in class:llvm::PHITransAddr
49 : Addr(addr), DL(DL), TLI(nullptr) {
51 if (Instruction *I = dyn_cast<Instruction>(Addr))
55 Value *getAddr() const { return Addr; }
76 /// PredBB. This returns true on failure and sets Addr to null.
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h237 /// emitInt32At - Emit the Int32 Value in Addr.
238 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { argument
239 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
240 (*(uint32_t*)Addr) = (uint32_t)Value;
243 /// emitInt64At - Emit the Int64 Value in Addr.
244 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { argument
245 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
246 (*(uint64_t*)Addr)
[all...]
H A DMachineCodeEmitter.h234 /// emitInt32At - Emit the Int32 Value in Addr.
235 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { argument
236 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
237 (*(uint32_t*)Addr) = (uint32_t)Value;
240 /// emitInt64At - Emit the Int64 Value in Addr.
241 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { argument
242 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
243 (*(uint64_t*)Addr)
[all...]

Completed in 262 milliseconds

12345