HomeSort by relevance Sort by last modified time
    Searched refs:ELFMAG2 (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 84 ELFMAG2 = 0x4c,
elf.c 943 YASM_WRITE_8(bufp, ELFMAG2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 325 #define ELFMAG2 'L'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 325 #define ELFMAG2 'L'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 325 #define ELFMAG2 'L'
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 697 buffer.header32.e_ident[2]!=ELFMAG2 ||
765 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
882 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
    [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 699 buffer.header32.e_ident[2]!=ELFMAG2 ||
767 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
884 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
    [all...]
  /bionic/linker/
linker_phdr.cpp 159 header_.e_ident[EI_MAG2] != ELFMAG2 ||
  /external/chromium_org/content/common/
plugin_list_posix.cc 188 buffer[2] != ELFMAG2 ||
  /external/qemu/
loader.c 322 e_ident[2] != ELFMAG2 ||
elf.h     [all...]
  /bionic/libc/include/sys/
exec_elf.h 148 #define ELFMAG2 'L'
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 231 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
  /external/valgrind/main/VEX/switchback/
linker.c 938 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 780 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 115 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 115 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 115 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /external/elfutils/libelf/
elf.h 124 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /external/elfutils/src/
elflint.c 363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 197 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]

Completed in 731 milliseconds

1 2 3 45