Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dimgact_elf.c953 static int __elfN(putnote)(elf_buf_t, const char *, int, const void *, size_t);
1445 __elfN(putnote)(target, "CORE", NT_PRPSINFO, psinfo, sizeof *psinfo); in elf_putallnotes()
1465 __elfN(putnote)(target, "CORE", NT_PRSTATUS, status, sizeof *status); in elf_putallnotes()
1469 __elfN(putnote)(target, "CORE", NT_FPREGSET, fpregs, sizeof *fpregs); in elf_putallnotes()
1487 error = __elfN(putnote)(target, "CORE", NT_PRSTATUS, in elf_putallnotes()
1491 error = __elfN(putnote)(target, "CORE", NT_FPREGSET, in elf_putallnotes()
1509 __elfN(putnote)(elf_buf_t target, const char *name, int type, in __elfN() argument