Searched refs:ELFDATANONE (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/tests/ |
D | elfshphehdr.c | 84 ehdr.e_ident[EI_DATA] = ELFDATANONE; /* Ask for native encoding. */ in test() 93 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE); in test() 134 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE); in test()
|
/external/elfutils/libelf/ |
D | common.h | 58 && data > ELFDATANONE && data < ELFDATANUM in determine_kind()
|
D | elf32_updatenull.c | 66 if (unlikely (ehdr->e_ident[EI_DATA] == ELFDATANONE)) in ELFW()
|
D | elf.h | 130 #define ELFDATANONE 0 /* Invalid data encoding */ macro
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 134 #define ELFDATANONE 0 /* Invalid data encoding */ macro
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 298 #define ELFDATANONE 0 /* e_ident[EI_DATA] */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 350 #define ELFDATANONE 0 /* e_ident[EI_DATA] */ macro
|
/external/elfutils/libdwfl/ |
D | link_map.c | 661 if (*elfdata == ELFDATANONE) in consider_executable() 704 uint_fast8_t elfdata = ELFDATANONE; in dwfl_link_map_report()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 302 ELFDATANONE = 0, // Invalid data encoding. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 330 ELFDATANONE = 0, // Invalid data encoding. enumerator
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 31 (uint8_t)ELF::ELFDATANONE); in getElfArchType()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 329 ELFDATANONE = 0, // Invalid data encoding. enumerator
|
/external/elfutils/doc/ |
D | elfutils.sgml | 419 <symbol>ELFDATANONE</symbol> the library replaces it
|
/external/elfutils/src/ |
D | ld.c | 451 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0) in main()
|
/external/kmod/port-gnu/ |
D | elf.h | 129 #define ELFDATANONE 0 /* Invalid data encoding */ macro
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 1389 return std::make_pair((uint8_t)ELF::ELFCLASSNONE,(uint8_t)ELF::ELFDATANONE); in getElfArchType()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 763 {"None", "none", ELF::ELFDATANONE},
|
/external/valgrind/perf/ |
D | tinycc.c | 213 #define ELFDATANONE 0 /* Invalid data encoding */ macro
|