Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c528 if (copyout(&spd->spd_elf_data, (void *)arg1, in brand_solaris_cmd()
536 sed32.sed_phdr = spd->spd_elf_data.sed_phdr; in brand_solaris_cmd()
537 sed32.sed_phent = spd->spd_elf_data.sed_phent; in brand_solaris_cmd()
538 sed32.sed_phnum = spd->spd_elf_data.sed_phnum; in brand_solaris_cmd()
539 sed32.sed_entry = spd->spd_elf_data.sed_entry; in brand_solaris_cmd()
540 sed32.sed_base = spd->spd_elf_data.sed_base; in brand_solaris_cmd()
541 sed32.sed_ldentry = spd->spd_elf_data.sed_ldentry; in brand_solaris_cmd()
542 sed32.sed_lddata = spd->spd_elf_data.sed_lddata; in brand_solaris_cmd()
630 sedp = &spd->spd_elf_data; in brand_solaris_elfexec()
/illumos-gate/usr/src/uts/common/sys/
H A Dbrand.h216 brand_elf_data_t spd_elf_data; /* common ELF data for branded app. */ member