Searched refs:p_filesz (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Delf.c67 if ( ( phdr->p_offset + phdr->p_filesz ) > image->len ) {
88 phdr->p_offset, ( phdr->p_offset + phdr->p_filesz ),
89 phdr->p_paddr, ( phdr->p_paddr + phdr->p_filesz ),
93 if ( ( rc = prep_segment ( buffer, phdr->p_filesz,
105 memcpy_user ( buffer, 0, image->data, phdr->p_offset, phdr->p_filesz );
108 if ( ( e_offset = ( ehdr->e_entry - dest ) ) < phdr->p_filesz ) {
113 < phdr->p_filesz ) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h213 Elf32_Size p_filesz; /* Size of contents in file. */ member in struct:__anon15477
225 Elf64_Size p_filesz; /* Size of contents in file. */ member in struct:__anon15478
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dloadfile_machdep.h48 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia64_unwindtablen = (phdr)->p_filesz, 1 : 0)
/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h107 Elf32_Word p_filesz; /* Size of segment in file. */ member in struct:__anon16607
H A DldrELF64.h110 Elf64_Xword p_filesz; /* Size of segment in file. */ member in struct:__anon16616
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h112 Elf32_Word p_filesz; /* Size of contents in file. */ member in struct:__anon9987
H A Delf64.h121 Elf64_Xword p_filesz; /* Size of contents in file. */ member in struct:__anon10003
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h588 Elf32_Word p_filesz; member in struct:elf_phdr
600 Elf64_Xword p_filesz; member in struct:__anon4547
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h588 Elf32_Word p_filesz; member in struct:elf_phdr
600 Elf64_Xword p_filesz; member in struct:__anon4108
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1692 ProgHdr.p_filesz = pMapInfo->pMap.pr_size; /* Size of the file image of the mapping */
1712 pSolCore->offWrite += ProgHdr.p_filesz;
1775 ProgHdr.p_filesz = ElfNoteSectionSize(pSolCore, enmOldEra);
1786 pSolCore->offWrite += ProgHdr.p_filesz;
1788 ProgHdr.p_filesz = ElfNoteSectionSize(pSolCore, enmNewEra);
1799 pSolCore->offWrite += ProgHdr.p_filesz;
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp167 ProgHdr.p_filesz = cbFileData;
/vbox/src/recompiler/
H A Delf.h999 Elf32_Word p_filesz; member in struct:elf32_phdr
1011 Elf64_Xword p_filesz; /* Segment size in file */ member in struct:elf64_phdr

Completed in 81 milliseconds