Searched refs:Elf32_Half (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Delf32.h39 typedef uint16_t Elf32_Half; typedef
57 Elf32_Half e_type; /* File type. */
58 Elf32_Half e_machine; /* Machine architecture. */
64 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
65 Elf32_Half e_phentsize; /* Size of program header entry. */
66 Elf32_Half e_phnum; /* Number of program header entries. */
67 Elf32_Half e_shentsize; /* Size of section header entry. */
68 Elf32_Half e_shnum; /* Number of section header entries. */
69 Elf32_Half e_shstrndx; /* Section name strings section. */
165 Elf32_Half m_repea
[all...]
/freebsd-10-stable/contrib/file/src/
H A Dreadelf.h43 typedef uint16_t Elf32_Half; typedef
94 Elf32_Half e_type;
95 Elf32_Half e_machine;
101 Elf32_Half e_ehsize;
102 Elf32_Half e_phentsize;
103 Elf32_Half e_phnum;
104 Elf32_Half e_shentsize;
105 Elf32_Half e_shnum;
106 Elf32_Half e_shstrndx;
/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h35 typedef uint16_t Elf32_Half; /* Unsigned medium integer */ typedef
112 Elf32_Half e_type; /* object file type */
113 Elf32_Half e_machine; /* machine */
119 Elf32_Half e_ehsize; /* ELF header size */
120 Elf32_Half e_phentsize; /* program header entry size */
121 Elf32_Half e_phnum; /* number of program header entries */
122 Elf32_Half e_shentsize; /* section header entry size */
123 Elf32_Half e_shnum; /* number of section header entries */
124 Elf32_Half e_shstrndx; /* section header table's "section
283 Elf32_Half st_shnd
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h33 typedef uint16_t Elf32_Half; typedef in namespace:llvm::ELF
65 Elf32_Half e_type; // Type of file (see ET_* below)
66 Elf32_Half e_machine; // Required architecture for this file (see EM_*)
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
73 Elf32_Half e_phentsize; // Size of an entry in the program header table
74 Elf32_Half e_phnum; // Number of entries in the program header table
75 Elf32_Half e_shentsize; // Size of an entry in the section header table
76 Elf32_Half e_shnum; // Number of entries in the section header table
77 Elf32_Half e_shstrndx; // Sect hdr table index of sect name string table
1374 Elf32_Half st_shnd
[all...]

Completed in 84 milliseconds