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

1 2 3 45 6

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
elf.h 355 #define ELFMAG2 'L'
  /toolchain/binutils/binutils-2.25/gold/
binary.cc 274 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2;
dwp.cc     [all...]
output.cc 509 e_ident[elfcpp::EI_MAG2] = elfcpp::ELFMAG2;
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 716 buffer.header32.e_ident[2]!=ELFMAG2 ||
784 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
901 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
    [all...]
  /system/core/crash_reporter/
user_collector_test.cc 405 e_ident[EI_MAG2] = ELFMAG2;
user_collector.cc 286 e_ident[EI_MAG2] != ELFMAG2 || e_ident[EI_MAG3] != ELFMAG3) {
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 67 || elf_header.e_ident[EI_MAG2] != ELFMAG2
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 42 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 247 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 303 elfcpp::ELFMAG2, elfcpp::ELFMAG3
elfcpp.h 96 const int ELFMAG2 = 'L';
    [all...]
  /art/runtime/
elf_file.cc 424 || (ELFMAG2 != header_->e_ident[EI_MAG2])
427 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
    [all...]
elf.h 65 constexpr char ELFMAG2 = ElfMagic[EI_MAG2];
    [all...]
  /art/compiler/
elf_builder.h 807 elf_header.e_ident[EI_MAG2] = ELFMAG2;
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]
  /external/valgrind/VEX/switchback/
linker.c 940 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /external/valgrind/VEX/unused/
linker.c 780 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
    [all...]
  /external/valgrind/include/vki/
vki-solaris.h 387 #define VKI_ELFMAG2 ELFMAG2
    [all...]
  /external/elfutils/libelf/
elf.h 114 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 116 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 116 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 477 && (x_ehdrp->e_ident[EI_MAG2] == ELFMAG2)
    [all...]
  /external/elfutils/src/
elflint.c 364 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
365 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
    [all...]
  /external/valgrind/perf/
tinycc.c 197 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]

Completed in 1964 milliseconds

1 2 3 45 6