HomeSort by: relevance | last modified time | path
    Searched defs:note_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
core_elf32.c 91 struct note_state { struct
100 static int ELFNAMEEND(coredump_notes)(struct lwp *, struct note_state *);
101 static int ELFNAMEEND(coredump_note)(struct lwp *, struct note_state *);
128 struct note_state ns;
379 coredump_note_procinfo(struct lwp *l, struct note_state *ns)
433 coredump_note_auxv(struct lwp *l, struct note_state *ns)
450 ELFNAMEEND(coredump_notes)(struct lwp *l, struct note_state *ns)
499 ELFNAMEEND(coredump_note)(struct lwp *l, struct note_state *ns)
554 save_note_bytes(struct note_state *ns, const void *data, size_t len)
587 ELFNAMEEND(coredump_savenote)(struct note_state *ns, unsigned int type
    [all...]

Completed in 14 milliseconds