Searched refs:sedp (Results 1 – 1 of 1) sorted by relevance
622 brand_elf_data_t sed, *sedp; in brand_solaris_elfexec() local630 sedp = &spd->spd_elf_data; in brand_solaris_elfexec()758 sedp->sed_phdr = voffset + ehdr.e_phoff; in brand_solaris_elfexec()760 sedp->sed_phdr = voffset + uphdr_vaddr; in brand_solaris_elfexec()761 sedp->sed_entry = voffset + ehdr.e_entry; in brand_solaris_elfexec()762 sedp->sed_phent = ehdr.e_phentsize; in brand_solaris_elfexec()763 sedp->sed_phnum = ehdr.e_phnum; in brand_solaris_elfexec()817 sedp->sed_base = voffset; in brand_solaris_elfexec()818 sedp->sed_ldentry = voffset + ehdr.e_entry; in brand_solaris_elfexec()819 sedp->sed_lddata = voffset + lddata; in brand_solaris_elfexec()[all …]