Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dcompat_binfmt_elf.c33 #undef ELF_GNU_PROPERTY_ALIGN
39 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
Dbinfmt_elf.c725 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
739 WARN_ON_ONCE(o % ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
740 step = round_up(pr->pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
801 ELF_GNU_PROPERTY_ALIGN); in parse_elf_properties()
/linux-6.12.1/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