Home
last modified time | relevance | path

Searched refs:Elf32_Half (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libelf/
H A Dlibelf.h60 Elf32_Half m_repeat;
61 Elf32_Half m_stride;
74 Elf32_Half si_boundto;
75 Elf32_Half si_flags;
85 Elf32_Half vd_version;
86 Elf32_Half vd_flags;
87 Elf32_Half vd_ndx;
88 Elf32_Half vd_cnt;
118 Elf32_Half vn_cnt;
126 Elf32_Half vna_flags;
[all …]
/openbsd/sys/sys/
H A Dexec_elf.h43 typedef __uint16_t Elf32_Half; /* Unsigned medium integer */ typedef
121 Elf32_Half e_type; /* object file type */
122 Elf32_Half e_machine; /* machine */
128 Elf32_Half e_ehsize; /* ELF header size */
129 Elf32_Half e_phentsize; /* program header entry size */
130 Elf32_Half e_phnum; /* number of program header entries */
131 Elf32_Half e_shentsize; /* section header entry size */
132 Elf32_Half e_shnum; /* number of section header entries */
133 Elf32_Half e_shstrndx; /* section header table's "section
332 Elf32_Half st_shndx; /* section header index */
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h31 using Elf32_Half = uint16_t; variable
63 Elf32_Half e_type; // Type of file (see ET_* below)
64 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
70 Elf32_Half e_ehsize; // Size of ELF header, in bytes
71 Elf32_Half e_phentsize; // Size of an entry in the program header table
72 Elf32_Half e_phnum; // Number of entries in the program header table
73 Elf32_Half e_shentsize; // Size of an entry in the section header table
74 Elf32_Half e_shnum; // Number of entries in the section header table
75 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
1195 Elf32_Half st_shndx; // Which section (header table index) it's defined in