Lines Matching refs:msg
1116 const char* msg; in elf32_m68hc11_relocate_section() local
1118 msg = _("Reference to the far symbol `%s' using a wrong " in elf32_m68hc11_relocate_section()
1120 buf = alloca (strlen (msg) + strlen (name) + 10); in elf32_m68hc11_relocate_section()
1121 sprintf (buf, msg, name); in elf32_m68hc11_relocate_section()
1151 const char * msg; in elf32_m68hc11_relocate_section() local
1154 msg = _("XGATE address (%lx) is not within shared RAM" in elf32_m68hc11_relocate_section()
1158 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section()
1159 sprintf (buf, msg, phys_addr); in elf32_m68hc11_relocate_section()
1171 const char * msg; in elf32_m68hc11_relocate_section() local
1174 msg = _("banked address [%lx:%04lx] (%lx) is not in the same bank " in elf32_m68hc11_relocate_section()
1177 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section()
1178 sprintf (buf, msg, phys_page, phys_addr, in elf32_m68hc11_relocate_section()
1191 const char * msg; in elf32_m68hc11_relocate_section() local
1194 msg = _("reference to a banked address [%lx:%04lx] in the " in elf32_m68hc11_relocate_section()
1197 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section()
1198 sprintf (buf, msg, phys_page, phys_addr, insn_addr); in elf32_m68hc11_relocate_section()
1234 const char * msg; in elf32_m68hc11_relocate_section() local
1241 msg = _("S12 address (%lx) is not within shared RAM" in elf32_m68hc11_relocate_section()
1244 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section()
1245 sprintf (buf, msg, phys_addr); in elf32_m68hc11_relocate_section()
1268 const char * msg = (const char *) 0; in elf32_m68hc11_relocate_section() local
1287 msg = _ ("internal error: out of range error"); in elf32_m68hc11_relocate_section()
1291 msg = _ ("internal error: unsupported relocation error"); in elf32_m68hc11_relocate_section()
1295 msg = _ ("internal error: dangerous error"); in elf32_m68hc11_relocate_section()
1299 msg = _ ("internal error: unknown error"); in elf32_m68hc11_relocate_section()
1304 (info, msg, name, input_bfd, input_section, in elf32_m68hc11_relocate_section()