Home | History | Annotate | Download | only in bfd

Lines Matching defs:rel_hdr

48 /* Read  relocations for ASECT from REL_HDR.  There are RELOC_COUNT of
55 Elf_Internal_Shdr *rel_hdr,
66 allocated = bfd_malloc (rel_hdr->sh_size);
70 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
71 || bfd_bread (allocated, rel_hdr->sh_size, abfd) != rel_hdr->sh_size)
78 entsize = rel_hdr->sh_entsize;
81 count = rel_hdr->sh_size / entsize;
152 Elf_Internal_Shdr *rel_hdr;
165 rel_hdr = d->rel.hdr;
168 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset)
180 rel_hdr = &d->this_hdr;
181 asect->reloc_count = NUM_SHDR_ENTRIES (rel_hdr);
195 if (rel_hdr
196 && !elf64_sparc_slurp_one_reloc_table (abfd, asect, rel_hdr, symbols,