Searched refs:ELFDATANONE (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c81 case ELFDATANONE:
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c55 if (encoding == ELFDATANONE)
H A Dlibelf_allocate.c52 e->e_byteorder = ELFDATANONE;
H A Dlibelf_ehdr.c98 eh->e_ident[EI_DATA] = ELFDATANONE; \
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c299 "ELFDATANONE", "ELFDATA2LSB", "ELFDATA2MSB"
1133 case ELFDATANONE:
1146 case ELFDATANONE:
1174 case ELFDATANONE:
1187 case ELFDATANONE:
1215 case ELFDATANONE:
1228 case ELFDATANONE:
1255 case ELFDATANONE:
1268 case ELFDATANONE:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h147 #define ELFDATANONE 0 /* e_ident[EI_DATA] */ macro
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dmain.c300 if (ecp->oed == ELFDATANONE)
676 if (ecp->oed == ELFDATANONE)
1604 ecp->oed = ELFDATANONE;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h326 ELFDATANONE = 0, // Invalid data encoding. enumerator in enum:llvm::ELF::__anon3068
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h42 (uint8_t)ELF::ELFDATANONE);
/freebsd-13-stable/sys/sys/
H A Delf_common.h159 #define ELFDATANONE 0 /* Unknown data format. */ macro
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h545 _ELF_DEFINE_ED(ELFDATANONE, 0, "Unknown data endianness") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c321 case ELFDATANONE: return "ELFDATANONE";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp242 // ELFDATANONE is an invalid data encoding, but we accept it because
244 ECase(ELFDATANONE);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3037 case ELFDATANONE:
3038 *s << "ELFDATANONE";
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c617 case ELFDATANONE: return "none";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1306 {"None", "none", ELF::ELFDATANONE},

Completed in 323 milliseconds