OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Elf_Xword
(Results
1 - 3
of
3
) sorted by null
/external/qemu/elff/
elff_elf.h
50
typedef uint64_t
Elf_Xword
;
/ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h
50
typedef uint64_t
Elf_Xword
;
/external/llvm/include/llvm/Object/
ELF.h
76
MaximumAlignment<uint64_t, max_alignment>::value>
Elf_Xword
;
120
ELFDataTypeTypedefHelper<ELFType<E,M,W> >::
Elf_Xword
Elf_Xword
; \
152
Elf_Xword
sh_flags; // Section flags (SHF_*)
155
Elf_Xword
sh_size; // Size of section, in bytes
158
Elf_Xword
sh_addralign;// Section address alignment
159
Elf_Xword
sh_entsize; // Size of records contained within the section
197
Elf_Xword
st_size; // Size of the symbol
299
Elf_Xword
d_val;
337
Elf_Xword
r_info; // Symbol table index and type of relocation to appl
[
all
...]
Completed in 117 milliseconds