Lines Matching refs:reldata
2273 struct bfd_elf_section_reloc_data *reldata)
2275 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2278 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
2288 if (reldata->hashes == NULL && reldata->count)
2293 bfd_zmalloc (reldata->count * sizeof (struct elf_link_hash_entry *));
2297 reldata->hashes = p;
7973 RELDATA. */
7977 struct bfd_elf_section_reloc_data *reldata)
7986 unsigned int count = reldata->count;
7987 struct elf_link_hash_entry **rel_hash = reldata->hashes;
7989 if (reldata->hdr->sh_entsize == bed->s->sizeof_rel)
7994 else if (reldata->hdr->sh_entsize == bed->s->sizeof_rela)
8016 erela = reldata->hdr->contents;
8017 for (i = 0; i < count; i++, rel_hash++, erela += reldata->hdr->sh_entsize)
10081 struct bfd_elf_section_reloc_data *reldata;
10100 reldata = &esdo->rel;
10102 reldata = &esdo->rela;
10105 reldata = NULL;
10110 rel_hash_ptr = reldata->hashes + reldata->count;
10222 rel_hdr = reldata->hdr;
10226 erel += reldata->count * bed->s->sizeof_rel;
10232 erel += reldata->count * bed->s->sizeof_rela;
10236 ++reldata->count;