Searched refs:image_header (Results 1 – 12 of 12) sorted by relevance
103 const char *image_header = imgp->image_header; local111 if (((const short *)image_header)[0] != SHELLMAGIC)137 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)];138 ihp = &image_header[2];
552 imgact_binmisc_find_interpreter(const char *image_header) in imgact_binmisc_find_interpreter() argument565 p = image_header + ibe->ibe_moffset; in imgact_binmisc_find_interpreter()587 const char *image_header = imgp->image_header; in imgact_binmisc_exec() local597 if ((ibe = imgact_binmisc_find_interpreter(image_header)) == NULL) { in imgact_binmisc_exec()
263 const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()625 imgp->image_header = NULL; in __elfN()656 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()675 phdr = (const Elf_Phdr *)(imgp->image_header + hdr->e_phoff); in __elfN()718 const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header; in __CONCAT()754 phdr = (const Elf_Phdr *)(imgp->image_header + hdr->e_phoff); in __CONCAT()772 interp = imgp->image_header + phdr[i].p_offset; in __CONCAT()2030 note = note0 = (const Elf_Note *)(imgp->image_header + pnote->p_offset); in __elfN()2031 note_end = (const Elf_Note *)(imgp->image_header + in __elfN()2078 hdr = (const Elf_Ehdr *)imgp->image_header; in __elfN()[all …]
162 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_aout_imgact()
74 const u_char *p = (const u_char *) imgp->image_header;
996 imgp->image_header = (char *)sf_buf_kva(imgp->firstpage);
296 const struct filehdr *fhdr = (const struct filehdr*)imgp->image_header;327 ((const char*)(imgp->image_header) + sizeof(struct filehdr));331 ((const char*)(imgp->image_header) + sizeof(struct filehdr) +
60 const char *image_header; /* head of file to exec */ member
63 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_linux_imgact()
877 const char *head = (const char *)imgp->image_header; in exec_linux_imgact_try()
65 const struct exec *a_out = (const struct exec *) imgp->image_header;
783 const char *head = (const char *)imgp->image_header; in exec_linux_imgact_try()