Lines Matching defs:GOT
70 // Try to attach _GLOBAL_OFFSET_TABLE_ to the GOT if it's defined as an
79 // Otherwise look for a GOT section: If it already has a start symbol we'll
81 // If there's a GOT section but we didn't find an external GOT symbol...
105 // If we still haven't found a GOT symbol then double check the externals.
106 // We may have a GOT-relative reference but no GOT section, in which case
107 // we just need to point the GOT symbol at some address in this graph.
662 aarch64::GOTTableManager GOT(G);
663 aarch64::PLTTableManager PLT(G, GOT);
666 visitExistingEdges(G, GOT, PLT, TLSDesc, TLSInfo);
723 // Add an in-place GOT/TLS/Stubs build pass.