Lines Matching refs:elf_half
45 typedef uint16_t elf_half; typedef
67 elf_half e_type; ///< Object file type.
68 elf_half e_machine; ///< Target architecture.
69 elf_half e_ehsize; ///< Byte size of the ELF header.
70 elf_half e_phentsize; ///< Size of a program header table entry.
71 elf_half e_phnum; ///< Number of program header entries.
72 elf_half e_shentsize; ///< Size of a section header table entry.
73 elf_half e_shnum; ///< Number of section header entries.
74 elf_half e_shstrndx; ///< String table section index.
232 elf_half st_shndx; ///< Section to which this symbol applies.
254 sectionIndexToCString(elf_half shndx,