Lines Matching defs:rela_hdr
938 Elf_Internal_Shdr *rela_hdr;
968 rela_hdr
969 if (rela_hdr == NULL)
970 rela_hdr = elf_section_data (sec)->rel.hdr;
972 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
973 if (_bfd_mul_overflow (sec->reloc_count, rela_hdr->sh_entsize, &amt)
974 || (rela_hdr->contents = bfd_alloc (abfd, amt)) == NULL)
982 if (rela_hdr->sh_type == SHT_RELA)
987 else if (rela_hdr->sh_type == SHT_REL)
1007 dst_rela = rela_hdr->contents;
1055 if (rela_hdr->sh_type == SHT_RELA