Searched refs:datasz (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/boot/tools/ |
D | build.c | 146 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() argument 170 put_unaligned_le32(datasz, section + 0x10); in update_pecoff_section_header_fields()
|
/Linux-v4.19/kernel/ |
D | auditfilter.c | 438 size_t datasz) in audit_data_to_entry() argument 443 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry() 1112 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument 1117 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
|
/Linux-v4.19/fs/ |
D | binfmt_elf_fdpic.c | 1265 unsigned int datasz; member 1275 sz += roundup(en->datasz, 4); in notesize() 1286 en.n_descsz = men->datasz; in writenote() 1291 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote() 1337 note->datasz = sz; in fill_note()
|
D | binfmt_elf.c | 1418 unsigned int datasz; member 1428 sz += roundup(en->datasz, 4); in notesize() 1437 en.n_descsz = men->datasz; in writenote() 1442 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote() 1486 note->datasz = sz; in fill_note()
|
/Linux-v4.19/include/linux/ |
D | audit.h | 162 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
|