Searched refs:my_name (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-mcore.c | 390 const char * my_name; in coff_mcore_relocate_section() local 419 my_name = "*ABS*"; in coff_mcore_relocate_section() 429 my_name = "*unknown*"; in coff_mcore_relocate_section() 432 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_mcore_relocate_section() 439 my_name = buf; in coff_mcore_relocate_section() 462 my_name = h->root.root.string; in coff_mcore_relocate_section() 481 rel->r_symndx, my_name, (long) rel->r_vaddr, in coff_mcore_relocate_section() 521 (info, (h ? &h->root : NULL), my_name, howto->name, in coff_mcore_relocate_section()
|
D | coff-ppc.c | 1228 const char *my_name; in coff_ppc_relocate_section() local 1235 my_name = buf; in coff_ppc_relocate_section() 1238 my_name = h->root.root.root.string; in coff_ppc_relocate_section() 1244 rel->r_symndx, my_name, (long) rel->r_vaddr, in coff_ppc_relocate_section() 1252 const char *my_name; in coff_ppc_relocate_section() local 1256 my_name = h->root.root.root.string; in coff_ppc_relocate_section() 1259 (_("%B: Out of order IMGLUE reloc for %s"), input_bfd, my_name); in coff_ppc_relocate_section()
|