This file is indexed.

/usr/lib/x86_64-linux-gnu/libdl_pic.map is in libc6-pic 2.19-0ubuntu6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
GLIBC_2.2.5 {
  global:
    dladdr; dlclose; dlerror; dlopen; dlsym;
    dlopen; dlvsym;
  local:
    *;
};
GLIBC_2.3.3 {
  global:
    dladdr1; dlinfo;
} GLIBC_2.2.5;
GLIBC_2.3.4 {
  global:
    dlmopen;
} GLIBC_2.3.3;
GLIBC_PRIVATE {
  global:
    _dlfcn_hook;
} GLIBC_2.3.4;