Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel_hdr

1382 /* Read relocations for ASECT from REL_HDR.  There are RELOC_COUNT of
1388 Elf_Internal_Shdr *rel_hdr,
1402 allocated = bfd_malloc (rel_hdr->sh_size);
1406 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
1407 || (bfd_bread (allocated, rel_hdr->sh_size, abfd)
1408 != rel_hdr->sh_size))
1413 entsize = rel_hdr->sh_entsize;
1490 Elf_Internal_Shdr *rel_hdr;
1506 rel_hdr = d->rel.hdr;
1507 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0;
1514 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset)
1527 rel_hdr = &d->this_hdr;
1528 reloc_count = NUM_SHDR_ENTRIES (rel_hdr);
1538 if (rel_hdr
1540 rel_hdr, reloc_count,