# This contains a match against a "???" entry
{
- <insert a suppression name here>
+ All jumps - there is only one
Memcheck:Jump
obj:*
- fun:(below main)
-}
-
-{
- <insert a suppression name here>
- Memcheck:Jump
- obj:*
- fun:main
-}
-
-{
- FreeBSD i386
- Memcheck:Jump
- obj:*
- fun:_*_start1
- fun:(below main)
}
# With glibc debuginfo installed we might see syscall-template.S, close.c or creat64.c
perl -p -e "s/\(syscall-template.S:[0-9]*\)/(in \/...libc...)/" |
perl -p -e "s/\(close.c:[0-9]*\)/(in \/...libc...)/" |
-perl -p -e "s/\(creat64.c:[0-9]*\)/(in \/...libc...)/"
+perl -p -e "s/\(creat(?:64)?.c:[0-9]*\)/(in \/...libc...)/"