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

References

lib/ObjectYAML/ELFEmitter.cpp
  852   if (Section.Link.empty() && SN2I.lookup(".dynsym", Link))
  855   if (Section.Content || Section.Size) {
  855   if (Section.Content || Section.Size) {
  856     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
  856     SHeader.sh_size = writeContent(OS, Section.Content, Section.Size);
  860   support::endian::write<uint32_t>(OS, Section.Bucket->size(),
  862   support::endian::write<uint32_t>(OS, Section.Chain->size(),
  864   for (uint32_t Val : *Section.Bucket)
  866   for (uint32_t Val : *Section.Chain)
  869   SHeader.sh_size = (2 + Section.Bucket->size() + Section.Chain->size()) * 4;
  869   SHeader.sh_size = (2 + Section.Bucket->size() + Section.Chain->size()) * 4;