linkmap.h 88 B

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