xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | struct 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 | }; |