Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Delf.h80 size_t datasz, bool compat, in arch_parse_elf_property() argument
86 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
Daudit.h193 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
/Linux-v5.10/arch/arm64/include/asm/
Delf.h263 size_t datasz, bool compat, in arch_parse_elf_property() argument
273 if (datasz != sizeof(*p)) in arch_parse_elf_property()
/Linux-v5.10/fs/
Dbinfmt_elf.c715 static int parse_elf_property(const char *data, size_t *off, size_t datasz, in parse_elf_property() argument
723 if (*off == datasz) in parse_elf_property()
726 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
729 datasz -= *off; in parse_elf_property()
731 if (datasz < sizeof(*pr)) in parse_elf_property()
735 datasz -= sizeof(*pr); in parse_elf_property()
737 if (pr->pr_datasz > datasz) in parse_elf_property()
742 if (step > datasz) in parse_elf_property()
772 size_t off, datasz; in parse_elf_properties() local
808 datasz = off + note.nhdr.n_descsz; in parse_elf_properties()
[all …]
Dbinfmt_elf_fdpic.c1223 unsigned int datasz; member
1233 sz += roundup(en->datasz, 4); in notesize()
1244 en.n_descsz = men->datasz; in writenote()
1249 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
1295 note->datasz = sz; in fill_note()
/Linux-v5.10/arch/x86/boot/tools/
Dbuild.c157 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-v5.10/kernel/
Dauditfilter.c442 size_t datasz) in audit_data_to_entry() argument
447 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry()
1123 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument
1130 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
1137 entry = audit_data_to_entry(data, datasz); in audit_rule_change()