Searched refs:gotSymbols (Results 1 – 2 of 2) sorted by relevance
96 uint32_t numImports = importedSymbols.size() + gotSymbols.size(); in getNumImports()110 gotSymbols.push_back(sym); in addGOTEntry()186 for (const Symbol *sym : gotSymbols) { in writeBody()605 for (const Symbol *s : out.importSec->gotSymbols) { in writeBody()
122 std::vector<const Symbol *> gotSymbols; variable