Home | History | Annotate | Download | only in bfd

Lines Matching defs:rel_hdr

1378 /* Read relocations for ASECT from REL_HDR.  There are RELOC_COUNT of
1384 Elf_Internal_Shdr *rel_hdr,
1398 allocated = bfd_malloc (rel_hdr->sh_size);
1402 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
1403 || (bfd_bread (allocated, rel_hdr->sh_size, abfd)
1404 != rel_hdr->sh_size))
1409 entsize = rel_hdr->sh_entsize;
1486 Elf_Internal_Shdr *rel_hdr;
1502 rel_hdr = d->rel.hdr;
1503 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0;
1508 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset)
1521 rel_hdr = &d->this_hdr;
1522 reloc_count = NUM_SHDR_ENTRIES (rel_hdr);
1532 if (rel_hdr
1534 rel_hdr, reloc_count,