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

  local:
    *;
};