Searched refs:EI_VERSION (Results 1 - 20 of 20) sorted by relevance

/external/libunwind/src/
H A Delfxx.h61 if (ei->size <= EI_VERSION)
66 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE
67 && ((uint8_t *) ei->image)[EI_VERSION] <= EV_CURRENT);
/external/elfutils/0.153/libelf/
H A Dcommon.h76 int version = (int) ((unsigned char *) buf)[EI_VERSION];
H A Delf_getdata.c328 elf->state.elf32.ehdr->e_ident[EI_VERSION];
331 elf->state.elf64.ehdr->e_ident[EI_VERSION];
H A Delf32_updatenull.c105 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
H A Delf.h139 #define EI_VERSION 6 /* File version byte index */ macro
/external/chromium_org/third_party/libvpx/include/
H A Delf.h365 #define EI_VERSION 6 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h100 EI_VERSION = 6, /* File version */ enumerator in enum:__anon16341
/external/kernel-headers/original/uapi/linux/
H A Delf.h331 #define EI_VERSION 6 macro
351 #define EV_NONE 0 /* e_version, EI_VERSION */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c99 e_ident[EI_VERSION] != EV_CURRENT)
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp166 Header.e_ident[EI_VERSION] = EV_CURRENT;
/external/qemu/include/
H A Delf.h1383 #define EI_VERSION 6 macro
1418 #define EV_NONE 0 /* e_version, EI_VERSION */
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c95 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
/external/llvm/include/llvm/Support/
H A DELF.h56 EI_VERSION = 6, // File version. enumerator in enum:llvm::ELF::__anon25575
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp536 W.printNumber("FileVersion", Header->e_ident[ELF::EI_VERSION]);
/external/elfutils/0.153/src/
H A Delflint.c378 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT)
380 EI_VERSION, ehdr->e_ident[EI_VERSION]);
H A Dreadelf.c771 ehdr->e_ident[EI_VERSION],
772 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)")
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1554 s->Printf ("\ne_ident[EI_VERSION] = 0x%2.2x\n", header.e_ident[EI_VERSION]);
/external/qemu/tcg/
H A Dtcg.c2768 .e_ident[EI_VERSION] = EV_CURRENT,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c126 && ehdr->e_ident[EI_VERSION] == EV_CURRENT);
/external/valgrind/main/perf/
H A Dtinycc.c218 #define EI_VERSION 6 /* File version byte index */ macro

Completed in 3654 milliseconds