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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-mips64-linux.c 78 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
83 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
84 stackseg = VG_(am_find_nsegment)(addr);
90 addr, tid);
98 VG_(synth_fault_mapping)(tid, addr);
107 VG_TRACK(new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
119 (Addr)sc, sizeof(unsigned long long)*34);
158 Addr sp_top_of_frame,
166 Addr sp
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
rankings.cc 40 // addr is the cache addres of the node being inserted or removed. We want to
44 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
53 disk_cache::Addr addr, Operation op, int list)
56 DCHECK(addr.is_initialized());
59 data_->transaction = addr.value();
250 Addr& my_head = heads_[list];
251 Addr& my_tail = tails_[list];
325 Addr next_addr(node->Data()->next)
    [all...]
rankings.h 13 #include "net/disk_cache/blockfile/addr.h"
183 int CheckListSection(List list, Addr end1, Addr end2, bool forward,
184 Addr* last, Addr* second_last, int* num_items);
186 // Returns true if addr is the head or tail of any list. When there is a
187 // match |list| will contain the list number for |addr|.
188 bool IsHead(CacheAddr addr, List* list) const;
189 bool IsTail(CacheAddr addr, List* list) const;
203 Addr heads_[LAST_ELEMENT]
    [all...]
backend_impl.h 91 base::FilePath GetFileName(Addr address) const;
94 MappedFile* File(Addr address);
100 bool CreateExternalFile(Addr* address);
104 Addr* block_address);
108 void DeleteBlock(Addr block_address, bool deep);
125 CacheAddr GetNextAddr(Addr address);
137 void OnEntryDestroyBegin(Addr address);
297 int NewEntry(Addr address, EntryImpl** entry);
307 Addr entry_addr, bool* match_error);
backend_worker_v3.h 12 #include "net/disk_cache/blockfile/addr.h"
32 base::FilePath GetFileName(Addr address) const;
  /external/valgrind/main/coregrind/
m_redir.c 113 Specs - a set of (soname pattern, fnname pattern) -> redir addr
114 Active - a set of orig addr -> (bool, redir addr)
133 redir = spec.redir addr
147 the pieces of code -- that affects the "orig addr" and "redir addr"
234 Addr to_addr; /* where redirecting to */
282 Addr from_addr; /* old addr -- MUST BE THE FIRST WORD! */
283 Addr to_addr; /* where redirecting to *
991 Addr addr; local
    [all...]
m_libcproc.c 549 sres = VG_(do_syscall2)(__NR_getgroups, size, (Addr)list16);
563 sres = VG_(do_syscall2)(__NR_getgroups, size, (Addr)list);
577 Int VG_(ptrace) ( Int request, Int pid, void *addr, void *data )
580 res = VG_(do_syscall4)(__NR_ptrace, request, pid, (UWord)addr, (UWord)data);
745 Addr startaddr = (Addr) ptr;
746 Addr endaddr = startaddr + nbytes;
747 Addr cls;
748 Addr addr; local
907 Addr addr; local
    [all...]
pub_core_syswrap.h 56 Addr ip,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_symbols.cpp 36 LOG(" DT_HASH addr=%p\n", dyn_addr);
46 LOG(" DT_STRTAB addr=%p\n", dyn_addr);
50 LOG(" DT_SYMTAB addr=%p\n", dyn_addr);
65 ELF::Addr elf_addr =
66 reinterpret_cast<ELF::Addr>(address) - static_cast<ELF::Addr>(load_bias);
83 ELF::Addr elf_addr =
84 reinterpret_cast<ELF::Addr>(address) - static_cast<ELF::Addr>(load_bias);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 68 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base,
74 bool MipsDAGToDAGISel::selectAddrRegReg(SDValue Addr, SDValue &Base,
80 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base,
86 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base,
92 bool MipsDAGToDAGISel::selectIntAddrMM(SDValue Addr, SDValue &Base,
98 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base,
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_symbols.cpp 36 LOG(" DT_HASH addr=%p\n", dyn_addr);
46 LOG(" DT_STRTAB addr=%p\n", dyn_addr);
50 LOG(" DT_SYMTAB addr=%p\n", dyn_addr);
65 ELF::Addr elf_addr =
66 reinterpret_cast<ELF::Addr>(address) - static_cast<ELF::Addr>(load_bias);
83 ELF::Addr elf_addr =
84 reinterpret_cast<ELF::Addr>(address) - static_cast<ELF::Addr>(load_bias);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 101 LPSTR NTAPI RtlIpv6AddressToStringA(const IN6_ADDR *Addr, LPSTR S);
102 LPWSTR NTAPI RtlIpv6AddressToStringW(const IN6_ADDR *Addr, LPWSTR S);
108 LPSTR NTAPI RtlIpv4AddressToStringA(const IN_ADDR *Addr, LPSTR S);
109 LPWSTR NTAPI RtlIpv4AddressToStringW(const IN_ADDR *Addr, LPWSTR S);
116 LONG NTAPI RtlIpv4StringToAddressA(PCSTR S, BOOLEAN Strict, LPSTR *Terminator, IN_ADDR *Addr);
117 LONG NTAPI RtlIpv4StringToAddressW(PCWSTR S, BOOLEAN Strict, LPWSTR *Terminator, IN_ADDR *Addr);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 78 MC_Chunk* create_MC_Chunk ( ThreadId tid, Addr p, SizeT szB,
171 MC_Chunk* MC_(get_freed_block_bracketting) (Addr a)
190 MC_Chunk* create_MC_Chunk ( ThreadId tid, Addr p, SizeT szB,
214 if (!MC_(check_mem_is_noaccess)( (Addr)mc, sizeof(MC_Chunk), NULL )) {
367 Addr p, SizeT szB, SizeT alignB,
377 p = (Addr)VG_(cli_malloc)( alignB, szB );
497 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind )
519 tid, (Addr)p, MC_(Malloc_Redzone_SzB), MC_AllocMalloc );
525 tid, (Addr)p, MC_(Malloc_Redzone_SzB), MC_AllocNew);
531 tid, (Addr)p, MC_(Malloc_Redzone_SzB), MC_AllocNewVec)
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectDisassembler.h 97 /// For example, on Mach-O this would be done by adding the VM addr slide,
100 /// In most static situations and in the default impl., this returns \p Addr.
101 virtual uint64_t getEffectiveLoadAddr(uint64_t Addr);
117 /// \brief Return a memory region suitable for reading starting at \p Addr.
122 MemoryObject *getRegionFor(uint64_t Addr);
164 uint64_t getEffectiveLoadAddr(uint64_t Addr) override;
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 68 bool SelectADDRspii(SDValue Addr, SDValue &Base, SDValue &Offset);
90 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base,
93 if ((FIN = dyn_cast<FrameIndexSDNode>(Addr))) {
98 if (Addr.getOpcode() == ISD::ADD) {
100 if ((FIN = dyn_cast<FrameIndexSDNode>(Addr.getOperand(0)))
101 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
235 // (brind (int_xcore_checkevent (addr)))
237 SDValue Addr = N->getOperand(1);
238 if (Addr->getOpcode() != ISD::INTRINSIC_W_CHAIN)
240 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue()
    [all...]
  /external/valgrind/main/drd/
drd_cond.c 61 void DRD_(cond_initialize)(struct cond_info* const p, const Addr cond)
102 * Report that the synchronization object at address 'addr' is of the
105 static void wrong_type(const Addr addr)
109 .addr = addr,
118 static struct cond_info* cond_get_or_allocate(const Addr cond)
138 struct cond_info* DRD_(cond_get)(const Addr cond)
145 void DRD_(cond_pre_init)(const Addr cond)
168 void DRD_(cond_post_destroy)(const Addr cond, const Bool destroy_succeeded
    [all...]
  /external/llvm/include/llvm/Support/
Valgrind.h 39 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
41 void ValgrindDiscardTranslations(const void *Addr, size_t Len);
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.h 104 std::string &Name, uint64_t &Addr,
111 uint64_t Addr;
116 return s1.Addr < s2.Addr;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 273 void call_on_new_stack_0_1 ( Addr stack,
274 Addr retaddr,
320 void pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg,
321 Addr stacksize, Addr flags, Addr sp)
358 Addr stack = VG_PGROUNDUP(sp) - stacksize
    [all...]
  /external/valgrind/main/coregrind/m_ume/
elf.c 72 static void check_mmap(SysRes res, Addr base, SizeT len)
158 ESZ(Addr) mapelf(struct elfinfo *e, ESZ(Addr) base)
162 ESZ(Addr) elfbrk = 0;
166 ESZ(Addr) addr, brkaddr;
172 addr = ph->p_vaddr+base;
174 brkaddr = addr+memsz;
182 ESZ(Addr) addr, bss, brkaddr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
link.h 54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
140 ElfW(Addr) dlpi_addr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
link.h 54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
140 ElfW(Addr) dlpi_addr;
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 159 // Try to match Addr as a FormBD address with displacement type DR.
162 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
165 // Try to match Addr as a FormBDX address with displacement type DR.
168 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
171 // Try to match Addr as a FormBDX* address of form Form with
175 SystemZAddressingMode::DispRange DR, SDValue Addr,
179 bool selectPCRelAddress(SDValue Addr, SDValue &Target) const {
180 if (SystemZISD::isPCREL(Addr.getOpcode())) {
181 Target = Addr.getOperand(0);
188 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const
    [all...]
  /bionic/linker/
linker.cpp 82 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf);
399 unsigned addr = (unsigned)pc; local
402 if ((addr >= si->base) && (addr < (si->base + si->size))) {
676 ElfW(Addr) address = reinterpret_cast<ElfW(Addr)>(p);
685 ElfW(Sym)* dladdr_find_symbol(soinfo* si, const void* addr) {
686 ElfW(Addr) soaddr = reinterpret_cast<ElfW(Addr)>(addr) - si->base
    [all...]
  /external/libunwind/src/
elfxx.c 91 Elf_W (Addr) load_offset,
92 char *buf, size_t buf_len, Elf_W (Addr) *min_dist)
98 Elf_W (Addr) val;
141 if ((Elf_W (Addr)) (ip - val) < *min_dist
142 && (Elf_W (Addr)) (ip - val) < sym->st_size)
145 *min_dist = (Elf_W (Addr)) (ip - val);
163 static Elf_W (Addr)
167 Elf_W (Addr) offset = 0;
314 Elf_W (Addr) load_offset;
315 Elf_W (Addr) min_dist = ~(Elf_W (Addr))0
    [all...]

Completed in 1325 milliseconds

1 2 3 4 5 6 7 891011>>