Searched refs:Elf_Half (Results 1 – 7 of 7) sorted by relevance
91 uint16_t, target_endianness, 2> Elf_Half; typedef130 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Half Elf_Half; \198 Elf_Half st_shndx; // Which section (header table index) it's defined in207 Elf_Half st_shndx; // Which section (header table index) it's defined in278 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)289 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)290 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)291 Elf_Half vd_ndx; // Version index, used in .gnu.version entries292 Elf_Half vd_cnt; // Number of Verdaux entries317 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)[all …]
107 using Elf_Half = typename ELFT::Half; \173 Elf_Half st_shndx; // Which section (header table index) it's defined in182 Elf_Half st_shndx; // Which section (header table index) it's defined in261 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)270 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)271 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)272 Elf_Half vd_ndx; // Version index, used in .gnu.version entries273 Elf_Half vd_cnt; // Number of Verdaux entries298 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)299 Elf_Half vn_cnt; // Number of associated Vernaux entries[all …]
36 <uint16_t, target_endianness, support::aligned> Elf_Half; typedef80 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Half Elf_Half; \151 Elf_Half st_shndx; // Which section (header table index) it's defined in160 Elf_Half st_shndx; // Which section (header table index) it's defined in268 Elf_Half e_type; // Type of file (see ET_*)269 Elf_Half e_machine; // Required architecture for this file (see EM_*)275 Elf_Half e_ehsize; // Size of ELF header, in bytes276 Elf_Half e_phentsize;// Size of an entry in the program header table277 Elf_Half e_phnum; // Number of entries in the program header table278 Elf_Half e_shentsize;// Size of an entry in the section header table[all …]
491 #if !defined(Elf_Half) in findUnwindSections()492 typedef ElfW(Half) Elf_Half; in findUnwindSections()515 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()553 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()
119 Elf_Half dlpi_phnum;
61 typedef typename ELFO::Elf_Half Elf_Half; \142 typedef typename ELFO::Elf_Half Elf_Half; typedef in __anon79be9f670111::ELFDumper519 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()
94 using Elf_Half = typename ELFT::Half; \589 P += sizeof(typename ELFO::Elf_Half); in printVersionSymbolSection()