reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
 1806   if (GOTSectionID == 0) {
 1807     GOTSectionID = Sections.size();
 1843   addRelocationForSection(GOTRE, GOTSectionID);
 1849   return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset);
 1859   if (GOTSectionID != 0) {
 1863                                                 GOTSectionID, ".got", false);
 1867     Sections[GOTSectionID] =
 1887           SectionToGOTMap[i->second] = GOTSectionID;
 1912   GOTSectionID = 0;