Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h38 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
50 #define ELF_GNU_PROPERTY_ALIGN ELF64_GNU_PROPERTY_ALIGN macro
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c33 #undef ELF_GNU_PROPERTY_ALIGN
39 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
H A 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()