Home
last modified time | relevance | path

Searched refs:ELFDATANONE (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.bin/elfdump/
H A Delfdump.c1136 case ELFDATANONE: in elf_get_quarter()
1149 case ELFDATANONE: in elf_get_quarter()
1177 case ELFDATANONE:
1190 case ELFDATANONE:
1218 case ELFDATANONE: in elf_get_word()
1231 case ELFDATANONE: in elf_get_word()
1258 case ELFDATANONE: in elf_get_quad()
1271 case ELFDATANONE: in elf_get_quad()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_access.c81 case ELFDATANONE: in _dwarf_elf_get_byte_order()
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c88 assert(byte_order != ELFDATANONE); in write_int()
148 assert(byte_order != ELFDATANONE); in record_int()
834 byte_order = ELFDATANONE; in main()
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c55 if (encoding == ELFDATANONE) in _libelf_xlate()
H A Dlibelf_allocate.c52 e->e_byteorder = ELFDATANONE; in _libelf_allocate_elf()
H A Dlibelf_ehdr.c98 eh->e_ident[EI_DATA] = ELFDATANONE; \
/freebsd/contrib/file/src/
H A Dreadelf.h147 #define ELFDATANONE 0 /* e_ident[EI_DATA] */ macro
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c300 if (ecp->oed == ELFDATANONE) in create_elf()
699 if (ecp->oed == ELFDATANONE) in create_file()
1653 ecp->oed = ELFDATANONE; in main()
/freebsd/sys/sys/
H A Delf_common.h157 #define ELFDATANONE 0 /* Unknown data format. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h339 ELFDATANONE = 0, // Invalid data encoding. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h83 (uint8_t)ELF::ELFDATANONE); in getElfArchType()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h545 _ELF_DEFINE_ED(ELFDATANONE, 0, "Unknown data endianness") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c321 case ELFDATANONE: return "ELFDATANONE"; in elf_data_str()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp380 ECase(ELFDATANONE); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3305 case ELFDATANONE: in DumpELFHeader_e_ident_EI_DATA()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c624 case ELFDATANONE: return "none"; in elf_endian()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1072 {"None", "none", ELF::ELFDATANONE},