HomeSort by: relevance | last modified time | path
    Searched defs:ELFCLASS32 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 89 enum { ELFCLASS32 = 1,
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
98 ((elf)->ei_class == ELFCLASS32 ? \
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
107 ((elf)->ei_class == ELFCLASS32 ? \
214 size_t entry_size = elf->ei_class == ELFCLASS32 ?
219 uint64_t auxv_type = elf->ei_class == ELFCLASS32 ?
227 if (elf->ei_class == ELFCLASS32)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 89 enum { ELFCLASS32 = 1,
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
98 ((elf)->ei_class == ELFCLASS32 ? \
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
107 ((elf)->ei_class == ELFCLASS32 ? \
214 size_t entry_size = elf->ei_class == ELFCLASS32 ?
219 uint64_t auxv_type = elf->ei_class == ELFCLASS32 ?
227 if (elf->ei_class == ELFCLASS32)
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 96 #define ELFCLASS32 1 /* 32bit */
  /src/external/bsd/elftosb/dist/common/
ELF.h 48 ELFCLASS32 = 1,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 411 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS]
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 105 #define ELFCLASS32 1 /* 32-bit objects */
333 ((CLASS) == ELFCLASS32 \
365 ((CLASS) == ELFCLASS32 \
457 case ELFCLASS32:
509 (ei_class == ELFCLASS32
586 shdr_size = (ei_class == ELFCLASS32
795 ehdr_size = (cl == ELFCLASS32
818 (cl == ELFCLASS32
823 (cl == ELFCLASS32
865 shdr_size = (cl == ELFCLASS32
    [all...]
  /src/external/bsd/file/dist/src/
readelf.h 155 #define ELFCLASS32 1
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 143 #define ELFCLASS32 1 /* 32-bit objects */
630 #define ELFCLASS ELFCLASS32
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 145 #define ELFCLASS32 1 /* 32-bit objects */
723 #define ELFCLASS ELFCLASS32
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS32 = 1, // 32-bit object file
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 167 #undef ELFCLASS32
247 #define ELFCLASS32 1
6619 #define BACKTRACE_ELFCLASS ELFCLASS32
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 162 #undef ELFCLASS32
241 #define ELFCLASS32 1
4094 #define BACKTRACE_ELFCLASS ELFCLASS32
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 167 #undef ELFCLASS32
247 #define ELFCLASS32 1
6619 #define BACKTRACE_ELFCLASS ELFCLASS32
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 167 #undef ELFCLASS32
247 #define ELFCLASS32 1
6619 #define BACKTRACE_ELFCLASS ELFCLASS32
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 154 #define ELFCLASS32 1 /* 32-bit objects */
1089 #define ELFCLASS ELFCLASS32
  /src/sys/sys/
exec_elf.h 158 #define ELFCLASS32 1 /* 32-bit objects */
1411 #define ELFCLASS ELFCLASS32
  /src/tools/arm-elf2aout/sys/
exec_elf.h 156 #define ELFCLASS32 1 /* 32-bit objects */
1118 #define ELFCLASS ELFCLASS32
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 156 #define ELFCLASS32 1 /* 32-bit objects */
1118 #define ELFCLASS ELFCLASS32
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 49 #define ELFCLASS32 1 /* 32-bit objects */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 49 #define ELFCLASS32 1 /* 32-bit objects */

Completed in 58 milliseconds

1 2