| /external/valgrind/main/VEX/switchback/ |
| switchback.c | 81 typedef unsigned long int Addr; 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 end = start + nbytes [all...] |
| /external/valgrind/main/coregrind/ |
| m_execontext.c | 90 Addr ips[0]; 124 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/ 148 Addr ips[1]; 269 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz ) 327 Addr ips[VG_(clo_backtrace_size)]; 333 vg_assert(sizeof(void*) == sizeof(Addr)); 354 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ) 424 + n_ips * sizeof(Addr), 464 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a ) { 498 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips [all...] |
| pub_core_machine.h | 162 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h 163 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h 164 Addr VG_(get_FP) ( ThreadId tid ); 166 void VG_(set_IP) ( ThreadId tid, Addr encip ); 167 void VG_(set_SP) ( ThreadId tid, Addr sp );
|
| pub_core_libcfile.h | 44 extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg ); 53 extern SysRes VG_(getxattr) ( const HChar* file_name, const HChar* attr_name, Addr attr_value, SizeT attr_value_len );
|
| /external/valgrind/main/coregrind/m_debuginfo/ |
| debuginfo.c | 340 static Bool discard_syms_in_range ( Addr start, SizeT length ) 377 static Bool ranges_overlap (Addr s1, SizeT len1, Addr s2, SizeT len2 ) 379 Addr e1, e2; 694 ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ) 939 void VG_(di_notify_munmap)( Addr a, SizeT len ) 953 void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot ) 969 void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot ) [all...] |
| /external/valgrind/main/helgrind/ |
| libhb_core.c | 215 #define FI_TAG_MASK (~(Addr)(FI_LINE_SZB - 1)) 219 & (Addr)(FI_NUM_LINES-1) ) 232 R W for addr+7 ... R W for addr+0 247 Addr tags[FI_NUM_LINES]; 357 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL; 403 static void zsm_sset_range ( Addr, SizeT, SVal ); 404 static void zsm_scopy_range ( Addr, Addr, SizeT ); 470 Primary map is a WordFM Addr SecMap*. [all...] |
| hg_main.c | 186 static Lock* mk_LockN ( LockKind kind, Addr guestaddr ) { 478 || !HG_(get_and_pp_addrdescr) ((Addr) lk->guestaddr)) 600 tl_assert(sizeof(Addr) == sizeof(UWord)); 705 /*--- map_locks :: WordFM guest-Addr-of-lock Lock* ---*/ 712 Lock* map_locks_lookup_or_create ( LockKind lkk, Addr ga, ThreadId tid ) 734 static Lock* map_locks_maybe_lookup ( Addr ga ) 743 static void map_locks_delete ( Addr ga ) 745 Addr ga2 = 0; 886 Addr gla; 974 Addr src, Addr dst, SizeT len 4635 IRExpr* addr = sg->addr; local 4649 IRExpr* addr = lg->addr; local [all...] |
| /external/llvm/include/llvm/Object/ |
| ELF.h | 255 DynRegionInfo() : Addr(nullptr), Size(0), EntSize(0) {} 257 const void *Addr; 352 if (DynSymRegion.Addr) 353 return Elf_Sym_Iter(DynSymRegion.EntSize, (const char *)DynSymRegion.Addr, 359 if (DynSymRegion.Addr) 361 (const char *)DynSymRegion.Addr + DynSymRegion.Size, 495 if (!DynSymRegion.Addr || !dot_gnu_version_sec) 675 if (DynSymRegion.Addr) 678 DynSymRegion.Addr = base() + Sec.sh_offset; 682 DynStrRegion.Addr = base() + DynStr->sh_offset [all...] |
| /external/llvm/lib/MC/MCAnalysis/ |
| MCObjectDisassembler.cpp | 62 MemoryObject *MCObjectDisassembler::getRegionFor(uint64_t Addr) { 67 uint64_t MCObjectDisassembler::getEffectiveLoadAddr(uint64_t Addr) { 68 return Addr; 71 uint64_t MCObjectDisassembler::getOriginalLoadAddr(uint64_t Addr) { 72 return Addr; 369 for (uint64_t Addr = BeginAddr; Addr < EndAddr; Addr += InstSize) { 371 if (Dis.getInstruction(Inst, InstSize, *Region, Addr, nulls(), 374 TA = Module->createTextAtom(Addr, Addr) [all...] |
| /external/chromium_org/net/disk_cache/blockfile/ |
| entry_impl_v3.cc | 247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only) 261 bool EntryImplV3::CreateEntry(Addr node_address, const std::string& key, 278 Addr address(0); 345 Addr rankings_addr(stored->rankings_node); 349 Addr next_addr(stored->next); 359 Addr key_addr(stored->long_key); 381 Addr key_addr(stored->long_key); 391 Addr data_addr(stored->data_addr[i]); 411 Addr key_addr(stored->long_key); 417 Addr data_addr(stored->data_addr[i]) [all...] |
| storage_block-inl.h | 17 Addr address) 46 Addr address) { 114 template<typename T> const Addr StorageBlock<T>::address() const {
|
| entry_impl.cc | 298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) 299 : entry_(NULL, Addr(0)), node_(NULL, Addr(0)), 406 bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, 423 Addr address(0); 484 Addr address(entry_.Data()->data_addr[index]); 504 Addr address(entry_.Data()->long_key); 521 void EntryImpl::SetNextAddress(Addr address) { 529 Addr address(entry_.Data()->rankings_node); 583 Addr rankings_addr(stored->rankings_node) [all...] |
| backend_impl.cc | 460 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); 478 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); 526 Addr entry_address(data_->table[hash & mask_]); 531 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); 535 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); 566 Addr node_address(0); 647 base::FilePath BackendImpl::GetFileName(Addr address) const { 657 MappedFile* BackendImpl::File(Addr address) { 667 bool BackendImpl::CreateExternalFile(Addr* address) { 669 Addr file_address(0) [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMFastISel.cpp | 173 bool ARMEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 176 bool ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr, 178 bool ARMComputeAddress(const Value *Obj, Address &Addr); 179 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3); 218 void AddLoadStoreOperands(MVT VT, Address &Addr, 753 bool ARMFastISel::ARMComputeAddress(const Value *Obj, Address &Addr) { 781 return ARMComputeAddress(U->getOperand(0), Addr); 785 return ARMComputeAddress(U->getOperand(0), Addr); 790 return ARMComputeAddress(U->getOperand(0), Addr); 793 Address SavedAddr = Addr; [all...] |
| /external/valgrind/main/coregrind/m_gdbserver/ |
| valgrind-low-mips64.c | 168 /* Return non-zero if the ADDR instruction has a branch delay slot 171 mips_instruction_has_delay_slot (Addr addr) 174 UInt inst = getUInt((UChar *)addr); 212 static Addr mips_adjust_breakpoint_address (Addr pc) 214 Addr prev_addr; 215 Addr boundary; 216 Addr func_addr; 217 Addr bpaddr = pc [all...] |
| valgrind-low-mips32.c | 167 /* Return non-zero if the ADDR instruction has a branch delay slot 170 mips_instruction_has_delay_slot (Addr addr) 173 UInt inst = getUInt((UChar *)addr); 211 static Addr mips_adjust_breakpoint_address (Addr pc) 213 Addr prev_addr; 214 Addr boundary; 215 Addr func_addr; 216 Addr bpaddr = pc [all...] |
| /external/valgrind/main/cachegrind/ |
| cg_sim.c | 126 Bool cachesim_ref_is_miss(cache_t2* c, Addr a, UChar size) 158 VG_(printf)("addr: %lx size: %u blocks: %ld %ld", 179 void cachesim_I1_doref_Gen(Addr a, UChar size, ULong* m1, ULong *mL) 191 void cachesim_I1_doref_NoX(Addr a, UChar size, ULong* m1, ULong *mL) 208 void cachesim_D1_doref(Addr a, UChar size, ULong* m1, ULong *mL) 224 static Bool cachesim_is_IrNoX(Addr a, UChar size)
|
| /external/llvm/include/llvm/CodeGen/ |
| ScheduleDAGInstrs.h | 263 const SUnit *Addr = SUnits.empty() ? nullptr : &SUnits[0]; 266 assert((Addr == nullptr || Addr == &SUnits[0]) &&
|
| /external/llvm/tools/llvm-mc/ |
| Disassembler.cpp | 44 int readByte(uint64_t Addr, uint8_t *Byte) const override { 45 if (Addr >= getExtent()) 47 *Byte = Bytes[Addr].first;
|
| /external/chromium_org/third_party/android_crazy_linker/src/src/ |
| crazy_linker_shared_library.h | 78 size_t addr = reinterpret_cast<size_t>(address); local 79 return load_address() <= addr && addr <= load_address() + load_size(); 173 ELF::Addr relro_start_; 174 ELF::Addr relro_size_;
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldMachO.h | 31 /// pointed to by Addr. 32 bool applyRelocationValue(uint8_t *Addr, uint64_t Value, unsigned Size) { 34 *Addr++ = (uint8_t)Value;
|
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| OProfileJITEventListenerTest.cpp | 22 uint64_t Addr; 27 uint64_t addr, 31 , Addr(addr) 64 uint64_t addr, 69 OprofileNativeFunction func(name, addr, code, size); 73 EXPECT_TRUE(ReportedDebugFuncs.find(addr) == ReportedDebugFuncs.end()); 75 ReportedDebugFuncs[addr]; 87 uint64_t addr = reinterpret_cast<uint64_t>(code); local 88 NativeCodeMap::iterator i = ReportedDebugFuncs.find(addr); [all...] |
| /external/valgrind/main/coregrind/m_initimg/ |
| initimg-linux.c | 71 /*OUT*/Addr* client_ip, 72 /*OUT*/Addr* client_toc) 380 Addr setup_client_stack( void* init_sp, 384 Addr clstack_end, 391 Addr *ptr; 400 Addr client_SP; /* client stack base (initial SP) */ 401 Addr clstack_start; 501 Addr anon_start = clstack_start; 502 Addr resvn_start = anon_start - resvn_size; 576 ptr = (Addr*)client_SP [all...] |
| /external/valgrind/main/coregrind/m_syswrap/ |
| priv_syswrap-generic.h | 42 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, 71 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot, 74 ML_(notify_core_and_tool_of_munmap) ( Addr a, SizeT len ); 76 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot ); 79 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p, 83 Addr buf_p, Addr buflen_p, const HChar* s );
|
| /ndk/sources/android/crazy_linker/src/ |
| crazy_linker_shared_library.h | 78 size_t addr = reinterpret_cast<size_t>(address); local 79 return load_address() <= addr && addr <= load_address() + load_size(); 173 ELF::Addr relro_start_; 174 ELF::Addr relro_size_;
|