Home | History | Annotate | Download | only in bfd

Lines Matching refs:symndx

1182       long                           symndx;
1191 symndx = rel->r_symndx;
1193 if (symndx == -1)
1200 h = obj_coff_sym_hashes (input_bfd)[symndx];
1201 sym = syms + symndx;
1295 if (symndx == -1)
1302 sec = sections[symndx];
1758 if (symndx == -1)
2063 long symndx;
2066 symndx = rel->r_symndx;
2069 if (symndx == -1)
2073 if (symndx >= obj_conv_table_size (abfd))
2076 abfd, symndx);
2080 h = obj_coff_sym_hashes (abfd)[symndx];