Searched refs:last_shdr (Results 1 – 1 of 1) sorted by relevance
208 GElf_Shdr last_shdr = { .sh_type = SHT_NULL }; in copy_elf() local223 if (last_shdr.sh_type != SHT_NULL in copy_elf()224 && last_shdr.sh_addralign == shdr.sh_addralign in copy_elf()226 && last_shdr.sh_type != SHT_NOBITS in copy_elf()228 && last_shdr.sh_offset + last_shdr.sh_size == shdr.sh_offset in copy_elf()231 && (last_shdr.sh_flags & SHF_ALLOC) == 0))) in copy_elf()238 last_shdr.sh_type = SHT_NULL; in copy_elf()242 last_shdr = shdr; in copy_elf()