Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/elfdump/
Delfdump.c962 case ELFDATANONE: in elf_get_quarter()
975 case ELFDATANONE: in elf_get_quarter()
1002 case ELFDATANONE: in elf_get_half()
1015 case ELFDATANONE: in elf_get_half()
1042 case ELFDATANONE: in elf_get_word()
1055 case ELFDATANONE: in elf_get_word()
1082 case ELFDATANONE: in elf_get_quad()
1095 case ELFDATANONE: in elf_get_quad()
/freebsd-9-stable/lib/libelf/
Dlibelf_xlate.c55 if (encoding == ELFDATANONE) in _libelf_xlate()
Dlibelf_allocate.c55 e->e_byteorder = ELFDATANONE; in _libelf_allocate_elf()
Dlibelf_ehdr.c95 eh->e_ident[EI_DATA] = ELFDATANONE; \
/freebsd-9-stable/contrib/file/src/
Dreadelf.h147 #define ELFDATANONE 0 /* e_ident[EI_DATA] */ macro
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h55 #define ELFDATANONE 0 /* Invalid data encoding */ macro
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h81 #define ELFDATANONE 0 /* invalid */ macro
/freebsd-9-stable/sys/sys/
Delf_common.h96 #define ELFDATANONE 0 /* Unknown data format. */ macro
/freebsd-9-stable/lib/libdwarf/
Ddwarf_init.c614 case ELFDATANONE: in dwarf_elf_read()
/freebsd-9-stable/contrib/binutils/bfd/
Delfcode.h541 case ELFDATANONE: /* No data encoding specified */ in elf_object_p()
1627 case ELFDATANONE: /* No data encoding specified */ in NAME()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h302 ELFDATANONE = 0, // Invalid data encoding. enumerator
/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DELF.h45 return std::make_pair((uint8_t)ELF::ELFCLASSNONE,(uint8_t)ELF::ELFDATANONE); in getElfArchType()
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp117 { "None", ELF::ELFDATANONE },
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c3157 case ELFDATANONE: return _("none"); in get_data_encoding()
9400 case ELFDATANONE: /* fall through */ in get_file_header()