summaryrefslogtreecommitdiff
path: root/elf/libdl.map
blob: 4bd2145a475ded8b633ce8387d93cb8ed33b38f6 (plain)
1
2
3
4
5
6
7
GLIBC_2.0 {
  global:
    dladdr; dlclose; dlerror; dlopen; dlsym; dlvsym;

  local:
    *;
};