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

/fs/proc/
H A Dkcore.c272 static int notesize(struct memelfnote *en) function
281 } /* end notesize() */
390 nhdr->p_filesz = notesize(&notes[0]);
407 nhdr->p_filesz += notesize(&notes[1]);
416 nhdr->p_filesz += notesize(&notes[2]);
/fs/
H A Dbinfmt_elf.c1189 static int notesize(struct memelfnote *en) function
1412 *total += notesize(&t->notes[0]);
1445 *total += notesize(&t->notes[i]);
1532 info->size += notesize(&info->psinfo);
1535 info->size += notesize(&info->auxv);
1626 sz += notesize(&t->notes[0]);
1633 sz += notesize(&t->notes[1]);
1641 sz += notesize(&t->notes[2]);
1773 sz += notesize(info->notes + i);
H A Dbinfmt_elf_fdpic.c1272 static int notesize(struct memelfnote *en) function
1475 sz += notesize(&t->notes[0]);
1482 sz += notesize(&t->notes[1]);
1490 sz += notesize(&t->notes[2]);
1744 sz += notesize(notes + i);

Completed in 110 milliseconds