Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/common/
Delf.h9 typedef uint16_t Elf32_Half; typedef
101 Elf32_Half e_type;
102 Elf32_Half e_machine;
108 Elf32_Half e_ehsize;
109 Elf32_Half e_phentsize;
110 Elf32_Half e_phnum;
111 Elf32_Half e_shentsize;
112 Elf32_Half e_shnum;
113 Elf32_Half e_shstrndx;
286 Elf32_Half st_shndx;
/DragonOS-0.1.2/kernel/src/libs/libELF/
Delf.h27 typedef uint16_t Elf32_Half; typedef
55 typedef Elf32_Half Elf32_Versym;
66 Elf32_Half e_type; /* Object file type */
67 Elf32_Half e_machine; /* Architecture */
73 Elf32_Half e_ehsize; /* ELF header size in bytes */
74 Elf32_Half e_phentsize; /* Program header table entry size */
75 Elf32_Half e_phnum; /* Program header table entry count */
76 Elf32_Half e_shentsize; /* Section header table entry size */
77 Elf32_Half e_shnum; /* Section header table entry count */
78 Elf32_Half e_shstrndx; /* Section header string table index */
[all …]