1 struct link_map_machine
2   {
3     size_t fptr_table_len;
4     Elf64_Addr *fptr_table;
5   };
6