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