Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Delf.h38 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
50 #define ELF_GNU_PROPERTY_ALIGN ELF64_GNU_PROPERTY_ALIGN macro
/Linux-v5.10/fs/
Dcompat_binfmt_elf.c33 #undef ELF_GNU_PROPERTY_ALIGN
39 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
Dbinfmt_elf.c726 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
740 WARN_ON_ONCE(o % ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
741 step = round_up(pr->pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()
802 ELF_GNU_PROPERTY_ALIGN); in parse_elf_properties()