| /freebsd-12-stable/contrib/file/src/ |
| D | elfclass.h | 64 case ET_REL:
|
| D | readelf.h | 127 #define ET_REL 1 macro
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | binary.c | 188 oeh.e_type = ET_REL; in create_elf_from_binary()
|
| D | ascii.c | 234 oeh.e_type = ET_REL; in create_elf_from_srec() 503 oeh.e_type = ET_REL; in create_elf_from_ihex()
|
| D | main.c | 326 else if (ieh.e_type == ET_REL) in create_elf()
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 88 #define ET_REL 1 /* Relocatable file */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ARMEHABIPrinter.h | 499 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintExceptionTable() 539 const bool IsRelocatable = ELF.getHeader().e_type == ELF::ET_REL; in PrintIndexTable()
|
| D | ELFDumper.cpp | 980 {"Relocatable", "REL (Relocatable file)", ELF::ET_REL}, 6023 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes() 6812 bool IsRelocatable = this->Obj.getHeader().e_type == ELF::ET_REL; in printBBAddrMaps() 7048 if (this->Obj.getHeader().e_type == ELF::ET_REL) in printStackSizes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELFLinkGraphBuilder.h | 79 return Obj.getHeader().e_type == llvm::ELF::ET_REL; in isRelocatable()
|
| /freebsd-12-stable/lib/libpmcstat/ |
| D | libpmcstat_image.c | 338 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 99 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_syminit32() 149 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_syminit64() 1212 is_elf_obj = (ehdr.e_type == ET_REL); in dt_module_update()
|
| D | dt_link.c | 503 elf_file.ehdr.e_type = ET_REL; in dump_elf32() 643 elf_file.ehdr.e_type = ET_REL; in dump_elf64()
|
| /freebsd-12-stable/stand/common/ |
| D | load_elf_obj.c | 143 hdr->e_type != ET_REL) { in __elfN()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 194 #define ET_REL 1 /* Relocatable. */ macro
|
| /freebsd-12-stable/usr.sbin/kldxref/ |
| D | ef_obj.c | 399 hdr->e_type != ET_REL) in ef_obj_open()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 576 if (EF.getHeader().e_type == ELF::ET_REL) { in getSymbolAddress() 1325 return EF.getHeader().e_type == ELF::ET_REL; in isRelocatableObject()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 117 ET_REL = 1, // Relocatable file enumerator
|
| /freebsd-12-stable/sys/kern/ |
| D | link_elf_obj.c | 364 hdr->e_type != ET_REL || in link_elf_link_preload() 705 if (hdr->e_type != ET_REL) { in link_elf_load_file()
|
| /freebsd-12-stable/contrib/elftoolchain/addr2line/ |
| D | addr2line.c | 877 } else if (eh.e_type == ET_REL) { in find_section_base()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 3041 case ET_REL: in DumpELFHeader_e_type() 3272 case llvm::ELF::ET_REL: in CalculateType() 3300 case llvm::ELF::ET_REL: in CalculateStrata()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | ELFObjectWriter.cpp | 429 W.write<uint16_t>(ELF::ET_REL); // e_type in writeHeader()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elfcode.h | 571 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL) in elf_object_p()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 890 _ELF_DEFINE_ET(ET_REL, 1, "Relocatable object") \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 47 ECase(ET_REL); in enumeration()
|
| /freebsd-12-stable/contrib/elftoolchain/elfdump/ |
| D | elfdump.c | 274 case ET_REL: return "ET_REL"; in elf_type_str()
|