Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dbrand.c533 brand_elf_data32_t sed32; in brand_solaris_cmd() local
535 sed32.sed_phdr = spd->spd_elf_data.sed_phdr; in brand_solaris_cmd()
536 sed32.sed_phent = spd->spd_elf_data.sed_phent; in brand_solaris_cmd()
537 sed32.sed_phnum = spd->spd_elf_data.sed_phnum; in brand_solaris_cmd()
538 sed32.sed_entry = spd->spd_elf_data.sed_entry; in brand_solaris_cmd()
539 sed32.sed_base = spd->spd_elf_data.sed_base; in brand_solaris_cmd()
540 sed32.sed_ldentry = spd->spd_elf_data.sed_ldentry; in brand_solaris_cmd()
541 sed32.sed_lddata = spd->spd_elf_data.sed_lddata; in brand_solaris_cmd()
542 if (copyout(&sed32, (void *)arg1, sizeof (sed32)) in brand_solaris_cmd()