Blame sysdeps/mips/linkmap.h

Packit 6c4009
struct link_map_machine
Packit 6c4009
  {
Packit 6c4009
    ElfW(Addr) plt; /* Address of .plt */
Packit 6c4009
    ElfW(Word) fpabi; /* FP ABI of the object */
Packit 6c4009
    unsigned int odd_spreg; /* Does the object require odd_spreg support? */
Packit 6c4009
  };