/external/libunwind/src/ |
D | elfxx.h | 93 if (ei->u.mapped.size <= EI_VERSION) { in elf_w() 99 && e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE in elf_w() 100 && e_ident[EI_VERSION] <= EV_CURRENT); in elf_w() 117 return e_ident[EI_CLASS] == ELF_CLASS && e_ident[EI_VERSION] != EV_NONE in elf_w() 118 && e_ident[EI_VERSION] <= EV_CURRENT; in elf_w()
|
/external/syslinux/gpxe/src/arch/i386/image/ |
D | elfboot.c | 83 [EI_VERSION] = EV_CURRENT, in elfboot_load()
|
/external/elfutils/libelf/ |
D | common.h | 55 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
|
D | elf_getdata.c | 373 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock() 376 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
|
D | elf32_updatenull.c | 84 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
|
D | elf.h | 135 #define EI_VERSION 6 /* File version byte index */ macro
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 138 #define EI_VERSION 6 /* File version byte index */ macro
|
/external/elfutils/tests/ |
D | asm-tst1.c | 41 [EI_VERSION] = EV_CURRENT },
|
D | asm-tst2.c | 41 [EI_VERSION] = EV_CURRENT },
|
D | asm-tst9.c | 49 [EI_VERSION] = EV_CURRENT },
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 282 #define EI_VERSION 6 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 334 #define EI_VERSION 6 macro
|
/external/syslinux/com32/lib/sys/module/ |
D | common.c | 244 if (elf_hdr->e_ident[EI_VERSION] != MODULE_ELF_VERSION || in check_header_common()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 55 EI_VERSION = 6, // File version. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 56 EI_VERSION = 6, // File version. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 56 EI_VERSION = 6, // File version. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 169 Header.e_ident[EI_VERSION] = EV_CURRENT; in initELFHeader()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 267 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) { in read_ehdr()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 94 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in fill_ehdr()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 393 #define VKI_EI_VERSION EI_VERSION
|
/external/elfutils/src/ |
D | elflint.c | 379 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) in check_elf_header() 381 EI_VERSION, ehdr->e_ident[EI_VERSION]); in check_elf_header()
|
D | readelf.c | 985 ehdr->e_ident[EI_VERSION], in print_ehdr() 986 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)") in print_ehdr()
|
/external/kmod/port-gnu/ |
D | elf.h | 134 #define EI_VERSION 6 /* File version byte index */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2386 OS << to_hexString(e->e_ident[ELF::EI_VERSION]); in printFileHeaders() 3173 W.printNumber("FileVersion", e->e_ident[ELF::EI_VERSION]); in printFileHeaders()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 159 && ehdr->e_ident[EI_VERSION] == EV_CURRENT); in ML_()
|