reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1263 StringRef name = CHECK(sym.getName(this->stringTable), this); 1264 if (sym.getBinding() == STB_LOCAL) { 1270 if (sym.isUndefined()) { 1272 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()}); 1272 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()}); 1272 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()}); 1285 uint32_t alignment = getAlignment<ELFT>(sections, sym); 1287 symtab->addSymbol(SharedSymbol{*this, name, sym.getBinding(), 1288 sym.st_other, sym.getType(), sym.st_value, 1288 sym.st_other, sym.getType(), sym.st_value, 1288 sym.st_other, sym.getType(), sym.st_value, 1289 sym.st_size, alignment, idx}); 1309 symtab->addSymbol(SharedSymbol{*this, saver.save(name), sym.getBinding(), 1310 sym.st_other, sym.getType(), sym.st_value, 1310 sym.st_other, sym.getType(), sym.st_value, 1310 sym.st_other, sym.getType(), sym.st_value, 1311 sym.st_size, alignment, idx});