chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / ports / sysdeps / hppa / bits / linkmap.h
1 /* Used to store the function descriptor table */
2 struct link_map_machine
3   {
4     size_t fptr_table_len;
5     ElfW(Addr) *fptr_table;
6   };