Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delf.h48 #define ELF_GNU_PROPERTY_ALIGN ELF32_GNU_PROPERTY_ALIGN macro
60 #define ELF_GNU_PROPERTY_ALIGN ELF64_GNU_PROPERTY_ALIGN macro
/openbmc/linux/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.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()
/openbmc/qemu/linux-user/
H A Delfload.c3051 ELF_GNU_PROPERTY_ALIGN = ELF_CLASS == ELFCLASS32 ? 4 : 8, enumerator
3064 if (*off > datasz || !QEMU_IS_ALIGNED(*off, ELF_GNU_PROPERTY_ALIGN)) { in parse_elf_property()
3077 step = ROUND_UP(pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property()