Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDimgact_elf.c1184 struct note_info_list notelst; in __elfN() local
1198 TAILQ_INIT(&notelst); in __elfN()
1230 __elfN(prepare_notes)(td, &notelst, &notesz); in __elfN()
1257 &notelst, notesz, gzfile); in __elfN()
1289 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) { in __elfN()
1290 TAILQ_REMOVE(&notelst, ninfo, link); in __elfN()
1413 int numsegs, void *hdr, size_t hdrsize, struct note_info_list *notelst, in __elfN()
1437 TAILQ_FOREACH(ninfo, notelst, link) in __elfN()