Searched refs:Addr (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/
H A Ddrd_suppression.h15 void DRD_(start_suppression)(const Addr a1, const Addr a2,
17 void DRD_(finish_suppression)(const Addr a1, const Addr a2);
18 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2);
19 Bool DRD_(is_any_suppressed)(const Addr a1, const Addr a2);
20 void DRD_(mark_hbvar)(const Addr a1);
21 Bool DRD_(range_contains_suppression_or_hbvar)(const Addr a
[all...]
H A Ddrd_cond.h31 #include "pub_tool_basics.h" /* Addr */
41 extern Addr DRD_(pthread_cond_initializer);
49 struct cond_info* DRD_(cond_get)(const Addr cond);
50 void DRD_(cond_pre_init)(const Addr cond);
51 void DRD_(cond_post_destroy)(const Addr cond);
52 void DRD_(cond_pre_wait)(const Addr cond, const Addr mutex);
53 void DRD_(cond_post_wait)(const Addr cond);
54 void DRD_(cond_pre_signal)(const Addr cond);
55 void DRD_(cond_pre_broadcast)(const Addr con
[all...]
H A Ddrd_cond_initializer.c7 Addr DRD_(pthread_cond_initializer) = (Addr)&pthread_cond_initializer;
H A Ddrd_hb.h31 #include "pub_tool_basics.h" /* Addr */
42 struct hb_info* DRD_(hb_get)(const Addr hb);
43 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb);
44 void DRD_(hb_init)(const Addr hb);
45 void DRD_(hb_destroy)(const Addr hb);
46 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb);
47 void DRD_(hb_happens_before)(const DrdThreadId tid, const Addr hb);
48 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb);
H A Ddrd_barrier.h35 #include "pub_tool_basics.h" // Addr
42 void DRD_(barrier_init)(const Addr barrier,
45 void DRD_(barrier_destroy)(const Addr barrier, const BarrierT barrier_type);
46 void DRD_(barrier_pre_wait)(const DrdThreadId tid, const Addr barrier,
48 void DRD_(barrier_post_wait)(const DrdThreadId tid, const Addr barrier,
51 void DRD_(barrier_stop_using_mem)(const Addr a1, const Addr a2);
H A Ddrd_malloc_wrappers.h34 typedef void (*StartUsingMem)(const Addr a1, const SizeT len, UInt ec_uniq);
35 typedef void (*StopUsingMem)(const Addr a1, const SizeT len);
40 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
41 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
42 Bool DRD_(heap_addrinfo)(Addr const a,
43 Addr* const data,
H A Ddrd_semaphore.h34 #include "pub_tool_basics.h" // Addr
41 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore,
44 void DRD_(semaphore_destroy)(const Addr semaphore);
45 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore,
48 void DRD_(semaphore_close)(const Addr semaphore);
49 void DRD_(semaphore_pre_wait)(const Addr semaphore);
50 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore,
52 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore);
53 void DRD_(semaphore_post_post)(const DrdThreadId tid, const Addr semaphore,
/external/valgrind/main/coregrind/
H A Dpub_core_stacks.h39 extern UWord VG_(register_stack) ( Addr start, Addr end );
41 extern void VG_(change_stack) ( UWord id, Addr start, Addr end );
42 extern void VG_(stack_limits) ( Addr SP, Addr *start, Addr *end );
45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
H A Dpub_core_stacktrace.h54 /*OUT*/Addr* ips, UInt n_ips,
55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
57 Addr fp_max_orig );
H A Dpub_core_ume.h49 Addr exe_base; // INOUT: lowest (allowed) address of exe
50 Addr exe_end; // INOUT: highest (allowed) address
53 Addr phdr; // OUT: address phdr was mapped at
55 Addr interp_base; // OUT: where interpreter (ld.so) was mapped
57 Addr stack_start; // OUT: address of start of stack segment (hot)
58 Addr stack_end; // OUT: address of end of stack segment (cold)
59 Addr text; // OUT: address of executable's Mach header
64 Addr entry; // OUT: entrypoint in main executable
65 Addr init_ip; // OUT: address of first instruction to execute
66 Addr brkbas
[all...]
H A Dpub_core_debuginfo.h66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
68 extern void VG_(di_notify_munmap)( Addr a, SizeT len );
70 extern void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot );
73 extern void VG_(di_notify_pdb_debuginfo)( Int fd, Addr avma,
78 extern void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot );
89 Bool VG_(get_fnname_raw) ( Addr a, Char* buf, Int nbuf );
94 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, Char* buf, Int nbuf );
103 struct { Addr xip; Addr xsp; Addr xb
[all...]
H A Dpub_core_initimg.h73 Addr sp_at_startup;
74 Addr clstack_top;
83 Addr initial_client_SP;
85 Addr initial_client_IP;
86 Addr initial_client_TOC;
97 Addr sp_at_startup;
98 Addr clstack_top;
102 Addr entry; /* &_start */
103 Addr init_ip; /* &__dyld_start, or copy of entry */
104 Addr stack_star
[all...]
H A Dpub_core_dispatch.h71 extern Addr VG_(run_innerloop__dispatch_unassisted_unprofiled);
72 extern Addr VG_(run_innerloop__dispatch_assisted_unprofiled);
73 extern Addr VG_(run_innerloop__dispatch_unassisted_profiled);
74 extern Addr VG_(run_innerloop__dispatch_assisted_profiled);
91 extern Addr VG_(run_a_noredir_translation__return_point);
H A Dpub_core_redir.h75 extern void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from );
86 extern Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap );
126 //extern void VG_(wrap_function)(Addr eip, const FuncWrapper *wrapper);
127 //extern const FuncWrapper *VG_(is_wrapped)(Addr eip);
128 //extern Bool VG_(is_wrapper_return)(Addr eip);
H A Dpub_core_trampoline.h56 extern Addr VG_(trampoline_stuff_start);
57 extern Addr VG_(trampoline_stuff_end);
60 extern Addr VG_(x86_linux_SUBST_FOR_sigreturn);
61 extern Addr VG_(x86_linux_SUBST_FOR_rt_sigreturn);
67 extern Addr VG_(amd64_linux_SUBST_FOR_rt_sigreturn);
68 extern Addr VG_(amd64_linux_REDIR_FOR_vgettimeofday);
69 extern Addr VG_(amd64_linux_REDIR_FOR_vtime);
74 extern Addr VG_(ppc32_linux_SUBST_FOR_sigreturn);
75 extern Addr VG_(ppc32_linux_SUBST_FOR_rt_sigreturn);
82 extern Addr VG
[all...]
H A Dpub_core_clientstate.h45 extern Addr VG_(clstk_base); // client stack range
46 extern Addr VG_(clstk_end);
53 extern Addr VG_(brk_base); // start of brk
54 extern Addr VG_(brk_limit); // current brk
84 extern Addr VG_(client___libc_freeres_wrapper);
90 extern Addr VG_(client__dl_sysinfo_int80);
H A Dm_clientstate.c47 Addr VG_(client_base) = 0; /* client address space limits */
48 Addr VG_(client_end) = 0;
50 Addr VG_(clstk_base) = 0;
51 Addr VG_(clstk_end) = 0;
58 Addr VG_(brk_base) = 0; /* start of brk */
59 Addr VG_(brk_limit) = 0; /* current brk */
98 Addr VG_(client___libc_freeres_wrapper) = 0;
104 Addr VG_(client__dl_sysinfo_int80) = 0;
H A Dpub_core_execontext.h50 // (Minor hack: we use Addr* as the return type instead of StackTrace so
54 /*StackTrace*/Addr* VG_(get_ExeContext_StackTrace) ( ExeContext* e );
H A Dpub_core_tooliface.h169 void (*track_new_mem_startup) (Addr, SizeT, Bool, Bool, Bool, ULong);
170 void (*track_new_mem_stack_signal)(Addr, SizeT, ThreadId);
171 void (*track_new_mem_brk) (Addr, SizeT, ThreadId);
172 void (*track_new_mem_mmap) (Addr, SizeT, Bool, Bool, Bool, ULong);
174 void (*track_copy_mem_remap) (Addr src, Addr dst, SizeT);
175 void (*track_change_mem_mprotect) (Addr, SizeT, Bool, Bool, Bool);
176 void (*track_die_mem_stack_signal)(Addr, SizeT);
177 void (*track_die_mem_brk) (Addr, SizeT);
178 void (*track_die_mem_munmap) (Addr, Size
[all...]
/external/elfutils/libcpu/
H A Dmemory-access.h50 # define read_2ubyte_unaligned(Addr) \
52 ? bswap_16 (*((const uint16_t *) (Addr))) \
53 : *((const uint16_t *) (Addr)))
54 # define read_2sbyte_unaligned(Addr) \
56 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
57 : *((const int16_t *) (Addr)))
59 # define read_4ubyte_unaligned_noncvt(Addr) \
60 *((const uint32_t *) (Addr))
61 # define read_4ubyte_unaligned(Addr) \
63 ? bswap_32 (*((const uint32_t *) (Addr))) \
[all...]
/external/valgrind/main/include/
H A Dpub_tool_aspacehl.h38 extern Addr* VG_(get_segment_starts) ( /*OUT*/Int* n_acquired );
H A Dpub_tool_signals.h41 extern void VG_(set_fault_catcher)(void (*catcher)(Int sig, Addr addr));
/external/chromium/net/disk_cache/
H A Daddr_unittest.cc12 Addr addr1(0);
20 Addr addr2(BLOCK_1K, 3, 5, 25);
29 Addr addr3(BLOCK_4K, 0x44, 0x41508, 0x952536);
39 EXPECT_TRUE(Addr(0).SanityCheck());
40 EXPECT_TRUE(Addr(0x80001000).SanityCheck());
41 EXPECT_TRUE(Addr(0xC3FFFFFF).SanityCheck());
42 EXPECT_TRUE(Addr(0xC0FFFFFF).SanityCheck());
45 EXPECT_FALSE(Addr(0x20).SanityCheck());
46 EXPECT_FALSE(Addr(0x10001000).SanityCheck());
49 EXPECT_FALSE(Addr(
[all...]
H A Daddr.cc11 int Addr::start_block() const {
16 int Addr::num_blocks() const {
21 bool Addr::SetFileNumber(int file_number) {
29 bool Addr::SanityCheck() const {
/external/elfutils/libdw/
H A Dmemory-access.h147 # define read_2ubyte_unaligned(Dbg, Addr) \
149 ? bswap_16 (*((const uint16_t *) (Addr))) \
150 : *((const uint16_t *) (Addr)))
151 # define read_2sbyte_unaligned(Dbg, Addr) \
153 ? (int16_t) bswap_16 (*((const int16_t *) (Addr))) \
154 : *((const int16_t *) (Addr)))
156 # define read_4ubyte_unaligned_noncvt(Addr) \
157 *((const uint32_t *) (Addr))
158 # define read_4ubyte_unaligned(Dbg, Addr) \
160 ? bswap_32 (*((const uint32_t *) (Addr))) \
[all...]

Completed in 210 milliseconds

1234567891011>>