Home | History | Annotate | Download | only in Object

Lines Matching defs:Elf_Half

91       uint16_t, target_endianness, 2> Elf_Half;
130 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Half Elf_Half; \
198 Elf_Half st_shndx; // Which section (header table index) it's defined in
207 Elf_Half st_shndx; // Which section (header table index) it's defined in
278 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 entries
292 Elf_Half vd_cnt; // Number of Verdaux entries
317 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
318 Elf_Half vn_cnt; // Number of associated Vernaux entries
330 Elf_Half vna_flags; // Bitwise Flags (VER_FLAG_*)
331 Elf_Half vna_other; // Version index, used in .gnu.version entries
473 Elf_Half e_type; // Type of file (see ET_*)
474 Elf_Half e_machine; // Required architecture for this file (see EM_*)
480 Elf_Half e_ehsize; // Size of ELF header, in bytes
481 Elf_Half e_phentsize; // Size of an entry in the program header table
482 Elf_Half e_phnum; // Number of entries in the program header table
483 Elf_Half e_shentsize; // Size of an entry in the section header table
484 Elf_Half e_shnum; // Number of entries in the section header table
485 Elf_Half e_shstrndx; // Section header table index of section name
608 Elf_Half section; // Section header index of section affected,
622 Elf_Half version; // Version of the structure