Searched refs:addGOTEntry (Results 1 – 3 of 3) sorted by relevance
77 static void addGOTEntry(Symbol *sym) { in addGOTEntry() function79 out.importSec->addGOTEntry(sym); in addGOTEntry()114 addGOTEntry(sym); in scanRelocations()150 addGOTEntry(sym); in scanRelocations()
105 void addGOTEntry(Symbol *sym);
104 void ImportSection::addGOTEntry(Symbol *sym) { in addGOTEntry() function in lld::wasm::ImportSection