Warning: This file is not a C or C++ file. It does not have highlighting.

1/* Used to store the function descriptor table */
2struct link_map_machine
3 {
4 size_t fptr_table_len;
5 ElfW(Addr) *fptr_table;
6 };
7

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/hppa/linkmap.h