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

<<11121314151617181920>>

  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 196 Addr last_address;
200 Addr address;
376 Addr adr = ML_(cur_step_Addr)(data);
380 (Int)op_code, (Addr)adr);
840 adv, (Addr)state_machine_regs.address);
    [all...]
priv_image.h 337 static inline Addr ML_(cur_step_Addr) ( DiCursor* c ) {
338 if (sizeof(Addr) == sizeof(UInt)) {
340 } else if (sizeof(Addr) == sizeof(ULong)) {
readelf.c 162 DiOffT sym_name_ioff, Addr sym_svma,
230 Addr sym_svma, /* address as stated in the object file */
236 Addr* sym_avma_out, /* addr we should record */
238 Addr* sym_tocptr_out, /* ppc64-linux only: R2 value to be
251 Addr text_svma, data_svma, sdata_svma, rodata_svma, bss_svma, sbss_svma;
522 offset_in_opd = (Addr)(*sym_avma_out) - (Addr)(di->opd_avma);
718 Addr sym_svma = sym.st_value;
724 Addr sym_avma_really = 0
775 Addr addr; member in struct:__anon36195
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 189 bool IsValidAddress(disk_cache::Addr address) {
269 // This code has to map the cell address (up to 22 bits) to a general cache Addr
273 Addr EntryCell::GetAddress() const {
284 return Addr(file_type, 1, file_number, StartBlockFromLocation(location));
322 Addr address,
344 Addr address,
614 EntryCell IndexTable::CreateEntryCell(uint32 hash, Addr address) {
668 EntryCell IndexTable::FindEntryCell(uint32 hash, Addr address) {
682 void IndexTable::SetSate(uint32 hash, Addr address, EntryState state) {
730 void IndexTable::UpdateTime(uint32 hash, Addr address, base::Time current)
    [all...]
disk_cache_perftest.cc 224 disk_cache::Addr* address = new disk_cache::Addr[kNumEntries];
stats.cc 101 bool Stats::Init(void* data, int num_bytes, Addr address) {
232 int Stats::SerializeStats(void* data, int num_bytes, Addr* address) {
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 76 "addr-sink-using-gep", cl::Hidden, cl::init(false),
140 bool OptimizeMemoryInst(Instruction *I, Value *Addr, Type *AccessTy);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 370 Value *Addr, uint32_t TypeSize, bool IsWrite,
374 Instruction *generateCrashCode(Instruction *InsertBefore, Value *Addr,
731 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &Alignment);
732 assert(Addr);
734 if (GlobalVariable *G = dyn_cast<GlobalVariable>(Addr)) {
742 ConstantExpr *CE = dyn_cast<ConstantExpr>(Addr);
753 Type *OrigPtrTy = Addr->getType();
772 return instrumentAddress(I, I, Addr, TypeSize, IsWrite, nullptr, UseCalls);
775 // and the last bytes. We call __asan_report_*_n(addr, real_size) to be able
779 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy)
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 49 Addr VG_(get_IP) ( ThreadId tid ) {
52 Addr VG_(get_SP) ( ThreadId tid ) {
55 Addr VG_(get_FP) ( ThreadId tid ) {
59 void VG_(set_IP) ( ThreadId tid, Addr ip ) {
62 void VG_(set_SP) ( ThreadId tid, Addr sp ) {
151 case 0: src = (void*)(((Addr)&(tst->arch.vex)) + offset); break;
152 case 1: src = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break;
153 case 2: src = (void*)(((Addr)&(tst->arch.vex_shadow2)) + offset); break;
175 case 0: dst = (void*)(((Addr)&(tst->arch.vex)) + offset); break;
176 case 1: dst = (void*)(((Addr)&(tst->arch.vex_shadow1)) + offset); break
    [all...]
m_errormgr.c 141 Addr addr; // Used frequently member in struct:_Error
157 Addr VG_(get_error_address) ( Error* err )
159 return err->addr;
323 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
336 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV)
634 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a,
655 err->addr = a;
669 ErrorKind ekind, Addr a, const HChar* s, void* extra )
841 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, const HChar* s
    [all...]
m_translate.c 207 = VG_(make_depth_1_ExeContext_from_Addr)( (Addr)guest_IP );
394 curr_IP = st->Ist.IMark.addr;
748 segment/addr. */
750 static Bool translations_allowable_from_seg ( NSegment const* seg, Addr addr )
762 || VG_(has_gdbserver_breakpoint) (addr))))
789 Addr addr = (Addr)vge->base[i]; local
857 Addr addr = (Addr)addr64; local
1339 Addr64 addr; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 62 Addr memline, iaddr;
109 * - Addr CLG_(bb_base) (instruction start address of original BB)
113 Addr CLG_(bb_base);
142 typedef CacheModelResult (*simcall_type)(Addr, UChar);
243 * CacheModelResult cachesim_I1_ref(Addr a, UChar size)
244 * CacheModelResult cachesim_D1_ref(Addr a, UChar size)
284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size)
308 VG_(printf)("addr: %lx size: %u blocks: %ld %ld",
316 CacheModelResult cachesim_I1_ref(Addr a, UChar size)
324 CacheModelResult cachesim_D1_ref(Addr a, UChar size
    [all...]
debug.c 374 void CLG_(print_addr)(Addr addr)
382 if (addr == 0) {
383 VG_(printf)("%08lx", addr);
387 CLG_(get_debug_info)(addr, fl_buf, fn_buf, &ln, &di);
390 VG_(printf)("%#lx", addr);
392 VG_(printf)("%#lx %s", addr, fn_buf);
410 void CLG_(print_addr_ln)(Addr addr)
412 CLG_(print_addr)(addr);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 450 SDValue Addr;
455 if (SelectDirectAddr(N1, Addr)) {
480 getI32Imm(fromTypeWidth), Addr, Chain };
632 SDValue Addr, Offset, Base;
691 if (SelectDirectAddr(Op1, Addr)) {
741 getI32Imm(FromTypeWidth), Addr, Chain };
1046 SDValue Base, Offset, Addr;
1053 if (SelectDirectAddr(Op1, Addr)) {
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 134 int readByte(uint64_t Addr, uint8_t *Byte) const override {
135 if (Addr - BasePC >= Size)
137 *Byte = Bytes[Addr - BasePC];
  /bionic/libc/bionic/
vdso.cpp 86 ElfW(Addr) vdso_addr = 0;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 62 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
63 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr);
89 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) override {
91 ->updateSectionAddress(Sec, Addr);
94 void updateSymbolAddress(const SymbolRef &Sym, uint64_t Addr) override {
96 ->updateSymbolAddress(Sym, Addr);
129 uint64_t Addr) {
136 shdr->sh_addr = static_cast<addr_type>(Addr);
141 uint64_t Addr) {
148 sym->st_value = static_cast<addr_type>(Addr);
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 206 uint64_t Addr;
209 if (I->getAddress(Addr)) continue;
214 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size);
218 outs() << " Line info @ " << It->first - Addr << ": "
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 69 void ML_(call_on_new_stack_0_1) ( Addr stack,
70 Addr retaddr,
202 ULong flags, Addr rsp,
205 Addr tlsaddr )
272 seg = VG_(am_find_nsegment)((Addr)rsp);
274 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(rsp);
424 (Addr)ARG2, /* child ESP */
427 (Addr)ARG5)); /* set_tls */
490 ret addr */
492 tst->arch.vex.guest_RSP -= sizeof(Addr);
    [all...]
syswrap-mips64-linux.c 81 void ML_(call_on_new_stack_0_1) ( Addr stack, /* $4 - $a0 */
82 Addr retaddr, /* $5 - $a1 */
187 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr);
197 UInt flags, Addr sp,
200 Addr child_tls )
233 seg = VG_(am_find_nsegment)((Addr)sp);
298 SysRes sys_set_tls ( ThreadId tid, Addr tlsptr )
402 PRE_REG_READ3(long, "cacheflush", unsigned long, addr,
431 PRE_REG_READ4(int, "ptrace", long, request, long, pid, long, addr,
530 (Addr)ARG2, /* child SP *
    [all...]
syswrap-main.c     [all...]
syswrap-x86-linux.c 75 void ML_(call_on_new_stack_0_1) ( Addr stack,
76 Addr retaddr,
209 UInt flags, Addr esp,
283 seg = VG_(am_find_nsegment)((Addr)esp);
285 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(esp);
688 (Addr) & info->entry_number, sizeof(unsigned int) );
691 (Addr) & info->entry_number, sizeof(unsigned int) );
835 if (a2 != (Addr)NULL)
837 if (a3 != (Addr)NULL)
839 if (a4 != (Addr)NULL
    [all...]
  /external/valgrind/main/exp-bbv/
bbv_main.c 82 Addr last_rep_addr; /* rep counting values */
93 Addr BB_addr; /* used as key, must be first */
229 static VG_REGPARM(1) void per_instruction_BBV_rep(Addr addr)
232 if (bbv_thread[current_thread].last_rep_addr!=addr) {
238 bbv_thread[current_thread].last_rep_addr=addr;
272 static Int get_inst_type(Int len, Addr addr)
289 inst_pointer=(UChar *)addr;
325 inst_pointer=(UChar *)addr;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 151 Addr instr_addr;
158 Addr SB_addr; // key; MUST BE FIRST
216 static void get_debug_info(Addr instr_addr, HChar file[FILE_LEN],
256 static LineCC* get_lineCC(Addr origAddr)
393 void log_1IrNoX_1Dr_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
408 void log_1IrNoX_1Dw_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
426 void log_0Ir_1Dr_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
437 void log_0Ir_1Dw_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
609 SB_info* get_SB_info(IRSB* sbIn, Addr origAddr)
683 InstrInfo* setup_InstrInfo ( CgState* cgs, Addr instr_addr, UInt instr_len
1157 IRExpr* addr = sg->addr; local
1170 IRExpr* addr = lg->addr; local
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 380 typedef uint32_t Addr;
388 Addr e_entry;
404 Addr sh_addr;
418 typedef uint64_t Addr;
429 Addr e_entry;
445 Addr sh_addr;
462 typedef typename ELF::Addr Addr;
483 // Read an ELF::Addr at a given position.
484 Addr GetAddrAt(off_t pos)
    [all...]

Completed in 964 milliseconds

<<11121314151617181920>>