Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dimgact_elf.c1605 struct note_info_list notelst; in __elfN() local
1613 TAILQ_INIT(&notelst); in __elfN()
1624 td->td_proc->p_sysent->sv_elf_core_prepare_notes(td, &notelst, &notesz); in __elfN()
1677 error = __elfN(corehdr)(&params, seginfo.count, hdr, hdrsize, &notelst, in __elfN()
1709 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) { in __elfN()
1710 TAILQ_REMOVE(&notelst, ninfo, link); in __elfN()
1839 size_t hdrsize, struct note_info_list *notelst, size_t notesz, in __elfN()
1854 TAILQ_FOREACH(ninfo, notelst, link) in __elfN()