Searched defs:phdr (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/image/ |
H A D | elf.c | 47 * @v phdr ELF program header 53 static int elf_load_segment ( struct image *image, Elf_Phdr *phdr, argument 63 if ( phdr->p_type != PT_LOAD ) 67 if ( ( phdr->p_offset + phdr->p_filesz ) > image->len ) { 76 dest = phdr->p_paddr; 78 dest = phdr->p_vaddr; 85 end = ( dest + phdr->p_memsz ); 88 phdr->p_offset, ( phdr 142 Elf_Phdr phdr; local [all...] |
/vbox/src/VBox/Main/src-client/ |
H A D | DisplayImplLegacy.cpp | 105 static void vbvaRgnDirtyRect(VBVADIRTYREGION *prgn, unsigned uScreenId, VBVACMDHDR *phdr) argument 108 phdr->x, phdr->y, phdr->w, phdr->h)); 117 if (phdr->w == 0 || phdr->h == 0) 123 int32_t xRight = phdr->x + phdr->w; 124 int32_t yBottom = phdr 679 VBVACMDHDR *phdr = NULL; local [all...] |
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA_VBVA.cpp | 355 VBVACMDHDR *phdr = NULL; local 359 if (!vbvaFetchCmd (pPartialRecord, pVBVA, &phdr, &cbCmd)) 383 pVGAState->pDrv->pfnVBVAUpdateProcess (pVGAState->pDrv, uScreenId, phdr, cbCmd); 385 int32_t xRight = phdr->x + phdr->w; 386 int32_t yBottom = phdr->y + phdr->h; 391 cbCmd, phdr->x, phdr->y, phdr [all...] |
Completed in 55 milliseconds