HomeSort by relevance Sort by last modified time
    Searched refs:elf_word (Results 1 - 6 of 6) 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;
  /external/qemu/hw/core/
loader.c 282 #define elf_word uint32_t macro
292 #undef elf_word macro
301 #define elf_word uint64_t macro
  /external/qemu/include/hw/
elf_ops.h 187 elf_word mem_size;

Completed in 1166 milliseconds