mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
24 lines
298 B
Plaintext
24 lines
298 B
Plaintext
# This contains a match against a "???" entry
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:(below main)
|
|
}
|
|
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
FreeBSD GCC i386
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:_start1
|
|
fun:(below main)
|
|
}
|
|
|