Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDelf64.h39 typedef uint16_t Elf64_Half; typedef
66 Elf64_Half e_type; /* File type. */
67 Elf64_Half e_machine; /* Machine architecture. */
73 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */
74 Elf64_Half e_phentsize; /* Size of program header entry. */
75 Elf64_Half e_phnum; /* Number of program header entries. */
76 Elf64_Half e_shentsize; /* Size of section header entry. */
77 Elf64_Half e_shnum; /* Number of section header entries. */
78 Elf64_Half e_shstrndx; /* Section name strings section. */
179 Elf64_Half m_repeat; /* repeat count */
[all …]
/NextBSD/contrib/file/src/
HDreadelf.h50 typedef uint16_t Elf64_Half; typedef
75 Elf64_Half e_type;
76 Elf64_Half e_machine;
82 Elf64_Half e_ehsize;
83 Elf64_Half e_phentsize;
84 Elf64_Half e_phnum;
85 Elf64_Half e_shentsize;
86 Elf64_Half e_shnum;
87 Elf64_Half e_shstrndx;
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h39 typedef uint16_t Elf64_Half; typedef
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;
785 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h2072 typedef uint16_t Elf64_Half; /* Unsigned medium integer. */ typedef
2167 Elf64_Half e_type; /* Object file type (ET_*). */
2168 Elf64_Half e_machine; /* Machine type (EM_*). */
2174 Elf64_Half e_ehsize; /* Elf header size in bytes. */
2175 Elf64_Half e_phentsize; /* PHDR table entry size in bytes. */
2176 Elf64_Half e_phnum; /* Number of PHDR entries. */
2177 Elf64_Half e_shentsize; /* SHDR table entry size in bytes. */
2178 Elf64_Half e_shnum; /* Number of SHDR entries. */
2179 Elf64_Half e_shstrndx; /* Index of section name string table. */
2283 Elf64_Half section; /* Index of section affected. */
[all …]
/NextBSD/usr.bin/elf2aout/
HDelf2aout.c68 Elf64_Half phentsize; in main()
69 Elf64_Half machine; in main()
70 Elf64_Half phnum; in main()
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDelf.h74 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */
/NextBSD/contrib/elftoolchain/libelf/
HDgelf.h35 typedef Elf64_Half GElf_Half; /* Half words (16 bit) */
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1868 Elf64_Half symbol_idx = symbol.st_shndx; in ParseSymbols()