OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_word
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h
46
typedef uint32_t
elf_word
;
typedef in namespace:elf
65
elf_word
e_flags; ///< Processor specific flags.
66
elf_word
e_version; ///< Version of object file (always 1).
155
elf_word
sh_name; ///< Section name string index.
156
elf_word
sh_type; ///< Section type.
161
elf_word
sh_link; ///< Index of associated section.
162
elf_word
sh_info; ///< Extra section info (overloaded).
192
elf_word
p_type; ///< Type of program segment.
193
elf_word
p_flags; ///< Segment attributes.
229
elf_word
st_name; ///< Symbol name string index
[
all
...]
ObjectFileELF.h
297
DumpELFProgramHeader_p_type(lldb_private::Stream *s, elf::
elf_word
p_type);
301
elf::
elf_word
p_flags);
315
elf::
elf_word
sh_type);
ObjectFileELF.cpp
[
all
...]
/external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp
377
elf::
elf_word
n_namesz;
378
elf::
elf_word
n_descsz;
379
elf::
elf_word
n_type;
Completed in 495 milliseconds