OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Elf64_Xword
(Results
101 - 102
of
102
) sorted by null
1
2
3
4
5
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
44
typedef uint64_t
Elf64_Xword
;
285
Elf64_Xword
sh_flags; /* Section flags */
288
Elf64_Xword
sh_size; /* Section size in bytes */
291
Elf64_Xword
sh_addralign; /* Section alignment */
292
Elf64_Xword
sh_entsize; /* Entry size if section holds table */
392
Elf64_Xword
st_size; /* Symbol size */
502
Elf64_Xword
r_info; /* Relocation type and symbol index */
517
Elf64_Xword
r_info; /* Relocation type and symbol index */
529
#define ELF64_R_INFO(sym,type) ((((
Elf64_Xword
) (sym)) << 32) + (type))
552
Elf64_Xword
p_filesz; /* Segment size in file *
[
all
...]
/external/valgrind/main/perf/
tinycc.c
126
typedef uint64_t
Elf64_Xword
;
318
Elf64_Xword
sh_flags; /* Section flags */
321
Elf64_Xword
sh_size; /* Section size in bytes */
324
Elf64_Xword
sh_addralign; /* Section alignment */
325
Elf64_Xword
sh_entsize; /* Entry size if section holds table */
393
Elf64_Xword
st_size; /* Symbol size */
505
Elf64_Xword
r_info; /* Relocation type and symbol index */
520
Elf64_Xword
r_info; /* Relocation type and symbol index */
555
Elf64_Xword
p_filesz; /* Segment size in file */
556
Elf64_Xword
p_memsz; /* Segment size in memory *
[
all
...]
Completed in 5529 milliseconds
1
2
3
4
5