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

12

  /external/syslinux/com32/lib/sys/module/
common.c 226 elf_hdr->e_ident[EI_MAG2] != ELFMAG2 ||
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 97 || elf_header.e_ident[EI_MAG2] != ELFMAG2
readelf.c     [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 303 elfcpp::ELFMAG2, elfcpp::ELFMAG3
elfcpp.h 96 const int ELFMAG2 = 'L';
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 42 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /art/runtime/
elf_file.cc 434 || (ELFMAG2 != header_->e_ident[EI_MAG2])
437 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
    [all...]
elf.h 65 constexpr char ELFMAG2 = ElfMagic[EI_MAG2];
    [all...]
  /art/compiler/linker/
elf_builder.h     [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]
  /external/valgrind/include/vki/
vki-solaris.h 398 #define VKI_ELFMAG2 ELFMAG2
    [all...]
  /external/elfutils/libelf/
elf.h 114 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]
  /external/kmod/port-gnu/
elf.h 113 #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.27/bfd/
elfcode.h 478 && (x_ehdrp->e_ident[EI_MAG2] == ELFMAG2)
    [all...]
elf.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc     [all...]
output.cc 509 e_ident[elfcpp::EI_MAG2] = elfcpp::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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 92 ELFMAG2 = 'L'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 92 ELFMAG2 = 'L'
    [all...]
  /external/valgrind/perf/
tinycc.c 197 #define ELFMAG2 'L' /* Magic number byte 2 */
    [all...]

Completed in 715 milliseconds

12