Searched refs:NUM_SHDR_ENTRIES (Results 1 – 25 of 25) sorted by relevance
170 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_vxworks_emit_relocs()
1500 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0; in elf_slurp_reloc_table()1502 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0; in elf_slurp_reloc_table()1519 reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in elf_slurp_reloc_table()
3893 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0; in mips_elf64_slurp_reloc_table()3895 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table()3912 reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in mips_elf64_slurp_reloc_table()
181 asect->reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in elf64_sparc_slurp_reloc_table()
2104 nsyms = NUM_SHDR_ENTRIES (symtab_hdr); in elf_link_read_relocs_from_section()2227 internal_rela_relocs += (NUM_SHDR_ENTRIES (esdo->rel.hdr) in _bfd_elf_link_read_relocs()2345 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in _bfd_elf_link_output_relocs()2356 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr); in _bfd_elf_link_output_relocs()9756 irelamid += (NUM_SHDR_ENTRIES (esdi->rel.hdr) in elf_link_input_bfd()9970 internal_relocs += (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_link_input_bfd()9972 rel_hash_list += NUM_SHDR_ENTRIES (input_rel_hdr); in elf_link_input_bfd()10629 esdo->rel.count += NUM_SHDR_ENTRIES (esdi->rel.hdr); in bfd_elf_final_link()10631 esdo->rela.count += NUM_SHDR_ENTRIES (esdi->rela.hdr); in bfd_elf_final_link()
1391 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (sec)); in _bfd_sparc_elf_check_relocs()1413 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in _bfd_sparc_elf_check_relocs()2966 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (input_section)); in _bfd_sparc_elf_relocate_section()
2216 < NUM_SHDR_ENTRIES (rel_hdr) * bed->s->int_rels_per_ext_rel); in elf32_tic6x_rel_relocation_p()2810 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf32_tic6x_check_relocs()
36 #define NUM_SHDR_ENTRIES(shdr) ((shdr)->sh_entsize > 0 ? (shdr)->sh_size / (shdr)->sh_entsize : 0) macro
2263 n = NUM_SHDR_ENTRIES (symtab_hdr) - symtab_hdr->sh_info; in elf64_alpha_can_merge_gots()2337 n = NUM_SHDR_ENTRIES (symtab_hdr) - symtab_hdr->sh_info; in elf64_alpha_merge_gots()
1509 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in tilepro_elf_check_relocs()
7777 < NUM_SHDR_ENTRIES (rel_hdr) * bed->s->int_rels_per_ext_rel); in mips_elf_rel_relocation_p()8016 symcount = NUM_SHDR_ENTRIES (symtab_hdr); in _bfd_mips_elf_check_relocs()8141 symcount = NUM_SHDR_ENTRIES (symtab_hdr); in _bfd_mips_elf_check_relocs()8204 else if (r_symndx >= extsymoff + NUM_SHDR_ENTRIES (symtab_hdr)) in _bfd_mips_elf_check_relocs()
1726 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in tilegx_elf_check_relocs()
2635 else if (r_symndx >= extsymoff + NUM_SHDR_ENTRIES (symtab_hdr)) in s7_bfd_score_elf_check_relocs()
1002 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf_s390_check_relocs()
924 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf_s390_check_relocs()
2830 else if (r_symndx >= extsymoff + NUM_SHDR_ENTRIES (symtab_hdr)) in s3_bfd_score_elf_check_relocs()
1449 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf_i386_check_relocs()
1545 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf_x86_64_check_relocs()
4045 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.4047 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
5999 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elfNN_aarch64_check_relocs()
996 if (r_symndx >= NUM_SHDR_ENTRIES (symtab_hdr)) in elf_xtensa_check_relocs()
1967 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr); in bfd_section_from_shdr()
4290 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
12670 nsyms = NUM_SHDR_ENTRIES (symtab_hdr); in elf32_arm_check_relocs()
4324 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number