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

References

tools/lld/ELF/InputFiles.cpp
  998     uint32_t secIdx = getSectionIndex(eSym);
 1003     uint8_t binding = eSym.getBinding();
 1004     uint8_t stOther = eSym.st_other;
 1005     uint8_t type = eSym.getType();
 1006     uint64_t value = eSym.st_value;
 1007     uint64_t size = eSym.st_size;
 1008     StringRefZ name = this->stringTable.data() + eSym.st_name;
 1014       if (eSym.getType() == STT_FILE)
 1015         sourceFile = CHECK(eSym.getName(this->stringTable), this);
 1017       if (this->stringTable.size() <= eSym.st_name)
 1020       if (eSym.st_shndx == SHN_UNDEF)
 1032     if (eSym.st_shndx == SHN_UNDEF) {
 1039     if (eSym.st_shndx == SHN_COMMON) {