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

  /src/sys/kern/
core_elf32.c 88 struct note_state { struct
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
    [all...]
core_elf32.c 88 struct note_state { struct
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
    [all...]

Completed in 22 milliseconds