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

/freebsd-11-stable/sys/sys/
H A Delf64.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_repea
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h50 typedef uint16_t Elf64_Half; typedef
111 Elf64_Half e_type;
112 Elf64_Half e_machine;
118 Elf64_Half e_ehsize;
119 Elf64_Half e_phentsize;
120 Elf64_Half e_phnum;
121 Elf64_Half e_shentsize;
122 Elf64_Half e_shnum;
123 Elf64_Half e_shstrndx;
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c70 Elf64_Half phentsize;
71 Elf64_Half machine;
72 Elf64_Half phnum;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h36 using Elf64_Half = uint16_t;
88 Elf64_Half e_type;
89 Elf64_Half e_machine;
95 Elf64_Half e_ehsize;
96 Elf64_Half e_phentsize;
97 Elf64_Half e_phnum;
98 Elf64_Half e_shentsize;
99 Elf64_Half e_shnum;
100 Elf64_Half e_shstrndx;
1015 Elf64_Half st_shnd
[all...]
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2323 typedef uint16_t Elf64_Half; /* Unsigned medium integer. */ typedef
2418 Elf64_Half e_type; /* Object file type (ET_*). */
2419 Elf64_Half e_machine; /* Machine type (EM_*). */
2425 Elf64_Half e_ehsize; /* Elf header size in bytes. */
2426 Elf64_Half e_phentsize; /* PHDR table entry size in bytes. */
2427 Elf64_Half e_phnum; /* Number of PHDR entries. */
2428 Elf64_Half e_shentsize; /* SHDR table entry size in bytes. */
2429 Elf64_Half e_shnum; /* Number of SHDR entries. */
2430 Elf64_Half e_shstrndx; /* Index of section name string table. */
2537 Elf64_Half sectio
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h74 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h35 typedef Elf64_Half GElf_Half; /* Half words (16 bit) */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2003 Elf64_Half shndx = symbol.st_shndx;

Completed in 202 milliseconds