Lines Matching refs:rel_hdr
15777 Elf_Internal_Shdr *rel_hdr; in elf32_arm_update_relocs() local
15788 rel_hdr = reldata->hdr; in elf32_arm_update_relocs()
15790 if (rel_hdr->sh_entsize == bed->s->sizeof_rel) in elf32_arm_update_relocs()
15795 else if (rel_hdr->sh_entsize == bed->s->sizeof_rela) in elf32_arm_update_relocs()
15803 erela_head = rel_hdr->contents; in elf32_arm_update_relocs()
15805 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head)); in elf32_arm_update_relocs()
15817 erela += rel_hdr->sh_entsize; in elf32_arm_update_relocs()
15838 eadi->elf.rel.hdr->sh_entsize == rel_hdr->sh_entsize) in elf32_arm_update_relocs()
15841 eadi->elf.rela.hdr->sh_entsize == rel_hdr->sh_entsize) in elf32_arm_update_relocs()
15875 erela += rel_hdr->sh_entsize; in elf32_arm_update_relocs()
15898 erela += rel_hdr->sh_entsize; in elf32_arm_update_relocs()
15908 rel_hdr->sh_size = count * rel_hdr->sh_entsize; in elf32_arm_update_relocs()
15915 erela += rel_hdr->sh_entsize; in elf32_arm_update_relocs()