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   };
7