Home
last modified time | relevance | path

Searched refs:ELF_GNU_PROPERTY_ALIGN (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Delf.h48 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
60 #define ELF_GNU_PROPERTY_ALIGN ELF64_GNU_PROPERTY_ALIGN macro
/Linux-v6.6/fs/
Dcompat_binfmt_elf.c33 #undef ELF_GNU_PROPERTY_ALIGN
39 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
Dbinfmt_elf.c729 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
743 WARN_ON_ONCE(o % ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
744 step = round_up(pr->pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
805 ELF_GNU_PROPERTY_ALIGN); in parse_elf_properties()