Home
last modified time | relevance | path

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

/linux/include/linux/
H A Delf.h90 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,
H A Daudit.h194 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
/linux/fs/
H A Dbinfmt_elf.c720 static int parse_elf_property(const char *data, size_t *off, size_t datasz, in parse_elf_property() argument
728 if (*off == datasz) in parse_elf_property()
731 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
734 datasz -= *off; in parse_elf_property()
736 if (datasz < sizeof(*pr)) in parse_elf_property()
740 datasz -= sizeof(*pr); in parse_elf_property()
742 if (pr->pr_datasz > datasz) in parse_elf_property()
747 if (step > datasz) in parse_elf_property()
777 size_t off, datasz; in parse_elf_properties() local
813 datasz = off + note.nhdr.n_descsz; in parse_elf_properties()
[all …]
H A Dbinfmt_elf_fdpic.c1210 unsigned int datasz; member
1220 sz += roundup(en->datasz, 4); in notesize()
1231 en.n_descsz = men->datasz; in writenote()
1236 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
1282 note->datasz = sz; in fill_note()
/linux/arch/arm64/include/asm/
H A Delf.h261 size_t datasz, bool compat, in arch_parse_elf_property() argument
271 if (datasz != sizeof(*p)) in arch_parse_elf_property()