OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFCLASS64
(Results
151 - 165
of
165
) sorted by null
1
2
3
4
5
6
7
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
108
{ "64-bit", ELF::
ELFCLASS64
},
/external/qemu/
elf.h
[
all
...]
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
203
header->e_ident[EI_CLASS] = (SIZE == 32) ? ELFCLASS32 :
ELFCLASS64
;
/external/valgrind/main/VEX/switchback/
linker.c
178
#define ELFCLASS
ELFCLASS64
[
all
...]
/external/valgrind/main/VEX/unused/
linker.c
114
#define ELFCLASS
ELFCLASS64
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
127
#define
ELFCLASS64
2 /* 64-bit objects */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
127
#define
ELFCLASS64
2 /* 64-bit objects */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
127
#define
ELFCLASS64
2 /* 64-bit objects */
[
all
...]
/external/elfutils/src/
elflint.c
369
&& ehdr->e_ident[EI_CLASS] !=
ELFCLASS64
)
491
else if (gelf_getclass (ebl->elf) ==
ELFCLASS64
)
[
all
...]
readelf.c
708
: ehdr->e_ident[EI_CLASS] ==
ELFCLASS64
? "ELF64"
[
all
...]
/external/elfutils/libelf/
elf.h
136
#define
ELFCLASS64
2 /* 64-bit objects */
[
all
...]
/external/llvm/lib/MC/
ELFObjectWriter.cpp
390
Write8(is64Bit() ? ELF::
ELFCLASS64
: ELF::ELFCLASS32); // e_ident[EI_CLASS]
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
729
Header->getFileClass() == ELF::
ELFCLASS64
&&
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
/external/valgrind/main/perf/
tinycc.c
209
#define
ELFCLASS64
2 /* 64-bit objects */
[
all
...]
Completed in 171 milliseconds
1
2
3
4
5
6
7