Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dimgact_elf.c1537 struct note_info { struct
1543 TAILQ_ENTRY(note_info) link; /* Link to the next note info. */ argument
1546 TAILQ_HEAD(note_info_list, note_info);
1557 static void __elfN(putnote)(struct thread *td, struct note_info *, struct sbuf *);
1587 struct note_info *ninfo; in __elfN()
1817 struct note_info *ninfo; in __elfN()
1984 struct note_info *ninfo; in __elfN()
2012 struct note_info *ninfo; in __elfN()
2079 __elfN(putnote)(struct thread *td, struct note_info *ninfo, struct sbuf *sb) in __elfN()