Blame sysdeps/hppa/linkmap.h

Packit 6c4009
/* Used to store the function descriptor table */
Packit 6c4009
struct link_map_machine
Packit 6c4009
  {
Packit 6c4009
    size_t fptr_table_len;
Packit 6c4009
    ElfW(Addr) *fptr_table;
Packit 6c4009
  };