Lines Matching defs:GOT
91 x86_64::GOTTableManager GOT(G);
92 x86_64::PLTTableManager PLT(G, GOT);
94 visitExistingEdges(G, GOT, PLT, TLSInfo);
279 // Try to attach _GLOBAL_OFFSET_TABLE_ to the GOT if it's defined as an
288 // Otherwise look for a GOT section: If it already has a start symbol we'll
290 // If there's a GOT section but we didn't find an external GOT symbol...
313 // If we still haven't found a GOT symbol then double check the externals.
314 // We may have a GOT-relative reference but no GOT section, in which case
315 // we just need to point the GOT symbol at some address in this graph.
378 // Add an in-place GOT/Stubs/TLSInfoEntry build pass.
386 // Add GOT/Stubs optimizer pass.