OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf64_Word
(Results
101 - 122
of
122
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h
53
typedef __uint64_t
Elf64_Word
;
56
typedef __uint32_t
Elf64_Word
;
578
#define Elf_Word
Elf64_Word
/external/elfutils/libebl/
eblopenbackend.c
172
static const char *default_machine_flag_name (
Elf64_Word
*ignore);
173
static bool default_machine_flag_check (
Elf64_Word
flags);
520
default_machine_flag_name (
Elf64_Word
*ignore __attribute__ ((unused)))
526
default_machine_flag_check (
Elf64_Word
flags __attribute__ ((unused)))
/frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h
74
typedef llvm::ELF::
Elf64_Word
Word;
/external/elfutils/libelf/
gelf.h
68
typedef
Elf64_Word
GElf_Word;
elf_begin.c
237
if (unlikely (pread_retry (fildes, &size, sizeof (
Elf64_Word
),
[
all
...]
/external/elfutils/src/
xelf.h
175
# define XElf_Word
Elf64_Word
286
case ELF_T_WORD: fsize = sizeof (
Elf64_Word
); break; \
ldgeneric.c
[
all
...]
/external/valgrind/main/perf/
tinycc.c
120
typedef uint32_t
Elf64_Word
;
173
Elf64_Word
e_version; /* Object file version */
177
Elf64_Word
e_flags; /* Processor-specific flags */
316
Elf64_Word
sh_name; /* Section name (string tbl index) */
317
Elf64_Word
sh_type; /* Section type */
322
Elf64_Word
sh_link; /* Link to another section */
323
Elf64_Word
sh_info; /* Additional section information */
388
Elf64_Word
st_name; /* Symbol name (string tbl index) */
550
Elf64_Word
p_type; /* Segment type */
551
Elf64_Word
p_flags; /* Segment flags *
[
all
...]
/external/valgrind/main/VEX/switchback/
linker.c
180
#define Elf_Word
Elf64_Word
[
all
...]
/external/valgrind/main/VEX/unused/
linker.c
116
#define Elf_Word
Elf64_Word
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
593
DenseMap<const Elf_Sym*, ELF::
Elf64_Word
> ExtendedSymbolTable;
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
89
# define ElfXX_Word
Elf64_Word
[
all
...]
Completed in 2658 milliseconds
1
2
3
4
5