Home
last modified time | relevance | path

Searched refs:Elf_Half (Results 1 – 7 of 7) sorted by relevance

/external/qemu/elff/
Delff_elf.h44 typedef uint16_t Elf_Half; typedef
99 Elf_Half e_type;
102 Elf_Half e_machine;
166 Elf_Half e_ehsize;
171 Elf_Half e_phentsize;
174 Elf_Half e_phnum;
179 Elf_Half e_shentsize;
182 Elf_Half e_shnum;
188 Elf_Half e_shstrndx;
Delf_file.h319 const void* get_section_by_index(Elf_Half index) const { in get_section_by_index()
526 Elf_Half sec_count_;
529 Elf_Half sec_entry_size_;
Ddwarf_cu.h48 Elf_Half version;
310 Elf_Half version_;
Ddwarf_defs.h113 Elf_Half u16;
497 Elf_Half version;
527 Elf_Half version;
Ddwarf_cu.cc84 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop)); in process_attrib()
129 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop)); in process_attrib()
636 elf_file()->pull_val(reinterpret_cast<const Elf_Half*>(go)); in get_pc_address_file_info()
643 go += sizeof(Elf_Half); in get_pc_address_file_info()
Delf_file.cc361 const Elf_Half str_sec_index = pull_val(header->e_shstrndx); in initialize()
447 for (Elf_Half sec = 0; sec < sec_count_; sec++) { in get_section_info_by_name()
/external/llvm/include/llvm/Object/
DELF.h49 <uint16_t, target_endianness, support::aligned> Elf_Half; typedef
92 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Half Elf_Half; \
160 Elf_Half st_shndx; // Which section (header table index) it's defined in
169 Elf_Half st_shndx; // Which section (header table index) it's defined in
194 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
206 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
207 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
208 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
209 Elf_Half vd_cnt; // Number of Verdaux entries
234 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
[all …]