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

/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h39 typedef uint32_t Elf32_Off; typedef
49 AssertCompileSize(Elf32_Off, 4);
69 Elf32_Off e_phoff; /* Program header offset. */
70 Elf32_Off e_shoff; /* Section header offset. */
89 Elf32_Off sh_offset; /* Offset in file. */
104 Elf32_Off p_offset; /* Offset in file. */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h53 typedef UINT32 Elf32_Off; typedef
74 Elf32_Off e_phoff; /* Program header file offset. */
75 Elf32_Off e_shoff; /* Section header file offset. */
95 Elf32_Off sh_offset; /* Offset in file. */
109 Elf32_Off p_offset; /* File offset of contents. */
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h156 typedef uint32_t Elf32_Off; typedef
177 Elf32_Off e_phoff; /* Program header file offset. */
178 Elf32_Off e_shoff; /* Section header file offset. */
210 Elf32_Off p_offset; /* File offset of contents. */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h5 typedef unsigned int Elf32_Off; typedef
549 Elf32_Off e_phoff;
550 Elf32_Off e_shoff;
585 Elf32_Off p_offset;
646 Elf32_Off sh_offset;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h5 typedef unsigned int Elf32_Off; typedef
549 Elf32_Off e_phoff;
550 Elf32_Off e_shoff;
585 Elf32_Off p_offset;
646 Elf32_Off sh_offset;
/vbox/src/recompiler/
H A Delf.h9 typedef uint32_t Elf32_Off; typedef
960 Elf32_Off e_phoff;
961 Elf32_Off e_shoff;
996 Elf32_Off p_offset;
1061 Elf32_Off sh_offset;
1158 #define elf_addr_t Elf32_Off

Completed in 120 milliseconds