Home
last modified time | relevance | path

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

/openbsd/lib/libelf/
H A Dlibelf_xlate.c56 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; \
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h55 #define ELFDATANONE 0 /* Invalid data encoding */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h55 #define ELFDATANONE 0 /* Invalid data encoding */ macro
/openbsd/sys/sys/
H A Dexec_elf.h90 #define ELFDATANONE 0 /* invalid */ macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcode.h519 case ELFDATANONE: /* No data encoding specified */ in elf_object_p()
1581 case ELFDATANONE: /* No data encoding specified */ in NAME()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h334 ELFDATANONE = 0, // Invalid data encoding. enumerator
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcode.h539 case ELFDATANONE: /* No data encoding specified */ in elf_object_p()
1659 case ELFDATANONE: /* No data encoding specified */ in NAME()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h80 (uint8_t)ELF::ELFDATANONE); in getElfArchType()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp374 ECase(ELFDATANONE); in enumeration()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c3416 case ELFDATANONE: return _("none"); in get_data_encoding()
9453 case ELFDATANONE: /* fall through */ in get_file_header()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3138 case ELFDATANONE: in DumpELFHeader_e_ident_EI_DATA()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2769 case ELFDATANONE: return _("none"); in get_data_encoding()
10201 case ELFDATANONE: /* fall through */ in get_file_header()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp992 {"None", "none", ELF::ELFDATANONE},