Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c198 } *bigwad; in write_elfnotes() local
242 prgetpsinfo(p, &bigwad->psinfo); in write_elfnotes()
309 bzero(bigwad, crsize); in write_elfnotes()
310 prgetcred(p, &bigwad->pcred); in write_elfnotes()
328 prgetpriv(p, &bigwad->ppriv); in write_elfnotes()
490 bzero(&bigwad->lwpsinfo, sizeof (bigwad->lwpsinfo)); in write_elfnotes()
500 sizeof (bigwad->lwpsinfo), (caddr_t)&bigwad->lwpsinfo, in write_elfnotes()
524 bigwad->lwpstatus.pr_why = 0; in write_elfnotes()
533 sizeof (bigwad->lwpstatus), (caddr_t)&bigwad->lwpstatus, in write_elfnotes()
598 psaddr = &bigwad->psinfo; in write_elfnotes()
[all …]
H A Dold_notes.c94 } *bigwad; in write_old_elfnotes() local
95 size_t bigsize = sizeof (*bigwad); in write_old_elfnotes()
103 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_old_elfnotes()
113 oprgetpsinfo(p, &bigwad->psinfo, NULL); in write_old_elfnotes()
116 (caddr_t)&bigwad->psinfo, rlimit, credp); in write_old_elfnotes()
131 (caddr_t)bigwad->auxv, rlimit, credp); in write_old_elfnotes()
160 bigwad->prstat.pr_why = 0; in write_old_elfnotes()
170 sizeof (bigwad->prstat), (caddr_t)&bigwad->prstat, in write_old_elfnotes()
176 prgetprfpregs(lwp, &bigwad->fpregs); in write_old_elfnotes()
178 sizeof (bigwad->fpregs), (caddr_t)&bigwad->fpregs, in write_old_elfnotes()
[all …]
H A Delf.c300 struct bigwad { in elfexec() struct
318 bigwad = kmem_alloc(sizeof (struct bigwad), KM_SLEEP); in elfexec()
319 ehdrp = &bigwad->ehdr; in elfexec()
320 dlnp = bigwad->dl_name; in elfexec()
321 pathbufp = bigwad->pathbuf; in elfexec()
595 aux = bigwad->elfargs; in elfexec()
1003 aux = bigwad->elfargs; in elfexec()
1035 bigwad->exenv.ex_vp = vp; in elfexec()
1057 kmem_free(bigwad, sizeof (struct bigwad)); in elfexec()
2145 ehdr = (Ehdr *)bigwad; in elfcore()
[all …]