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

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF64.h40 typedef uint32_t Elf64_Word; typedef
51 AssertCompileSize(Elf64_Word, 4);
60 typedef Elf64_Word Elf64_Hashelt;
70 Elf64_Word e_version; /* Object file version. */
74 Elf64_Word e_flags; /* Processor-specific flags. */
88 Elf64_Word sh_name; /* Section name. */
89 Elf64_Word sh_type; /* Section type. */
94 Elf64_Word sh_link; /* Link to other section. */
95 Elf64_Word sh_info; /* Miscellaneous information. */
105 Elf64_Word p_typ
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf64.h55 typedef UINT32 Elf64_Word; typedef
66 typedef Elf64_Word Elf64_Hashelt;
80 Elf64_Word e_version; /* ELF format version. */
84 Elf64_Word e_flags; /* Architecture-specific flags. */
98 Elf64_Word sh_name; /* Section name (index into the
100 Elf64_Word sh_type; /* Section type. */
105 Elf64_Word sh_link; /* Index of a related section. */
106 Elf64_Word sh_info; /* Depends on section type. */
116 Elf64_Word p_type; /* Entry type. */
117 Elf64_Word p_flag
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h165 typedef uint32_t Elf64_Word; typedef
192 Elf64_Word e_version; /* ELF format version. */
196 Elf64_Word e_flags; /* Architecture-specific flags. */
220 Elf64_Word p_type; /* Entry type. */
221 Elf64_Word p_flags; /* Access permission flags. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h13 typedef unsigned int Elf64_Word; typedef
533 Elf64_Word st_name;
564 Elf64_Word e_version;
568 Elf64_Word e_flags;
595 Elf64_Word p_type;
596 Elf64_Word p_flags;
655 Elf64_Word sh_name;
656 Elf64_Word sh_type;
661 Elf64_Word sh_link;
662 Elf64_Word sh_inf
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h13 typedef unsigned int Elf64_Word; typedef
533 Elf64_Word st_name;
564 Elf64_Word e_version;
568 Elf64_Word e_flags;
595 Elf64_Word p_type;
596 Elf64_Word p_flags;
655 Elf64_Word sh_name;
656 Elf64_Word sh_type;
661 Elf64_Word sh_link;
662 Elf64_Word sh_inf
[all...]
/vbox/src/recompiler/
H A Delf.h19 typedef uint32_t Elf64_Word; typedef
943 Elf64_Word st_name; /* Symbol name, index in string tbl */
975 Elf64_Word e_version;
979 Elf64_Word e_flags;
1006 Elf64_Word p_type;
1007 Elf64_Word p_flags;
1070 Elf64_Word sh_name; /* Section name, index in string tbl */
1071 Elf64_Word sh_type; /* Type of section */
1076 Elf64_Word sh_link; /* Index of another section */
1077 Elf64_Word sh_inf
[all...]

Completed in 69 milliseconds