New alpm_list_join function
[pacman.git] / valgrind.supp
blob202273497750b17aac3853f9e55f4167439a889d
1 # pacman suppressions for valgrind.
2 #   right now, I really just care about those stupid dl_relocates
4 # Format of this file is:
5 # {
6 #     name_of_suppression
7 #     tool_name:supp_kind
8 #     (optional extra info for some suppression types)
9 #     caller0 name, or /name/of/so/file.so
10 #     caller1 name, or ditto
11 #     (optionally: caller2 name)
12 #     (optionally: caller3 name)
13 #  }
15 # For Memcheck, the supp_kinds are:
17 #     Param Value1 Value2 Value4 Value8 Value16
18 #     Free Addr1 Addr2 Addr4 Addr8 Addr16
19 #     Cond (previously known as Value0)
21 # and the optional extra info is:
22 #     if Param: name of system call param
23 #     if Free: name of free-ing fn)
26    pacman-dlrelocate
27    Memcheck:Cond
28    fun:_dl_relocate_object
29    obj:*ld-2.?.so