Lines Matching refs:elf_half
43 typedef uint16_t elf_half; typedef
63 elf_half e_type; ///< Object file type.
64 elf_half e_machine; ///< Target architecture.
65 elf_half e_ehsize; ///< Byte size of the ELF header.
66 elf_half e_phentsize; ///< Size of a program header table entry.
67 elf_half e_phnum_hdr; ///< Number of program header entries.
68 elf_half e_shentsize; ///< Size of a section header table entry.
69 elf_half e_shnum_hdr; ///< Number of section header entries.
70 elf_half e_shstrndx_hdr; ///< String table section index.
230 elf_half st_shndx; ///< Section to which this symbol applies.
250 sectionIndexToCString(elf_half shndx,