HomeSort by relevance Sort by last modified time
    Searched refs:Addr (Results 251 - 275 of 502) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/drd/
drd_mutex.c 69 const Addr mutex, const MutexT mutex_type)
113 void DRD_(not_a_mutex)(const Addr mutex)
128 static void wrong_mutex_type(const Addr mutex)
141 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type)
169 struct mutex_info* DRD_(mutex_get)(const Addr mutex)
177 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type)
213 void DRD_(mutex_post_destroy)(const Addr mutex)
233 void DRD_(mutex_pre_lock)(const Addr mutex, MutexT mutex_type,
284 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
347 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type
    [all...]
drd_hb.c 86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
114 * Report that the synchronization object at address 'addr' is of the
117 static void wrong_type(const Addr addr)
121 .addr = addr,
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
150 struct hb_info* DRD_(hb_get)(const Addr hb)
157 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
192 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 208 uint64_t Addr;
211 if (I->getAddress(Addr)) continue;
215 Functions.push_back((void*)Addr);
220 Addr,
223 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
227 LineInfo.push_back(DILineInfoToIntelJITFormat((uintptr_t)Addr,
249 MethodIDs[(void*)Addr] = FunctionMessage.method_id;
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 398 static Bool get_Dwarf_Reg( /*OUT*/Addr* a, Word regno, RegSummary* regs )
432 static Bool bias_address( Addr* a, const DebugInfo* di )
509 Addr stack[N_EXPR_STACK]; /* stack of addresses, as per D3 spec */
511 Addr a1;
576 expr += sizeof(Addr);
673 if (VG_(am_is_valid_for_client)( (Addr)uw1, sizeof(Addr),
685 if (VG_(am_is_valid_for_client)( (Addr)uw1, uw2,
    [all...]
misc.c 247 Addr ML_(read_Addr) ( UChar* data ) {
248 if (sizeof(Addr) == sizeof(UInt)) {
250 } else if (sizeof(Addr) == sizeof(ULong)) {
257 UChar* ML_(write_Addr) ( UChar* ptr, Addr val ) {
258 if (sizeof(Addr) == sizeof(UInt)) {
260 } else if (sizeof(Addr) == sizeof(ULong)) {
readstabs.c 111 Addr start; /* start address */
112 Addr end; /* end address */
123 Addr addr; /* start of this line */ member in struct:__anon36239
269 Addr addr = func.start + st->n_value; local
271 if (line.addr != 0) {
273 ML_(addLineInfo)(di, file.name, NULL, line.addr,
274 addr, line.no + line.ovf * LINENO_OVERFLOW, i);
279 line.addr = 0
293 Addr addr = func.start + st->n_value; local
328 Addr addr = 0; \/* end address for prev line\/scope *\/ local
    [all...]
storage.c 103 sym->addr,
104 sym->addr + sym->size - 1, sym->size,
371 Addr this,
372 Addr next,
453 loc.addr = this;
460 "addLoc: addr %#lx, size %lu, line %d, file %s\n",
747 const Addr* key = (const Addr*)keyV;
780 Addr aMin,
781 Addr aMax
1925 Addr const addr = ptr - di->fpo_base_avma; local
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
block_files_unittest.cc 40 Addr address[kMaxSize];
66 Addr address[kMaxSize];
94 Addr address(0);
109 Addr address(entries[i]);
116 Addr address(entries[kNumEntries / 2]);
185 Addr address;
210 Addr address(0);
265 Addr addr(BLOCK_256, 1, 5, 10);
266 EXPECT_TRUE(NULL == files.GetFile(addr));
    [all...]
backend_impl_v3.h 65 Addr* block_address);
76 void OnEntryDestroyBegin(Addr address);
85 EntryImplV3* GetOpenEntry(Addr address) const;
212 int NewEntry(Addr address, EntryImplV3** entry);
block_files.cc 299 MappedFile* BlockFiles::GetFile(Addr address) {
319 Addr* block_address) {
342 Addr address(block_type, block_count, file_header.FileId(), index);
348 void BlockFiles::DeleteBlock(Addr address, bool deep) {
354 zero_buffer_ = new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4];
355 memset(zero_buffer_, 0, Addr::BlockSizeForFileType(BLOCK_4K) * 4);
375 FileType type = Addr::RequiredFileType(file_header.Header()->entry_size);
376 if (Addr::BlockSizeForFileType(RANKINGS) ==
416 bool BlockFiles::IsValid(Addr address) {
434 buffer.reset(new char[Addr::BlockSizeForFileType(BLOCK_4K) * 4])
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 57 void preen_global_Invars ( Addr a, SizeT len ); /*fwds*/
93 static Word cmp_nonempty_intervals ( Addr a1, SizeT n1,
94 Addr a2, SizeT n2 ) {
108 static Bool is_subinterval_of ( Addr aBig, SizeT nBig,
109 Addr aSmall, SizeT nSmall ) {
115 static Addr Addr__min ( Addr a1, Addr a2 ) {
120 static Addr Addr__max ( Addr a1, Addr a2 )
473 Addr addr; member in struct:__anon36518
548 Addr addr = *(Addr*)VG_(indexXA)( bases, i ); local
578 Addr addr = *(Addr*)VG_(indexXA)( bases, i ); local
627 Addr addr; \/* copied from .descr->addr *\/ member in struct:__anon36519
823 Addr addr; member in struct:__anon36521::__anon36522::__anon36525
1001 Addr addr; member in struct:__anon36528
    [all...]
  /bionic/linker/
linker.h 118 ElfW(Addr) entry;
119 ElfW(Addr) base;
147 ElfW(Addr)** plt_got;
192 ElfW(Addr) load_bias;
238 soinfo* find_containing_library(const void* addr);
240 ElfW(Sym)* dladdr_find_symbol(soinfo* si, const void* addr);
  /external/elfutils/0.153/libelf/
gelf_xlate.h 53 FUNDAMENTAL (ADDR, Addr, LIBELFBITS);
abstract.h 59 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \
82 TYPE_NAME (ElfW2(32, Ext##Addr), p_vaddr) \
83 TYPE_NAME (ElfW2(32, Ext##Addr), p_paddr) \
94 TYPE_NAME (ElfW2(64, Ext##Addr), p_vaddr) \
95 TYPE_NAME (ElfW2(64, Ext##Addr), p_paddr) \
108 TYPE_NAME (ElfW2(32, Ext##Addr), sh_addr) \
121 TYPE_NAME (ElfW2(64, Ext##Addr), sh_addr) \
135 TYPE_NAME (ElfW2(32, Ext##Addr), st_value) \
151 TYPE_NAME (ElfW2(64, Ext##Addr), st_value) \
159 TYPE_NAME (ElfW2(32, Ext##Addr), r_offset)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 45 void reassignSectionAddress(unsigned SectionID, uint64_t Addr);
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 65 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size,
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 505 if (void *Addr = getPointerToGlobalIfAvailable(F))
506 return Addr; // Check if function already code gen'd
519 if (void *Addr = getPointerToGlobalIfAvailable(F))
520 return Addr;
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
525 addGlobalMapping(F, Addr);
526 return Addr;
531 void *Addr = getPointerToGlobalIfAvailable(F);
532 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
533 return Addr;
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 213 uint64_t Addr,
220 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size);
258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) {
263 return UnloadNativeCodeFunc(Agent, Addr);
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 75 bool SelectMEMriS11_2(SDValue& Addr, SDValue &Base, SDValue &Offset);
77 bool SelectADDRrr(SDValue &Addr, SDValue &Base, SDValue &Offset);
91 bool SelectAddr(SDNode *Op, SDValue Addr, SDValue &Base, SDValue &Offset);
731 // def STrid : STInst<(outs), (ins MEMri:$addr, DoubleRegs:$src1), ...
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 62 void VG_(helperc_invalidate_if_not_gdbserved) ( Addr addr );
133 static Addr ignore_this_break_once = 0;
138 /* Describes the address addr (for debugging/printing purposes).
141 static HChar* sym (Addr addr, Bool is_code)
149 VG_(describe_IP) (addr, buf[w], 200);
151 VG_(get_datasym_and_offset) (addr, buf[w], 200, &offset);
183 Addr addr; member in struct:_GS_Address
252 Addr addr; member in struct:_GS_Watch
    [all...]
  /external/valgrind/main/coregrind/
pub_core_scheduler.h 101 Addr clstack_end,
  /external/llvm/tools/lli/
RemoteMemoryManager.h 89 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr,
91 void deregisterEHFrames(uint8_t *Addr, uint64_t LoadAddr,
RemoteTargetExternal.h 115 bool SendLoadSection(uint64_t Addr,
119 bool SendExecute(uint64_t Addr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 39 // in the original addr of the section that we could not otherwise
47 uint64_t Addr;
48 i->getAddress(Addr);
49 OldSectionAddrList[i->getRawDataRefImpl().d.a] = Addr;
75 virtual void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) {
83 ((MachO::section_64 *)data)->addr = Addr;
85 ((MachO::section *)data)->addr = Addr;
95 updateSymbolAddress(*i, symAddr + Addr - oldAddr)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 115 bool ComputeAddress(const Value *Obj, Address &Addr);
116 bool SimplifyAddress(Address &Addr, MVT VT, int64_t ScaleFactor,
118 void AddLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
125 bool EmitLoad(MVT VT, unsigned &ResultReg, Address Addr,
127 bool EmitStore(MVT VT, unsigned SrcReg, Address Addr,
306 bool AArch64FastISel::ComputeAddress(const Value *Obj, Address &Addr) {
333 return ComputeAddress(U->getOperand(0), Addr);
338 return ComputeAddress(U->getOperand(0), Addr);
344 return ComputeAddress(U->getOperand(0), Addr);
348 Address SavedAddr = Addr;
    [all...]

Completed in 1048 milliseconds

<<11121314151617181920>>