Home | History | Annotate | Download | only in bfd

Lines Matching defs:rel_hdr

2172    sections (both REL and RELA relocations), then the REL_HDR
2268 /* Compute the size of, and allocate space for, REL_HDR which is the
2275 Elf_Internal_Shdr *rel_hdr = reldata->hdr;
2278 rel_hdr->sh_size = rel_hdr->sh_entsize * reldata->count;
2284 rel_hdr->contents = (unsigned char *) bfd_zalloc (abfd, rel_hdr->sh_size);
2285 if (rel_hdr->contents == NULL && rel_hdr->sh_size != 0)
10083 Elf_Internal_Shdr *rel_hdr;
10222 rel_hdr = reldata->hdr;
10223 erel = rel_hdr->contents;
10224 if (rel_hdr->sh_type == SHT_REL)