Searched refs:Elf_Half (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A 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;
H A Delf_file.h319 const void* get_section_by_index(Elf_Half index) const {
526 Elf_Half sec_count_;
529 Elf_Half sec_entry_size_;
H A Ddwarf_cu.h48 Elf_Half version;
310 Elf_Half version_;
H A Ddwarf_defs.h113 Elf_Half u16;
497 Elf_Half version;
527 Elf_Half version;
H A Ddwarf_cu.cc84 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
129 elf_file_->pull_val(reinterpret_cast<const Elf_Half*>(prop));
636 elf_file()->pull_val(reinterpret_cast<const Elf_Half*>(go));
643 go += sizeof(Elf_Half);
H A Delf_file.cc361 const Elf_Half str_sec_index = pull_val(header->e_shstrndx);
447 for (Elf_Half sec = 0; sec < sec_count_; sec++) {

Completed in 60 milliseconds