Searched refs:sedp (Results 1 – 1 of 1) sorted by relevance
621 brand_elf_data_t sed, *sedp; in brand_solaris_elfexec() local629 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 …]