Lines Matching refs:symndx
2739 long symndx; in sh_relocate_section() local
2757 symndx = rel->r_symndx; in sh_relocate_section()
2759 if (symndx == -1) in sh_relocate_section()
2766 if (symndx < 0 in sh_relocate_section()
2767 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd)) in sh_relocate_section()
2771 input_bfd, symndx); in sh_relocate_section()
2775 h = obj_coff_sym_hashes (input_bfd)[symndx]; in sh_relocate_section()
2776 sym = syms + symndx; in sh_relocate_section()
2813 if (symndx == -1) in sh_relocate_section()
2820 sec = sections[symndx]; in sh_relocate_section()
2864 if (symndx == -1) in sh_relocate_section()