Searched defs:Elf32_Half (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h38 typedef uint16_t Elf32_Half; typedef
48 AssertCompileSize(Elf32_Half, 2);
65 Elf32_Half e_type; /* Object file type. */
66 Elf32_Half e_machine; /* Machine type. */
72 Elf32_Half e_ehsize; /* ELF header size. */
73 Elf32_Half e_phentsize; /* Size of program header entries. */
74 Elf32_Half e_phnum; /* Number of program headers. */
75 Elf32_Half e_shentsize; /* Size of section header entries. */
76 Elf32_Half e_shnum; /* Number of section headers. */
77 Elf32_Half e_shstrnd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h52 typedef UINT16 Elf32_Half; typedef
70 Elf32_Half e_type; /* File type. */
71 Elf32_Half e_machine; /* Machine architecture. */
77 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
78 Elf32_Half e_phentsize; /* Size of program header entry. */
79 Elf32_Half e_phnum; /* Number of program header entries. */
80 Elf32_Half e_shentsize; /* Size of section header entry. */
81 Elf32_Half e_shnum; /* Number of section header entries. */
82 Elf32_Half e_shstrndx; /* Section name strings section. */
166 Elf32_Half m_repea
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h155 typedef uint16_t Elf32_Half; typedef
173 Elf32_Half e_type; /* File type. */
174 Elf32_Half e_machine; /* Machine architecture. */
180 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */
181 Elf32_Half e_phentsize; /* Size of program header entry. */
182 Elf32_Half e_phnum; /* Number of program header entries. */
183 Elf32_Half e_shentsize; /* Size of section header entry. */
184 Elf32_Half e_shnum; /* Number of section header entries. */
185 Elf32_Half e_shstrndx; /* Section name strings section. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h4 typedef unsigned short Elf32_Half; typedef
529 Elf32_Half st_shndx;
545 Elf32_Half e_type;
546 Elf32_Half e_machine;
552 Elf32_Half e_ehsize;
553 Elf32_Half e_phentsize;
554 Elf32_Half e_phnum;
555 Elf32_Half e_shentsize;
556 Elf32_Half e_shnum;
557 Elf32_Half e_shstrnd
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h4 typedef unsigned short Elf32_Half; typedef
529 Elf32_Half st_shndx;
545 Elf32_Half e_type;
546 Elf32_Half e_machine;
552 Elf32_Half e_ehsize;
553 Elf32_Half e_phentsize;
554 Elf32_Half e_phnum;
555 Elf32_Half e_shentsize;
556 Elf32_Half e_shnum;
557 Elf32_Half e_shstrnd
[all...]
/vbox/src/recompiler/
H A Delf.h8 typedef uint16_t Elf32_Half; typedef
939 Elf32_Half st_shndx;
956 Elf32_Half e_type;
957 Elf32_Half e_machine;
963 Elf32_Half e_ehsize;
964 Elf32_Half e_phentsize;
965 Elf32_Half e_phnum;
966 Elf32_Half e_shentsize;
967 Elf32_Half e_shnum;
968 Elf32_Half e_shstrnd
[all...]

Completed in 67 milliseconds