Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dimgact_elf.c1559 struct note_info { struct
1565 TAILQ_ENTRY(note_info) link; /* Link to the next note info. */ argument
1568 TAILQ_HEAD(note_info_list, note_info);
1576 static void __elfN(putnote)(struct thread *td, struct note_info *, struct sbuf *);
1607 struct note_info *ninfo; in coredump()
1842 struct note_info *ninfo; in corehdr()
2011 struct note_info *ninfo; in register_regset_note()
2039 struct note_info *ninfo; in register_note()
2106 __elfN(putnote)(struct thread *td, struct note_info *ninfo, struct sbuf *sb) in putnote()