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

References

tools/lld/ELF/InputSection.cpp
  125     : InputSectionBase(&file, getFlags(hdr.sh_flags),
  126                        getType(hdr.sh_type, name), hdr.sh_entsize, hdr.sh_link,
  126                        getType(hdr.sh_type, name), hdr.sh_entsize, hdr.sh_link,
  126                        getType(hdr.sh_type, name), hdr.sh_entsize, hdr.sh_link,
  127                        hdr.sh_info, hdr.sh_addralign,
  127                        hdr.sh_info, hdr.sh_addralign,
  128                        getSectionContents(file, hdr), name, sectionKind) {
  132   if (hdr.sh_addralign > UINT32_MAX)