Lines Matching refs:impSym
1232 return make<ImportThunkChunkX64>(symtab.ctx, impSym); in makeImportThunk()
1234 return make<ImportThunkChunkX86>(symtab.ctx, impSym); in makeImportThunk()
1236 return make<ImportThunkChunkARM64>(symtab.ctx, impSym, ARM64); in makeImportThunk()
1238 return make<ImportThunkChunkARM>(symtab.ctx, impSym); in makeImportThunk()
1292 impSym = symtab.addImportData(impName, this, location); in parse()
1301 impSym = symtab.addImportData(auxImpName, this, location); in parse()
1304 impSym = symtab.addImportData(impName, this, location); in parse()
1317 if (!impSym) in parse()
1328 thunkSym = symtab.addImportThunk(name, impSym, makeImportThunk()); in parse()
1331 name, impSym, make<ImportThunkChunkX64>(symtab.ctx, impSym)); in parse()
1343 impchkThunk->sym = symtab.addImportThunk(impChkName, impSym, impchkThunk); in parse()