summaryrefslogtreecommitdiff
path: root/sysdeps/mips/linkmap.h
blob: 1fb9678a6d1625fd9d31a356cf4faccbf7d1cf1e (plain)
1
2
3
4
5
6
struct link_map_machine
  {
    ElfW(Addr) plt; /* Address of .plt */
    ElfW(Word) fpabi; /* FP ABI of the object */
    unsigned int odd_spreg; /* Does the object require odd_spreg support? */
  };