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

/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Delf.c39 typedef Elf32_Phdr Elf_Phdr; typedef
53 static int elf_load_segment ( struct image *image, Elf_Phdr *phdr,
142 Elf_Phdr phdr;
/vbox/src/VBox/Runtime/include/internal/
H A DldrELF.h42 typedef Elf64_Phdr Elf_Phdr; typedef
67 typedef Elf32_Phdr Elf_Phdr; typedef
/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h21 # define Elf_Phdr Elf32_Phdr macro
29 # define Elf_Phdr Elf64_Phdr macro
120 if ( pEhdr->e_phentsize != sizeof(Elf_Phdr)
331 #undef Elf_Phdr macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c81 typedef Elf64_Phdr Elf_Phdr; typedef
92 STATIC Elf_Phdr *mPhdrBase;
163 mPhdrBase = (Elf_Phdr *)((UINT8 *)mEhdr + mEhdr->e_phoff);
H A DElf32Convert.c80 typedef Elf32_Phdr Elf_Phdr; typedef
91 STATIC Elf_Phdr *mPhdrBase;
159 mPhdrBase = (Elf_Phdr *)((UINT8 *)mEhdr + mEhdr->e_phoff);
196 Elf_Phdr*
205 return (Elf_Phdr *)((UINT8*)mPhdrBase + num * mEhdr->e_phentsize);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h60 #define Elf_Phdr RTLDRELF_MID(Elf,_Phdr) macro
1492 if ( sizeof(Elf_Phdr) != pEhdr->e_phentsize
1497 pszLogName, pEhdr->e_phentsize, sizeof(Elf_Phdr)));
1957 #undef Elf_Phdr macro

Completed in 1114 milliseconds