Searched refs:voffset (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | brand.c | 611 intptr_t voffset; in brand_solaris_elfexec() local 727 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec() 735 &voffset, exec_file, &interp, &env.ex_bssbase, in brand_solaris_elfexec() 757 sedp->sed_phdr = voffset + ehdr.e_phoff; in brand_solaris_elfexec() 759 sedp->sed_phdr = voffset + uphdr_vaddr; in brand_solaris_elfexec() 760 sedp->sed_entry = voffset + ehdr.e_entry; in brand_solaris_elfexec() 788 &uphdr_vaddr, &voffset, exec_file, &interp, in brand_solaris_elfexec() 796 &uphdr_vaddr32, &voffset, exec_file, &interp, in brand_solaris_elfexec() 816 sedp->sed_base = voffset; in brand_solaris_elfexec() 817 sedp->sed_ldentry = voffset + ehdr.e_entry; in brand_solaris_elfexec() [all …]
|
H A D | inst_sync.c | 203 offset_t voffset; member 250 error = in_write(fp->vp, &fp->voffset, fp->buf, fp->count); in in_fflush() 264 error = in_write(fp->vp, &fp->voffset, fp->buf, in in_fputs()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 175 intptr_t *voffset, caddr_t exec_file, int *interp, caddr_t *bssbase, in mapexec_brand() argument 217 &junk, &dtrphdr, NULL, bssbase, brkbase, voffset, &minaddr, in mapexec_brand() 235 *voffset = minaddr; in mapexec_brand() 262 intptr_t voffset; in elfexec() local 541 &stphdr, &dtrphdr, dataphdrp, &bssbase, &brkbase, &voffset, NULL, in elfexec() 548 if (dtrphdr != NULL && dtrace_safe_phdr(dtrphdr, args, voffset) != 0) { in elfexec() 657 ADDAUX(aux, AT_PHDR, uphdr->p_vaddr + voffset) in elfexec() 660 ADDAUX(aux, AT_ENTRY, ehdrp->e_entry + voffset) in elfexec() 706 &junk, &dtrphdr, NULL, NULL, NULL, &voffset, NULL, len, in elfexec() 722 dtrace_safe_phdr(dtrphdr, args, voffset) != 0) { in elfexec() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 6757 % Parameters in order: 1) textheight; 2) textwidth; 3) voffset; 6765 \voffset = #3\relax 6801 {\voffset}{.25in}% 6812 {\voffset}{.25in}% 6839 {\voffset}{\hoffset}% 6857 {\voffset}{\hoffset}% 6873 {\voffset}{4.6mm}% 6885 {\voffset}{-2.95mm}% 6904 \advance\dimen0 by \voffset 6910 {\voffset}{\normaloffset}%
|