Home
last modified time | relevance | path

Searched defs:VG_ (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_syscall.c65 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
73 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
111 SysRes VG_(mk_SysRes_x86_linux) ( Int val ) { in VG_() function
162 SysRes VG_(mk_SysRes_arm_linux) ( Int val ) { in VG_() function
185 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
192 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
272 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
280 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
292 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
300 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
[all …]
H A Dm_libcsignal.c64 Int VG_(sigfillset)( vki_sigset_t* set ) in VG_() function
74 Int VG_(sigemptyset)( vki_sigset_t* set ) in VG_() function
84 Bool VG_(isemptysigset)( const vki_sigset_t* set ) in VG_() function
103 Bool VG_(isfullsigset)( const vki_sigset_t* set ) in VG_() function
142 Int VG_(sigaddset)( vki_sigset_t* set, Int signum ) in VG_() function
153 Int VG_(sigdelset)( vki_sigset_t* set, Int signum ) in VG_() function
260 Int VG_(sigaction) ( Int signum, in VG_() function
353 Int VG_(kill)( Int pid, Int signo ) in VG_() function
366 Int VG_(tkill)( Int lwpid, Int signo ) in VG_() function
428 Int VG_(sigtimedwait_zero)( const vki_sigset_t *set, in VG_() function
[all …]
H A Dm_threadstate.c56 void VG_(init_Threads)(void) in VG_() function
76 const HChar* VG_(name_of_ThreadStatus) ( ThreadStatus status ) in VG_() function
100 ThreadState *VG_(get_ThreadState)(ThreadId tid) in VG_() function
107 Bool VG_(is_valid_tid) ( ThreadId tid ) in VG_() function
117 ThreadId VG_(get_running_tid)(void) in VG_() function
122 Bool VG_(is_running_thread)(ThreadId tid) in VG_() function
133 inline Bool VG_(is_exiting)(ThreadId tid) in VG_() function
140 Int VG_(count_living_threads)(void) in VG_() function
154 Int VG_(count_runnable_threads)(void) in VG_() function
168 ThreadId VG_(lwpid_to_vgtid)(Int lwp) in VG_() function
[all …]
H A Dm_xarray.c53 XArray* VG_(newXA) ( Alloc_Fn_t alloc_fn, in VG_() function
111 void VG_(deleteXA) ( XArray* xa ) in VG_() function
120 void VG_(setCmpFnXA) ( XArray* xa, XACmpFn_t compar ) in VG_() function
138 void VG_(hintSizeXA) ( XArray* xa, Word n) in VG_() function
192 Word VG_(addToXA) ( XArray* xa, const void* elem ) in VG_() function
228 void VG_(sortXA) ( XArray* xa ) in VG_() function
286 Word VG_(sizeXA) ( const XArray* xa ) in VG_() function
292 void VG_(dropTailXA) ( XArray* xa, Word n ) in VG_() function
300 void VG_(dropHeadXA) ( XArray* xa, Word n ) in VG_() function
320 void VG_(removeIndexXA)( XArray* xa, Word n ) in VG_() function
[all …]
H A Dm_libcfile.c55 Int VG_(safe_fd)(Int oldfd) in VG_() function
204 void VG_(close) ( Int fd ) in VG_() function
257 Int VG_(pipe) ( Int fd[2] ) in VG_() function
470 Long VG_(fsize) ( Int fd ) in VG_() function
489 Bool VG_(is_dir) ( const HChar* f ) in VG_() function
497 SysRes VG_(dup) ( Int oldfd ) in VG_() function
940 const HChar *VG_(tmpdir)(void) in VG_() function
1013 UInt VG_(htonl) ( UInt x ) in VG_() function
1024 UInt VG_(ntohl) ( UInt x ) in VG_() function
1035 UShort VG_(htons) ( UShort x ) in VG_() function
[all …]
H A Dm_tooliface.c42 void VG_(basic_tool_funcs)( in VG_() function
237 void VG_(needs_tool_errors)( in VG_() function
267 void VG_(needs_command_line_options)( in VG_() function
292 void VG_(needs_client_requests)( in VG_() function
302 void VG_(needs_syscall_wrapper)( in VG_() function
312 void VG_(needs_sanity_checks)( in VG_() function
322 void VG_(needs_print_stats) ( in VG_() function
330 void VG_(needs_info_location) ( in VG_() function
338 void VG_(needs_malloc_replacement)( in VG_() function
366 void VG_(needs_xml_output)( void ) in VG_() function
[all …]
H A Dm_libcproc.c543 Int VG_(system) ( const HChar* cmd ) in VG_() function
626 Int VG_(prctl) (Int option, in VG_() function
644 Int VG_(gettid)(void) in VG_() function
714 Int VG_(getpid) ( void ) in VG_() function
720 Int VG_(getpgrp) ( void ) in VG_() function
735 Int VG_(getppid) ( void ) in VG_() function
748 Int VG_(geteuid) ( void ) in VG_() function
770 Int VG_(getegid) ( void ) in VG_() function
858 Int VG_(fork) ( void ) in VG_() function
1105 Int VG_(getosreldate)(void) in VG_() function
[all …]
H A Dm_libcbase.c66 Bool VG_(isspace) ( HChar c ) in VG_() function
72 Bool VG_(isdigit) ( HChar c ) in VG_() function
249 HChar VG_(tolower) ( HChar c ) in VG_() function
262 SizeT VG_(strlen) ( const HChar* str ) in VG_() function
269 SizeT VG_(strnlen)(const HChar* str, SizeT n) in VG_() function
445 HChar* VG_(strchr) ( const HChar* s, HChar c ) in VG_() function
454 HChar* VG_(strrchr) ( const HChar* s, HChar c ) in VG_() function
466 VG_(strtok) (HChar *s, const HChar *delim) in VG_() function
950 Int VG_(log2) ( UInt x ) in VG_() function
961 Int VG_(log2_64) ( ULong x ) in VG_() function
[all …]
H A Dm_xtmemory.c40 static void VG_(XT_Allocs_init)(void* xt_allocs) in VG_() function
44 static void VG_(XT_Allocs_add) (void* to, const void* xt_allocs) in VG_() function
60 static const HChar* VG_(XT_Allocs_img) (const void* xt_allocs) in VG_() function
99 static void VG_(XT_Full_init)(void* xtfull) in VG_() function
103 static void VG_(XT_Full_add) (void* to, const void* xtfull) in VG_() function
115 static void VG_(XT_Full_sub) (void* from, const void* xtfull) in VG_() function
127 static const HChar* VG_(XT_Full_img) (const void* xtfull) in VG_() function
158 void VG_(XTMemory_Full_init)(XT_filter_IPs_t filter_IPs_fn) in VG_() function
169 void VG_(XTMemory_Full_alloc)(SizeT szB, in VG_() function
175 void VG_(XTMemory_Full_free)(SizeT szB, in VG_() function
[all …]
H A Dm_hashtable.c69 VgHashTable *VG_(HT_construct) ( const HChar* name ) in VG_() function
85 UInt VG_(HT_count_nodes) ( const VgHashTable *table ) in VG_() function
144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) in VG_() function
160 void* VG_(HT_lookup) ( const VgHashTable *table, UWord key ) in VG_() function
175 void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node, in VG_() function
191 void* VG_(HT_remove) ( VgHashTable *table, UWord key ) in VG_() function
236 void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp ) in VG_() function
354 void VG_(HT_ResetIter)(VgHashTable *table) in VG_() function
362 void* VG_(HT_Next)(VgHashTable *table) in VG_() function
388 void VG_(HT_remove_at_Iter)(VgHashTable *table) in VG_() function
[all …]
H A Dm_wordfm.c629 Bool VG_(delFromFM) ( WordFM* fm, in VG_() function
647 Bool VG_(lookupFM) ( const WordFM* fm, in VG_() function
663 Bool VG_(findBoundsFM)( const WordFM* fm, in VG_() function
680 UWord VG_(sizeFM) ( const WordFM* fm ) in VG_() function
693 void VG_(initIterFM) ( WordFM* fm ) in VG_() function
792 void VG_(doneIterFM) ( WordFM* fm ) in VG_() function
846 void VG_(deleteBag) ( WordBag* bag ) in VG_() function
854 void VG_(addToBag)( WordBag* bag, UWord w ) in VG_() function
920 Bool VG_(isEmptyBag)( const WordBag* bag ) in VG_() function
947 void VG_(initIterBag)( WordBag* bag ) in VG_() function
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_syscall.c65 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
73 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
111 SysRes VG_(mk_SysRes_x86_linux) ( Int val ) { in VG_() function
162 SysRes VG_(mk_SysRes_arm_linux) ( Int val ) { in VG_() function
185 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
192 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
272 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
280 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
292 SysRes VG_(mk_SysRes_Error) ( UWord err ) { in VG_() function
300 SysRes VG_(mk_SysRes_Success) ( UWord res ) { in VG_() function
[all …]
H A Dm_libcsignal.c64 Int VG_(sigfillset)( vki_sigset_t* set ) in VG_() function
74 Int VG_(sigemptyset)( vki_sigset_t* set ) in VG_() function
84 Bool VG_(isemptysigset)( const vki_sigset_t* set ) in VG_() function
103 Bool VG_(isfullsigset)( const vki_sigset_t* set ) in VG_() function
142 Int VG_(sigaddset)( vki_sigset_t* set, Int signum ) in VG_() function
153 Int VG_(sigdelset)( vki_sigset_t* set, Int signum ) in VG_() function
260 Int VG_(sigaction) ( Int signum, in VG_() function
353 Int VG_(kill)( Int pid, Int signo ) in VG_() function
366 Int VG_(tkill)( Int lwpid, Int signo ) in VG_() function
428 Int VG_(sigtimedwait_zero)( const vki_sigset_t *set, in VG_() function
[all …]
H A Dm_threadstate.c56 void VG_(init_Threads)(void) in VG_() function
76 const HChar* VG_(name_of_ThreadStatus) ( ThreadStatus status ) in VG_() function
100 ThreadState *VG_(get_ThreadState)(ThreadId tid) in VG_() function
107 Bool VG_(is_valid_tid) ( ThreadId tid ) in VG_() function
117 ThreadId VG_(get_running_tid)(void) in VG_() function
122 Bool VG_(is_running_thread)(ThreadId tid) in VG_() function
133 inline Bool VG_(is_exiting)(ThreadId tid) in VG_() function
140 Int VG_(count_living_threads)(void) in VG_() function
154 Int VG_(count_runnable_threads)(void) in VG_() function
168 ThreadId VG_(lwpid_to_vgtid)(Int lwp) in VG_() function
[all …]
H A Dm_xarray.c53 XArray* VG_(newXA) ( Alloc_Fn_t alloc_fn, in VG_() function
111 void VG_(deleteXA) ( XArray* xa ) in VG_() function
120 void VG_(setCmpFnXA) ( XArray* xa, XACmpFn_t compar ) in VG_() function
138 void VG_(hintSizeXA) ( XArray* xa, Word n) in VG_() function
192 Word VG_(addToXA) ( XArray* xa, const void* elem ) in VG_() function
228 void VG_(sortXA) ( XArray* xa ) in VG_() function
286 Word VG_(sizeXA) ( const XArray* xa ) in VG_() function
292 void VG_(dropTailXA) ( XArray* xa, Word n ) in VG_() function
300 void VG_(dropHeadXA) ( XArray* xa, Word n ) in VG_() function
320 void VG_(removeIndexXA)( XArray* xa, Word n ) in VG_() function
[all …]
H A Dm_libcfile.c55 Int VG_(safe_fd)(Int oldfd) in VG_() function
204 void VG_(close) ( Int fd ) in VG_() function
257 Int VG_(pipe) ( Int fd[2] ) in VG_() function
470 Long VG_(fsize) ( Int fd ) in VG_() function
489 Bool VG_(is_dir) ( const HChar* f ) in VG_() function
497 SysRes VG_(dup) ( Int oldfd ) in VG_() function
940 const HChar *VG_(tmpdir)(void) in VG_() function
1013 UInt VG_(htonl) ( UInt x ) in VG_() function
1024 UInt VG_(ntohl) ( UInt x ) in VG_() function
1035 UShort VG_(htons) ( UShort x ) in VG_() function
[all …]
H A Dm_tooliface.c42 void VG_(basic_tool_funcs)( in VG_() function
237 void VG_(needs_tool_errors)( in VG_() function
267 void VG_(needs_command_line_options)( in VG_() function
292 void VG_(needs_client_requests)( in VG_() function
302 void VG_(needs_syscall_wrapper)( in VG_() function
312 void VG_(needs_sanity_checks)( in VG_() function
322 void VG_(needs_print_stats) ( in VG_() function
330 void VG_(needs_info_location) ( in VG_() function
338 void VG_(needs_malloc_replacement)( in VG_() function
366 void VG_(needs_xml_output)( void ) in VG_() function
[all …]
H A Dm_libcproc.c543 Int VG_(system) ( const HChar* cmd ) in VG_() function
626 Int VG_(prctl) (Int option, in VG_() function
644 Int VG_(gettid)(void) in VG_() function
714 Int VG_(getpid) ( void ) in VG_() function
720 Int VG_(getpgrp) ( void ) in VG_() function
735 Int VG_(getppid) ( void ) in VG_() function
748 Int VG_(geteuid) ( void ) in VG_() function
770 Int VG_(getegid) ( void ) in VG_() function
858 Int VG_(fork) ( void ) in VG_() function
1105 Int VG_(getosreldate)(void) in VG_() function
[all …]
H A Dm_libcbase.c66 Bool VG_(isspace) ( HChar c ) in VG_() function
72 Bool VG_(isdigit) ( HChar c ) in VG_() function
249 HChar VG_(tolower) ( HChar c ) in VG_() function
262 SizeT VG_(strlen) ( const HChar* str ) in VG_() function
269 SizeT VG_(strnlen)(const HChar* str, SizeT n) in VG_() function
445 HChar* VG_(strchr) ( const HChar* s, HChar c ) in VG_() function
454 HChar* VG_(strrchr) ( const HChar* s, HChar c ) in VG_() function
466 VG_(strtok) (HChar *s, const HChar *delim) in VG_() function
950 Int VG_(log2) ( UInt x ) in VG_() function
961 Int VG_(log2_64) ( ULong x ) in VG_() function
[all …]
H A Dm_xtmemory.c40 static void VG_(XT_Allocs_init)(void* xt_allocs) in VG_() function
44 static void VG_(XT_Allocs_add) (void* to, const void* xt_allocs) in VG_() function
60 static const HChar* VG_(XT_Allocs_img) (const void* xt_allocs) in VG_() function
99 static void VG_(XT_Full_init)(void* xtfull) in VG_() function
103 static void VG_(XT_Full_add) (void* to, const void* xtfull) in VG_() function
115 static void VG_(XT_Full_sub) (void* from, const void* xtfull) in VG_() function
127 static const HChar* VG_(XT_Full_img) (const void* xtfull) in VG_() function
158 void VG_(XTMemory_Full_init)(XT_filter_IPs_t filter_IPs_fn) in VG_() function
169 void VG_(XTMemory_Full_alloc)(SizeT szB, in VG_() function
175 void VG_(XTMemory_Full_free)(SizeT szB, in VG_() function
[all …]
H A Dm_hashtable.c69 VgHashTable *VG_(HT_construct) ( const HChar* name ) in VG_() function
85 UInt VG_(HT_count_nodes) ( const VgHashTable *table ) in VG_() function
144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) in VG_() function
160 void* VG_(HT_lookup) ( const VgHashTable *table, UWord key ) in VG_() function
175 void* VG_(HT_gen_lookup) ( const VgHashTable *table, const void* node, in VG_() function
191 void* VG_(HT_remove) ( VgHashTable *table, UWord key ) in VG_() function
236 void VG_(HT_print_stats) ( const VgHashTable *table, HT_Cmp_t cmp ) in VG_() function
354 void VG_(HT_ResetIter)(VgHashTable *table) in VG_() function
362 void* VG_(HT_Next)(VgHashTable *table) in VG_() function
388 void VG_(HT_remove_at_Iter)(VgHashTable *table) in VG_() function
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c56 Bool VG_(replacement_malloc_process_cmd_line_option)(const HChar* arg) in VG_() function
86 SizeT VG_(malloc_effective_client_redzone_size)(void) in VG_() function
97 void* VG_(cli_malloc) ( SizeT align, SizeT nbytes ) in VG_() function
109 void VG_(cli_free) ( void* p ) in VG_() function
115 SizeT VG_(cli_malloc_usable_size) ( void* p ) in VG_() function
120 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB ) in VG_() function
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c56 Bool VG_(replacement_malloc_process_cmd_line_option)(const HChar* arg) in VG_() function
86 SizeT VG_(malloc_effective_client_redzone_size)(void) in VG_() function
97 void* VG_(cli_malloc) ( SizeT align, SizeT nbytes ) in VG_() function
109 void VG_(cli_free) ( void* p ) in VG_() function
115 SizeT VG_(cli_malloc_usable_size) ( void* p ) in VG_() function
120 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB ) in VG_() function
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dunit_vc.c13 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() function
15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) in VG_() function
17 void VG_(free)(void* p) in VG_() function
19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, in VG_() function
35 void* VG_(memset)(void *s, Int c, SizeT sz) in VG_() function
37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() function
39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) in VG_() function
41 UInt VG_(printf)(const HChar *format, ...) in VG_() function
43 UInt VG_(snprintf)(HChar* buf, Int size, const HChar *format, ...) in VG_() function
45 SizeT VG_(strlen)(const HChar* str) { return strlen(str); } in VG_() function
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dunit_vc.c13 void* VG_(malloc)(const HChar* cc, SizeT nbytes) in VG_() function
15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) in VG_() function
17 void VG_(free)(void* p) in VG_() function
19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, in VG_() function
35 void* VG_(memset)(void *s, Int c, SizeT sz) in VG_() function
37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) in VG_() function
39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) in VG_() function
41 UInt VG_(printf)(const HChar *format, ...) in VG_() function
43 UInt VG_(snprintf)(HChar* buf, Int size, const HChar *format, ...) in VG_() function
45 SizeT VG_(strlen)(const HChar* str) { return strlen(str); } in VG_() function
[all …]

123456789