Searched refs:datasz (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
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,
|
A D | audit.h | 194 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
|
/linux/fs/ |
A D | binfmt_elf.c | 726 if (*off == datasz) in parse_elf_property() 732 datasz -= *off; in parse_elf_property() 734 if (datasz < sizeof(*pr)) in parse_elf_property() 738 datasz -= sizeof(*pr); in parse_elf_property() 740 if (pr->pr_datasz > datasz) in parse_elf_property() 745 if (step > datasz) in parse_elf_property() 775 size_t off, datasz; in parse_elf_properties() local 1441 unsigned int datasz; member 1451 sz += roundup(en->datasz, 4); in notesize() 1460 en.n_descsz = men->datasz; in writenote() [all …]
|
A D | binfmt_elf_fdpic.c | 1208 unsigned int datasz; member 1218 sz += roundup(en->datasz, 4); in notesize() 1229 en.n_descsz = men->datasz; in writenote() 1234 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote() 1280 note->datasz = sz; in fill_note()
|
/linux/arch/arm64/include/asm/ |
A D | elf.h | 261 size_t datasz, bool compat, in arch_parse_elf_property() argument 271 if (datasz != sizeof(*p)) in arch_parse_elf_property()
|
/linux/arch/x86/boot/tools/ |
A D | build.c | 157 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() argument 181 put_unaligned_le32(datasz, section + 0x10); in update_pecoff_section_header_fields()
|
/linux/kernel/ |
A D | auditfilter.c | 450 size_t datasz) in audit_data_to_entry() argument 455 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry() 1132 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument 1139 entry = audit_data_to_entry(data, datasz); in audit_rule_change() 1146 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 22167 uint32_t datasz) in lpfc_read_object() argument 22193 bf_set(lpfc_mbx_rd_object_rlen, &read_object->u.request, datasz); in lpfc_read_object() 22245 length, datasz, eof); in lpfc_read_object()
|
Completed in 61 milliseconds