Home
last modified time | relevance | path

Searched refs:Elf64_Half (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libelf/
H A Dlibelf.h68 Elf64_Half m_repeat;
69 Elf64_Half m_stride;
79 Elf64_Half si_boundto;
80 Elf64_Half si_flags;
100 Elf64_Half vd_version;
101 Elf64_Half vd_flags;
102 Elf64_Half vd_ndx;
103 Elf64_Half vd_cnt;
134 Elf64_Half vn_cnt;
142 Elf64_Half vna_flags;
[all …]
H A Dgelf.h35 typedef Elf64_Half GElf_Half; /* Half words (16 bit) */
/openbsd/sys/sys/
H A Dexec_elf.h57 typedef __uint16_t Elf64_Half; typedef
139 Elf64_Half e_type; /* file type */
140 Elf64_Half e_machine; /* machine type */
146 Elf64_Half e_ehsize; /* sizeof ehdr */
147 Elf64_Half e_phentsize; /* Program header entry size */
148 Elf64_Half e_phnum; /* Number of program headers */
149 Elf64_Half e_shentsize; /* Section header entry size */
150 Elf64_Half e_shnum; /* Number of section headers */
151 Elf64_Half e_shstrndx; /* String table index */
341 Elf64_Half st_shndx; /* section index of symbol */
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h37 using Elf64_Half = uint16_t; variable
89 Elf64_Half e_type;
90 Elf64_Half e_machine;
96 Elf64_Half e_ehsize;
97 Elf64_Half e_phentsize;
98 Elf64_Half e_phnum;
99 Elf64_Half e_shentsize;
100 Elf64_Half e_shnum;
101 Elf64_Half e_shstrndx;
1213 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2068 Elf64_Half shndx = symbol.st_shndx; in ParseSymbols()