Searched refs:Elf_Half (Results 1 – 7 of 7) sorted by relevance
44 typedef uint16_t Elf_Half; typedef99 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;
319 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_;
48 Elf_Half version;310 Elf_Half version_;
113 Elf_Half u16;497 Elf_Half version;527 Elf_Half version;
84 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()
361 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()
49 <uint16_t, target_endianness, support::aligned> Elf_Half; typedef92 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Half Elf_Half; \160 Elf_Half st_shndx; // Which section (header table index) it's defined in169 Elf_Half st_shndx; // Which section (header table index) it's defined in194 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 entries209 Elf_Half vd_cnt; // Number of Verdaux entries234 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)[all …]