Searched refs:GOTSectionID (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h133 unsigned GOTSectionID; member in class:llvm::RuntimeDyldELF
H A DRuntimeDyldELF.cpp225 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {}
1813 if (GOTSectionID == 0) {
1814 GOTSectionID = Sections.size();
1850 addRelocationForSection(GOTRE, GOTSectionID);
1856 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset);
1866 if (GOTSectionID != 0) {
1870 GOTSectionID, ".got", false);
1874 Sections[GOTSectionID] =
1894 SectionToGOTMap[i->second] = GOTSectionID;
1919 GOTSectionID
[all...]

Completed in 48 milliseconds