reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 S.Type = Sym->getType(); 380 S.Value = Sym->st_value; 381 S.Size = Sym->st_size; 382 S.Other = Sym->st_other; 383 S.Binding = Sym->getBinding(); 386 getUniquedSymbolName(Sym, StrTable, SymTab); 391 if (Sym->st_shndx >= ELF::SHN_LORESERVE) { 392 S.Index = (ELFYAML::ELF_SHN)Sym->st_shndx; 396 auto ShdrOrErr = Obj.getSection(Sym, SymTab, ShndxTable);