Searched refs:ELFMAG3 (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libvpx/include/
H A Delf.h372 #define ELFMAG3 'F' macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h85 ELFMAG3 = 0x46 enumerator in enum:__anon16339
H A Delf.c944 YASM_WRITE_8(bufp, ELFMAG3);
/external/kernel-headers/original/uapi/linux/
H A Delf.h338 #define ELFMAG3 'F' macro
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c719 buffer.header32.e_ident[3]!=ELFMAG3 ||
786 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c711 buffer.header32.e_ident[3]!=ELFMAG3 ||
778 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
895 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/qemu/hw/core/
H A Dloader.c324 e_ident[3] != ELFMAG3)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c248 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c248 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/qemu/include/
H A Delf.h1405 #define ELFMAG3 'F' macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/0.153/libelf/
H A Delf.h121 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/external/elfutils/0.153/src/
H A Delflint.c365 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
/external/qemu/tcg/
H A Dtcg.c2765 .e_ident[EI_MAG3] = ELFMAG3,
/external/valgrind/main/perf/
H A Dtinycc.c200 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
19758 ehdr.e_ident[3] = ELFMAG3;
19882 ehdr.e_ident[3] != ELFMAG3)
21000 ehdr.e_ident[3] == ELFMAG3) {

Completed in 3649 milliseconds