HomeSort by relevance Sort by last modified time
    Searched refs:Addr (Results 76 - 100 of 312) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Mms/src/com/android/mms/util/
AddressUtils.java 29 import android.provider.Telephony.Mms.Addr;
44 builder.appendPath(msgId).appendPath("addr");
47 builder.build(), new String[] {Addr.ADDRESS, Addr.CHARSET},
48 Addr.TYPE + "=" + PduHeaders.FROM, null, null);
  /external/valgrind/main/memcheck/
mc_errors.c 131 } Addr;
192 } Addr;
238 Addr src; // Source block
239 Addr dst; // Destination block
298 static void mc_pp_AddrInfo ( Addr a, AddrInfo* ai, Bool maybe_gcc )
318 xpre, (ULong)a, ai->Addr.Stack.tid, xpost );
322 SizeT block_szB = ai->Addr.Block.block_szB;
323 PtrdiffT rwoffset = ai->Addr.Block.rwoffset;
340 a, delta, relative, ai->Addr.Block.block_desc,
342 ai->Addr.Block.block_kind==Block_Mallocd ? "alloc'd"
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 113 SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) {
114 EVT ValTy = Addr.getValueType();
118 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) {
126 if (Addr.getOpcode() == MipsISD::WrapperPIC) {
128 Offset = Addr.getOperand(0);
132 if ((Addr.getOpcode() == ISD::TargetExternalSymbol ||
133 Addr.getOpcode() == ISD::TargetGlobalAddress))
135 else if (Addr.getOpcode() == ISD::TargetGlobalTLSAddress) {
137 Offset = Addr;
143 if (CurDAG->isBaseWithConstantOffset(Addr)) {
    [all...]
MipsJITInfo.cpp 160 void *Addr = (void*) (JCE.getCurrentPCValue());
161 if (!sys::Memory::setRangeWritable(Addr, 16))
185 sys::Memory::InvalidateInstructionCache(Addr, 16);
186 if (!sys::Memory::setRangeExecutable(Addr, 16))
189 return Addr;
  /external/valgrind/main/drd/
drd_bitmap.c 31 #include "pub_tool_basics.h" /* Addr, SizeT */
116 const Addr a1, const Addr a2,
127 void DRD_(bm_access_range_load)(struct bitmap* const bm, Addr a1, Addr a2)
129 Addr b, b_next;
139 Addr b_start;
140 Addr b_end;
153 if (make_address(bm2->addr, 0) < a1)
156 if (make_address(bm2->addr, 0) < a2
    [all...]
drd_clientobj.c 80 * Return the data associated with the client object at client address addr.
84 DrdClientobj* DRD_(clientobj_get_any)(const Addr addr)
86 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
90 * Return the data associated with the client object at client address addr
94 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
97 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr);
106 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 88 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
98 addr - VG_STACK_REDZONE_SZB, size, tid );
109 Addr sp_top_of_frame,
118 Addr rsp;
157 vg_assert(rsp == (Addr)&frame->returnAddr);
167 (Addr)frame, 1*sizeof(ULong) );
172 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */
173 tst->arch.vex.guest_RDX = (Addr) &frame->fake_ucontext; /* oh well */
176 (Addr)frame, 1*sizeof(ULong) )
    [all...]
sigframe-x86-linux.c 122 Addr retaddr;
134 Addr retaddr;
138 Addr psigInfo;
141 Addr puContext;
399 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
404 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
405 stackseg = VG_(am_find_nsegment)(addr);
408 addr, stackseg->start, stackseg->end);
415 addr, tid)
    [all...]
sigframe-ppc64-linux.c 138 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
143 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
144 stackseg = VG_(am_find_nsegment)(addr);
147 addr, stackseg->start, stackseg->end);
154 addr, tid);
162 VG_(synth_fault_mapping)(tid, addr);
171 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
180 Addr sp_top_of_frame,
189 Addr sp
    [all...]
sigframe-x86-darwin.c 91 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
101 addr - VG_STACK_REDZONE_SZB, size, tid );
112 Addr sp_top_of_frame,
121 Addr esp;
160 vg_assert(esp == (Addr)&frame->returnAddr);
170 (Addr)frame, 4*sizeof(UInt) );
176 (Addr)frame, 4*sizeof(UInt) );
178 (Addr)&frame->fake_siginfo, sizeof(frame->fake_siginfo));
180 (Addr)&frame->fake_ucontext, sizeof(frame->fake_ucontext))
    [all...]
sigframe-ppc64-aix5.c 81 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
91 addr, size - VG_STACK_REDZONE_SZB, tid );
112 Addr sp_top_of_frame,
121 Addr sp;
154 vg_assert(sp == (Addr)&frame->lower_guardzone[512]);
157 *(Addr*)sp = tst->arch.vex.guest_GPR1;
177 VG_(discard_translations)( (Addr64)(Addr)&frame->tramp[0],
180 SET_SIGNAL_LR(tst, (Addr) &frame->tramp[0]);
183 (Addr)&frame->tramp, sizeof(frame->tramp))
    [all...]
sigframe-arm-linux.c 73 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
78 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
79 stackseg = VG_(am_find_nsegment)(addr);
82 addr, stackseg->start, stackseg->end);
89 addr, tid);
97 VG_(synth_fault_mapping)(tid, addr);
106 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
165 (Addr)frame, offsetof(struct sigframe, vp));
178 (Addr)frame, offsetof(struct sigframe, vp))
    [all...]
  /external/valgrind/main/coregrind/
m_stacks.c 87 Addr start;
88 Addr end;
145 static Stack* find_stack_by_addr(Addr sp)
178 UWord VG_(register_stack)(Addr start, Addr end)
183 Addr t = end;
240 void VG_(change_stack)(UWord id, Addr start, Addr end)
261 void VG_(stack_limits)(Addr SP, Addr *start, Addr *end
    [all...]
pub_core_transtab.h 47 Addr guest;
48 Addr host;
55 #define TRANSTAB_BOGUS_GUEST_ADDR ((Addr)1)
94 Addr64 addr; member in struct:_BBProfEntry
m_redir.c 106 Specs - a set of (soname pattern, fnname pattern) -> redir addr
107 Active - a set of orig addr -> (bool, redir addr)
126 redir = spec.redir addr
140 the pieces of code -- that affects the "orig addr" and "redir addr"
227 Addr to_addr; /* where redirecting to */
269 Addr from_addr; /* old addr -- MUST BE THE FIRST WORD! */
270 Addr to_addr; /* where redirecting to *
717 Addr addr; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 232 /// emitInt32At - Emit the Int32 Value in Addr.
233 void emitInt32At(uintptr_t *Addr, uintptr_t Value) {
234 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
235 (*(uint32_t*)Addr) = (uint32_t)Value;
238 /// emitInt64At - Emit the Int64 Value in Addr.
239 void emitInt64At(uintptr_t *Addr, uintptr_t Value) {
240 if (Addr >= (uintptr_t*)BufferBegin && Addr < (uintptr_t*)BufferEnd)
241 (*(uint64_t*)Addr) = (uint64_t)Value
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 95 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB )
  /external/llvm/tools/llvm-objdump/
MCFunction.h 59 bool contains(uint64_t Addr) const { return Succs.count(Addr); }
62 void addSucc(uint64_t Addr) { Succs.insert(Addr); }
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 241 void call_on_new_stack_0_1 ( Addr stack,
242 Addr retaddr,
288 void pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg,
289 Addr stacksize, Addr flags, Addr sp)
326 Addr stack = VG_PGROUNDUP(sp) - stacksize
    [all...]
syswrap-x86-darwin.c 227 void call_on_new_stack_0_1 ( Addr stack,
228 Addr retaddr,
276 void pthread_hijack(Addr self, Addr kport, Addr func, Addr func_arg,
277 Addr stacksize, Addr flags, Addr sp)
315 Addr stack = VG_PGROUNDUP(sp) - stacksize
    [all...]
syswrap-linux.c 233 Addr ML_(allocstack)(ThreadId tid)
237 Addr initial_SP;
254 tst->os_state.valgrind_stack_base = (Addr)stack;
275 Addr sp;
289 sp &= ~((Addr)0xF);
301 (Addr)sp, /* stack */
643 (Addr)&tx->field, sizeof(tx->field))
647 PRE_MEM_READ( "adjtimex(timex->offset)", (Addr)&tx->offset, sizeof(tx->offset));
736 PRE_MEM_READ("sysctl(name)", (Addr)args->name, args->nlen * sizeof(*args->name));
738 PRE_MEM_READ("sysctl(newval)", (Addr)args->newval, args->newlen)
    [all...]
  /external/valgrind/main/include/
pub_tool_errormgr.h 49 addr: use is optional. 0 by default.
61 Addr VG_(get_error_address) ( Error* err );
76 Addr a, Char* s, void* extra );
86 Addr a, Char* s, void* extra,
  /external/chromium/net/disk_cache/
storage_block_unittest.cc 18 disk_cache::CacheEntryBlock entry1(file, disk_cache::Addr(0xa0010001));
38 disk_cache::CacheEntryBlock entry1(file, disk_cache::Addr(0xa0010001));
41 disk_cache::CacheEntryBlock entry2(file, disk_cache::Addr(0xa0010002));
59 new disk_cache::CacheEntryBlock(file, disk_cache::Addr(0xa0010003));
66 disk_cache::CacheEntryBlock entry2(file, disk_cache::Addr(0xa0010003));
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 123 bool SelectAddrRI12Only(SDValue& Addr,
125 bool SelectAddrRI12(SDValue& Addr,
128 bool SelectAddrRI(SDValue& Addr, SDValue &Base, SDValue &Disp);
129 bool SelectAddrRRI12(SDValue Addr,
131 bool SelectAddrRRI20(SDValue Addr,
133 bool SelectLAAddr(SDValue Addr,
300 // LHS should be an addr mode.
355 bool SystemZDAGToDAGISel::SelectAddrRI12Only(SDValue &Addr,
357 return SelectAddrRI12(Addr, Base, Disp, /*is12BitOnly*/true);
360 bool SystemZDAGToDAGISel::SelectAddrRI12(SDValue &Addr,
    [all...]
  /external/valgrind/main/exp-ptrcheck/
pc_main.c 68 static void pc_die_mem_stack ( Addr old_SP, SizeT len ) {
85 void pc_new_mem_mmap ( Addr a, SizeT len,
93 void pc_new_mem_startup ( Addr a, SizeT len,
100 static void pc_die_mem_munmap ( Addr a, SizeT len ) {
106 Addr base, SizeT size ) {
112 Char* s, Addr lo )
119 Addr base, SizeT size ) {

Completed in 1137 milliseconds

1 2 34 5 6 7 8 91011>>