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

References

include/llvm/Object/ELFObjectFile.h
  830   if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
  852   if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
  872   if (sec->sh_type == ELF::SHT_REL)
  889   if (sec->sh_type == ELF::SHT_REL)
  898   if (sec->sh_type == ELF::SHT_REL)
  927   assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
lib/MC/ELFObjectWriter.cpp
  825       RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
 1023   case ELF::SHT_REL:
lib/Object/ELF.cpp
  240     STRINGIFY_ENUM_CASE(ELF, SHT_REL);
lib/ObjectYAML/ELFEmitter.cpp
  214     if (D->Type == llvm::ELF::SHT_REL || D->Type == llvm::ELF::SHT_RELA)
  736   assert((Section.Type == llvm::ELF::SHT_REL ||
lib/ObjectYAML/ELFYAML.cpp
  450   ECase(SHT_REL);
 1132   case ELF::SHT_REL:
tools/lld/ELF/InputFiles.cpp
  831   case SHT_REL: {
tools/lld/ELF/InputSection.cpp
  399   if (!file || (type != SHT_RELA && type != SHT_REL))
 1109   if (type == SHT_REL) {
tools/lld/ELF/LinkerScript.cpp
  589       (isec->type == SHT_REL || isec->type == SHT_RELA)) {
tools/lld/ELF/MarkLive.cpp
  359     bool isRel = (sec->type == SHT_REL || sec->type == SHT_RELA);
tools/lld/ELF/OutputSections.cpp
  374   if (!config->copyRelocs || (type != SHT_RELA && type != SHT_REL))
tools/lld/ELF/SyntheticSections.cpp
 1591     : RelocationBaseSection(name, config->isRela ? SHT_RELA : SHT_REL,
 3185   if (config->emitRelocs && isec->type == SHT_REL)
tools/lld/ELF/Writer.cpp
  719     if (isec->type == SHT_REL || isec->type == SHT_RELA)
 2656     if (sec->type == SHT_REL || sec->type == SHT_RELA)
 2660     if (sec->type != SHT_REL && sec->type != SHT_RELA)
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  126   if (type == DT_REL || type == SHT_REL)
 1615   case SHT_REL:
 2477   assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
 2640   assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
 2851     if (I->sh_type == SHT_RELA || I->sh_type == SHT_REL) {
 3139     CASE_AND_STREAM(s, SHT_REL, kStrWidth);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  469       case SHT_REL:
  649           case SHT_REL:
tools/llvm-objcopy/ELF/Object.cpp
  105   Sec.EntrySize = Sec.Type == SHT_REL ? sizeof(Elf_Rel) : sizeof(Elf_Rela);
  879   if (Sec.Type == SHT_REL)
 1444   case SHT_REL:
 1575       if (RelSec->Type == SHT_REL)
tools/llvm-objcopy/ELF/Object.h
  727     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  767     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
  843     return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA;
tools/llvm-objdump/ELFDump.cpp
   74   } else if ((*SecOrErr)->sh_type != ELF::SHT_REL) {
tools/llvm-readobj/ARMEHABIPrinter.h
  403     if (Sec.sh_type != ELF::SHT_REL || Sec.sh_info != IndexSectionIndex)
tools/llvm-readobj/ELFDumper.cpp
 2541   if (PltRelSec->sh_type == ELF::SHT_REL) {
 2997     if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
 3030     case ELF::SHT_REL:
 3135   case SHT_REL:
 3718     printRelocHeader(ELF::SHT_REL);
 3733     printRelocHeader(ELF::SHT_REL);
 3753     printRelocHeader(ELF::SHT_REL);
 4894     if (SectionType != ELF::SHT_RELA && SectionType != ELF::SHT_REL)
 5246     if (Sec.sh_type != ELF::SHT_REL && Sec.sh_type != ELF::SHT_RELA &&
 5270   case ELF::SHT_REL:
tools/llvm-size/llvm-size.cpp
  191   case ELF::SHT_REL:
tools/obj2yaml/elf2yaml.cpp
  239     case ELF::SHT_REL:
  612   if (Shdr->sh_type == ELF::SHT_REL) {