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

References

include/llvm/Object/ELFObjectFile.h
  531   if (Header->e_type == ELF::ET_REL) {
  847   if (EF.getHeader()->e_type != ELF::ET_REL)
 1206   return EF.getHeader()->e_type == ELF::ET_REL;
lib/MC/ELFObjectWriter.cpp
  434   W.write<uint16_t>(ELF::ET_REL);             // e_type
lib/ObjectYAML/ELFYAML.cpp
   35   ECase(ET_REL);
tools/lld/ELF/Writer.cpp
 2544     return ET_REL;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 3003   case ET_REL:
 3234   case llvm::ELF::ET_REL:
 3262   case llvm::ELF::ET_REL:
tools/llvm-objcopy/ELF/Object.cpp
 1111   Obj->Type = ET_REL;
tools/llvm-objdump/llvm-objdump.cpp
 2094     if (Elf->getEType() != ELF::ET_REL)
tools/llvm-readobj/ELFDumper.cpp
  899   {"Relocatable",  "REL (Relocatable file)",   ELF::ET_REL},