reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/InputFiles.cpp
 1144   if (sym.st_value)
 1145     ret = 1ULL << countTrailingZeros((uint64_t)sym.st_value);
 1146   if (0 < sym.st_shndx && sym.st_shndx < sections.size())
 1146   if (0 < sym.st_shndx && sym.st_shndx < sections.size())
 1147     ret = std::min<uint64_t>(ret, sections[sym.st_shndx].sh_addralign);