Lines Matching defs:image
462 char *image;
477 * manipulate the resulting image. It is expected that the linker
478 * will call elf_swap_wrimage() if necessary to convert the image
506 if ((image = _elf_outmap(elf->ed_fd, outsz, &flag)) == 0)
537 dst.d_buf = (Elf_Void *)image;
562 dst.d_buf = (Elf_Void *)(image + eh->e_phoff);
583 char *start = image + sh->sh_offset;
653 * image.
671 (void) memset(image + hi, byte, sz);
676 dst.d_buf = (Elf_Void *)(image + eh->e_shoff);
679 assert((uintptr_t)dst.d_buf < ((uintptr_t)image + outsz));
692 * ELF_C_WRIMAGE signifyes that we build the memory image, but
694 * by ld(1) to build up a full image of an elf file and then
697 * the image out to disk twice.
701 elf->ed_wrimage = image;
706 if (_elf_outsync(elf->ed_fd, image, outsz,
725 * This will cause full image representing the elf file
728 * we will attempt to build the memory image from mmap()'ed
731 * then the image will be allocated from dynamic memory (malloc()).
733 * elf_update() will return the size of the memory image built
737 * the command is performed it will sync the image created
850 * When wrt() processes an ELF_C_WRIMAGE request, the resulting image
853 * the image, prior to flushing it to the output file. This routine
854 * is used to re-translate such an image into the byte order of the