HelenOS sources

elf_prstatus_t     95 uspace/app/taskdump/elf_core.c 	elf_prstatus_t pr_status;
elf_prstatus_t    180 uspace/app/taskdump/elf_core.c 	    ALIGN_UP(sizeof(elf_prstatus_t), word_size);
elf_prstatus_t    233 uspace/app/taskdump/elf_core.c 	note.descsz = sizeof(elf_prstatus_t);
elf_prstatus_t    252 uspace/app/taskdump/elf_core.c 	rc = vfs_write(fd, &pos, &pr_status, sizeof(elf_prstatus_t), &nwr);
HelenOS homepage, sources at GitHub