Searched refs:ET_REL (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h88 #define ET_REL 1 /* Relocatable file */ macro
/openbsd-current/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp193 if (ELF->getEType() == ELF::ET_REL) {
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h88 #define ET_REL 1 /* Relocatable file */ macro
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL;
539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL;
H A DELFDumper.cpp999 {"Relocatable", "REL (Relocatable file)", ELF::ET_REL},
6309 if (this->Obj.getHeader().e_type == ELF::ET_REL)
7113 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL;
7389 if (this->Obj.getHeader().e_type == ELF::ET_REL)
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h77 return Obj.getHeader().e_type == llvm::ELF::ET_REL;
/openbsd-current/sys/sys/
H A Dexec_elf.h156 #define ET_REL 1 /* relocatable file */ macro
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h592 if (EF.getHeader().e_type == ELF::ET_REL) {
1365 return EF.getHeader().e_type == ELF::ET_REL;
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h116 ET_REL = 1, // Relocatable file enumerator in enum:llvm::ELF::__anon24
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3115 case ET_REL:
3116 *s << "ET_REL";
3346 case llvm::ELF::ET_REL:
3374 case llvm::ELF::ET_REL:
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfcode.h549 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL)
H A Delf.c4408 i_ehdrp->e_type = ET_REL;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h569 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL)
H A Delf.c5069 i_ehdrp->e_type = ET_REL;
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp423 W.write<uint16_t>(ELF::ET_REL); // e_type
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp50 ECase(ET_REL);
H A DELFEmitter.cpp920 if (Doc.Header.Type.value == ELF::ET_REL ||
/openbsd-current/gnu/llvm/lld/ELF/
H A DWriter.cpp2815 return ET_REL;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1900 case ET_REL: return _("REL (Relocatable file)");
9539 is_relocatable = elf_header.e_type == ET_REL;
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1227 Obj->Type = ET_REL;
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2759 if (Elf->getEType() != ELF::ET_REL)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1544 case ET_REL: return _("REL (Relocatable file)");

Completed in 515 milliseconds