Home
last modified time | relevance | path

Searched refs:my_name (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-mcore.c392 const char * my_name; in coff_mcore_relocate_section() local
421 my_name = "*ABS*"; in coff_mcore_relocate_section()
431 my_name = "*unknown*"; in coff_mcore_relocate_section()
434 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset; in coff_mcore_relocate_section()
441 my_name = buf; in coff_mcore_relocate_section()
461 my_name = h->root.root.string; in coff_mcore_relocate_section()
480 rel->r_symndx, my_name, (long) rel->r_vaddr, in coff_mcore_relocate_section()
520 (info, (h ? &h->root : NULL), my_name, howto->name, in coff_mcore_relocate_section()
Dcoff-ppc.c1225 const char *my_name; in coff_ppc_relocate_section() local
1232 my_name = buf; in coff_ppc_relocate_section()
1235 my_name = h->root.root.root.string; in coff_ppc_relocate_section()
1241 rel->r_symndx, my_name, (long) rel->r_vaddr, in coff_ppc_relocate_section()
1249 const char *my_name; in coff_ppc_relocate_section() local
1253 my_name = h->root.root.root.string; in coff_ppc_relocate_section()
1256 (_("%B: Out of order IMGLUE reloc for %s"), input_bfd, my_name); in coff_ppc_relocate_section()