Searched refs:reloc_type_name (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coff64-rs6000.c | 1710 char reloc_type_name[10]; in xcoff64_ppc_relocate_section() local 1726 sprintf (reloc_type_name, "0x%02x", rel->r_type); in xcoff64_ppc_relocate_section() 1729 (info, (h ? &h->root : NULL), name, reloc_type_name, in xcoff64_ppc_relocate_section()
|
H A D | coff-rs6000.c | 3905 char reloc_type_name[10]; in xcoff_ppc_relocate_section() local 3921 sprintf (reloc_type_name, "0x%02x", rel->r_type); in xcoff_ppc_relocate_section() 3924 (info, (h ? &h->root : NULL), name, reloc_type_name, in xcoff_ppc_relocate_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coff64-rs6000.c | 1710 char reloc_type_name[10]; in xcoff64_ppc_relocate_section() local 1726 sprintf (reloc_type_name, "0x%02x", rel->r_type); in xcoff64_ppc_relocate_section() 1729 (info, (h ? &h->root : NULL), name, reloc_type_name, in xcoff64_ppc_relocate_section()
|
H A D | coff-rs6000.c | 3821 char reloc_type_name[10]; in xcoff_ppc_relocate_section() local 3837 sprintf (reloc_type_name, "0x%02x", rel->r_type); in xcoff_ppc_relocate_section() 3840 (info, (h ? &h->root : NULL), name, reloc_type_name, in xcoff_ppc_relocate_section()
|