blob: 1fb9678a6d1625fd9d31a356cf4faccbf7d1cf1e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001struct link_map_machine
2 {
3 ElfW(Addr) plt; /* Address of .plt */
4 ElfW(Word) fpabi; /* FP ABI of the object */
5 unsigned int odd_spreg; /* Does the object require odd_spreg support? */
6 };