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/llvm/lib/Object/
ELFObjectFile.cpp
39
<uint64_t, target_endianness, support::aligned>
Elf_Xword
;
83
ELFDataTypeTypedefHelper<target_endianness, is64Bits>::
Elf_Xword
Elf_Xword
; \
112
Elf_Xword
sh_flags; // Section flags (SHF_*)
115
Elf_Xword
sh_size; // Size of section, in bytes
118
Elf_Xword
sh_addralign;// Section address alignment
119
Elf_Xword
sh_entsize; // Size of records contained within the section
159
Elf_Xword
st_size; // Size of the symbol
/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
;
Completed in 943 milliseconds