Blame sysdeps/mips/linkmap.h

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