OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coregrind
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/
Android.mk
76
external/valgrind/
coregrind
157
coregrind
/m_addrinfo.c \
158
coregrind
/m_cache.c \
159
coregrind
/m_commandline.c \
160
coregrind
/m_clientstate.c \
161
coregrind
/m_cpuid.S \
162
coregrind
/m_debuglog.c \
163
coregrind
/m_errormgr.c \
164
coregrind
/m_execontext.c \
165
coregrind
/m_hashtable.c
[
all
...]
/external/valgrind/memcheck/tests/
badfree3.stderr.exp
2
at 0x........: free (
coregrind
/vg_replace_malloc.c:...)
7
at 0x........: free (
coregrind
/vg_replace_malloc.c:...)
varinfo5.stderr.exp
7
at 0x........: malloc (
coregrind
/vg_replace_malloc.c:...)
/external/valgrind/gdbserver_tests/
make_local_links
14
# source tree. We use the existence of the
coregrind
directory as evidence
16
if [ ! -d "
coregrind
" ]; then
97
ln -f -s ../
coregrind
/vgdb gdbserver_tests/vgdb
98
ln -f -s ../../
coregrind
/vgdb gdbserver_tests/solaris/vgdb
/external/valgrind/auxprogs/
update-demangler
7
# machinery in
coregrind
/m_demangle.
87
# 5) Check out valgrind
coregrind
/m_demangle into old_m_demangle
88
echo "Checking out
coregrind
/m_demangle"
89
svn co svn://svn.valgrind.org/valgrind/trunk/
coregrind
/m_demangle old_m_demangle > /dev/null
/external/valgrind/tests/
check_headers_and_includes
7
# (2)
coregrind
/pub_core_xyzzy.h may include pub_tool_xyzzy.h
8
# other
coregrind
headers may not include pub_tool_xyzzy.h
9
# (3)
coregrind
/ *.c must not include pub_tool_xyzzy.h
13
# (6)
coregrind
/ *.[ch] must not use tl_assert
15
# (8)
coregrind
/ *.[ch] must not use VG_(tool_panic)
32
# (1)
coregrind
directories
41
"
coregrind
" => 1,
170
# Return 1, if file is located underneath <valgrind>/
coregrind
175
return ($path_name =~ /^
coregrind
\//) ? 1 : 0;
243
# Check a file from <valgrind>/
coregrind
[
all
...]
Completed in 113 milliseconds