Home | History | Annotate | Download | only in kern

Lines Matching defs:note_state

88 struct note_state {
97 static int ELFNAMEEND(coredump_notes)(struct lwp *, struct note_state *);
98 static int ELFNAMEEND(coredump_note)(struct lwp *, struct note_state *);
125 struct note_state ns;
375 coredump_note_procinfo(struct lwp *l, struct note_state *ns)
429 coredump_note_auxv(struct lwp *l, struct note_state *ns)
446 ELFNAMEEND(coredump_notes)(struct lwp *l, struct note_state *ns)
495 ELFNAMEEND(coredump_note)(struct lwp *l, struct note_state *ns)
550 save_note_bytes(struct note_state *ns, const void *data, size_t len)
583 ELFNAMEEND(coredump_savenote)(struct note_state *ns, unsigned int type,