Searched refs:p_filesz (Results 1 - 12 of 12) sorted by relevance
| /vbox/src/VBox/Devices/PC/ipxe/src/image/ |
| H A D | elf.c | 67 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 D | elf.h | 213 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 D | loadfile_machdep.h | 48 #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 D | ldrELF32.h | 107 Elf32_Word p_filesz; /* Size of segment in file. */ member in struct:__anon16607
|
| H A D | ldrELF64.h | 110 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 D | elf32.h | 112 Elf32_Word p_filesz; /* Size of contents in file. */ member in struct:__anon9987
|
| H A D | elf64.h | 121 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 D | elf.h | 588 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 D | elf.h | 588 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 D | coredumper-solaris.cpp | 1692 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 D | DBGFCoreWrite.cpp | 167 ProgHdr.p_filesz = cbFileData;
|
| /vbox/src/recompiler/ |
| H A D | elf.h | 999 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 589 milliseconds