hjl / source-git / glibc

Forked from source-git/glibc 4 years ago
Clone
Blob Blame History Raw
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? */
  };