Home | History | Annotate | Download | only in bfd

Lines Matching refs:num_relocs

1379   int num_relocs;
1393 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (sec));
1395 num_relocs = sec->reloc_count;
1397 BFD_ASSERT (is_sparc_elf (abfd) || num_relocs == 0);
1404 rel_end = relocs + num_relocs;
2948 int num_relocs;
2971 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (input_section));
2973 num_relocs = input_section->reloc_count;
2974 relend = relocs + num_relocs;