Home
last modified time | relevance | path

Searched refs:elf_word (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h46 typedef uint32_t elf_word; typedef
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.
DObjectFileELF.h297 DumpELFProgramHeader_p_type(lldb_private::Stream *s, elf::elf_word p_type);
301 elf::elf_word p_flags);
315 elf::elf_word sh_type);
DObjectFileELF.cpp1635 ObjectFileELF::DumpELFProgramHeader_p_type(Stream *s, elf_word p_type) in DumpELFProgramHeader_p_type()
1662 ObjectFileELF::DumpELFProgramHeader_p_flags(Stream *s, elf_word p_flags) in DumpELFProgramHeader_p_flags()
1722 ObjectFileELF::DumpELFSectionHeader_sh_type(Stream *s, elf_word sh_type) in DumpELFSectionHeader_sh_type()
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp377 elf::elf_word n_namesz;
378 elf::elf_word n_descsz;
379 elf::elf_word n_type;