Home
last modified time | relevance | path

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

/fs/proc/
Dkcore.c56 unsigned int datasz; member
111 sz += roundup(en->datasz, 4); in notesize()
127 en.n_descsz = men->datasz; in storenote()
135 DUMP_WRITE(men->data, men->datasz); in storenote()
218 notes[0].datasz = sizeof(struct elf_prstatus); in elf_kcore_store_hdr()
229 notes[1].datasz = sizeof(struct elf_prpsinfo); in elf_kcore_store_hdr()
246 notes[2].datasz = sizeof(struct task_struct); in elf_kcore_store_hdr()
/fs/
Dbinfmt_elf_fdpic.c1274 unsigned int datasz; member
1284 sz += roundup(en->datasz, 4); in notesize()
1301 en.n_descsz = men->datasz; in writenote()
1308 DUMP_WRITE(men->data, men->datasz); in writenote()
1366 note->datasz = sz; in fill_note()
Dbinfmt_elf.c1253 unsigned int datasz; member
1263 sz += roundup(en->datasz, 4); in notesize()
1283 en.n_descsz = men->datasz; in writenote()
1290 DUMP_WRITE(men->data, men->datasz, foffset); in writenote()
1346 note->datasz = sz; in fill_note()