Searched refs:datasz (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | elf.h | 90 size_t datasz, bool compat, in arch_parse_elf_property() argument 96 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
|
| /linux/kernel/ |
| H A D | auditfilter.c | 449 size_t datasz) in audit_data_to_entry() argument 454 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry() 1131 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument 1138 entry = audit_data_to_entry(data, datasz); in audit_rule_change() 1145 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1222 unsigned int datasz; member 1232 sz += roundup(en->datasz, 4); in notesize() 1243 en.n_descsz = men->datasz; in writenote() 1248 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote() 1294 note->datasz = sz; in __fill_note()
|