summaryrefslogtreecommitdiff
path: root/sysdeps/mips/linkmap.h
blob: 1e640c3ba9bd18e4bce43b53441f575d81fc26ba (plain)
1
2
3
4
5
6
7
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? */
    const Elf32_Word *mips_xlat_zero; /* .MIPS.xhash */
  };