Searched refs:notelst (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c1181 struct note_info_list notelst; local
1195 TAILQ_INIT(&notelst);
1227 __elfN(prepare_notes)(td, &notelst, &notesz);
1254 &notelst, notesz, gzfile);
1286 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) {
1287 TAILQ_REMOVE(&notelst, ninfo, link);
1409 int numsegs, void *hdr, size_t hdrsize, struct note_info_list *notelst,
1433 TAILQ_FOREACH(ninfo, notelst, link)
1408 corehdr(struct thread *td, struct vnode *vp, struct ucred *cred, int numsegs, void *hdr, size_t hdrsize, struct note_info_list *notelst, size_t notesz, gzFile gzfile) argument

Completed in 110 milliseconds