Home
last modified time | relevance | path

Searched refs:image_header (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/kern/
HDimgact_shell.c103 const char *image_header = imgp->image_header; local
111 if (((const short *)image_header)[0] != SHELLMAGIC)
137 maxp = &image_header[MIN(vattr.va_size, MAXSHELLCMDLEN)];
138 ihp = &image_header[2];
HDimgact_binmisc.c552 imgact_binmisc_find_interpreter(const char *image_header) in imgact_binmisc_find_interpreter() argument
565 p = image_header + ibe->ibe_moffset; in imgact_binmisc_find_interpreter()
587 const char *image_header = imgp->image_header; in imgact_binmisc_exec() local
597 if ((ibe = imgact_binmisc_find_interpreter(image_header)) == NULL) { in imgact_binmisc_exec()
HDimgact_elf.c263 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 …]
HDimgact_aout.c162 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_aout_imgact()
HDimgact_gzip.c74 const u_char *p = (const u_char *) imgp->image_header;
HDkern_exec.c996 imgp->image_header = (char *)sf_buf_kva(imgp->firstpage);
/trueos/sys/i386/ibcs2/
HDimgact_coff.c296 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) +
/trueos/sys/sys/
HDimgact.h60 const char *image_header; /* head of file to exec */ member
/trueos/sys/i386/linux/
HDimgact_linux.c63 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_linux_imgact()
HDlinux_sysvec.c877 const char *head = (const char *)imgp->image_header; in exec_linux_imgact_try()
/trueos/sys/compat/svr4/
HDimgact_svr4.c65 const struct exec *a_out = (const struct exec *) imgp->image_header;
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c783 const char *head = (const char *)imgp->image_header; in exec_linux_imgact_try()