Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dbrand.c621 brand_elf_data_t sed, *sedp; in brand_solaris_elfexec() local
629 sedp = &spd->spd_elf_data; 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()
761 sedp->sed_phent = ehdr.e_phentsize; in brand_solaris_elfexec()
762 sedp->sed_phnum = ehdr.e_phnum; 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()
818 sedp->sed_lddata = voffset + lddata; in brand_solaris_elfexec()
[all …]