Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDimgact_elf.c1586 struct note_info_list notelst; in __elfN() local
1594 TAILQ_INIT(&notelst); in __elfN()
1605 td->td_proc->p_sysent->sv_elf_core_prepare_notes(td, &notelst, &notesz); in __elfN()
1653 error = __elfN(corehdr)(&params, seginfo.count, hdr, hdrsize, &notelst, in __elfN()
1685 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) { in __elfN()
1686 TAILQ_REMOVE(&notelst, ninfo, link); in __elfN()
1815 size_t hdrsize, struct note_info_list *notelst, size_t notesz, in __elfN()
1830 TAILQ_FOREACH(ninfo, notelst, link) in __elfN()