| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | incremental-dump.cc | 121 const char* objname = input_file.filename(); in dump_incremental_inputs() local 122 if (objname == NULL) in dump_incremental_inputs() 128 printf("[%d] %s\n", i, objname); in dump_incremental_inputs() 198 const char* objname = input_file.filename(); in dump_incremental_inputs() local 199 if (objname == NULL) in dump_incremental_inputs() 206 printf("[%d] %s\n", i, objname); in dump_incremental_inputs() 281 const char* objname = input_file.filename(); in dump_incremental_inputs() local 282 if (objname == NULL) in dump_incremental_inputs() 289 printf("[%d] %s\n", i, objname); in dump_incremental_inputs() 402 const char* objname = input_file.filename(); in dump_incremental_inputs() local [all …]
|
| H A D | resolve.cc | 881 const char* objname; in report_resolve_problem() local 885 objname = object->name().c_str(); in report_resolve_problem() 888 objname = _("COPY reloc"); in report_resolve_problem() 892 objname = _("command line"); in report_resolve_problem() 895 objname = _("linker script"); in report_resolve_problem() 899 objname = _("linker defined"); in report_resolve_problem() 906 gold_error("%s: %s", objname, buf); in report_resolve_problem() 908 gold_warning("%s: %s", objname, buf); in report_resolve_problem() 913 objname = to->object()->name().c_str(); in report_resolve_problem() 915 objname = _("command line"); in report_resolve_problem() [all …]
|
| /dflybsd-src/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 204 const char *amax, const char *objname, const char *name) in print_ifstat() argument 213 f_print(fout, "\t%s **pp = %s;\n", type, objname); in print_ifstat() 227 print_ifarg(objname); in print_ifstat() 231 f_print(fout, "%s", objname); in print_ifstat() 245 print_ifarg(objname); in print_ifstat() 252 if (*objname == '&') { in print_ifstat() 254 objname, name, objname, name); in print_ifstat() 258 objname, name, objname, name); in print_ifstat() 267 print_ifarg(objname); in print_ifstat()
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | resolve.cc | 913 const char* objname; in report_resolve_problem() local 917 objname = object->name().c_str(); in report_resolve_problem() 920 objname = _("COPY reloc"); in report_resolve_problem() 924 objname = _("command line"); in report_resolve_problem() 927 objname = _("linker script"); in report_resolve_problem() 931 objname = _("linker defined"); in report_resolve_problem() 938 gold_error("%s: %s", objname, buf); in report_resolve_problem() 940 gold_warning("%s: %s", objname, buf); in report_resolve_problem() 945 objname = to->object()->name().c_str(); in report_resolve_problem() 947 objname = _("command line"); in report_resolve_problem() [all …]
|
| H A D | plugin.cc | 773 const std::string& objname = (elf_object == NULL in claim_file() local 776 this->recorder_->claimed_file(objname, in claim_file()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | probe.c | 261 collect_probes (char *objname, char *provider, char *probe_name, in VEC() 274 compile_rx_or_error (&obj_pat, objname, _("Invalid object file regexp")); in VEC() 285 if (objname) in VEC() 493 char *provider, *probe_name = NULL, *objname = NULL; in info_probes_for_ops() local 516 objname = extract_arg (&arg); in info_probes_for_ops() 517 if (objname) in info_probes_for_ops() 518 make_cleanup (xfree, objname); in info_probes_for_ops() 542 probes = collect_probes (objname, provider, probe_name, pops); in info_probes_for_ops()
|
| H A D | varobj.h | 93 extern struct varobj *varobj_create (char *objname,
|
| H A D | varobj.c | 608 varobj_create (char *objname, in varobj_create() argument 755 if ((var != NULL) && (objname != NULL)) in varobj_create() 757 var->obj_name = xstrdup (objname); in varobj_create() 791 varobj_get_handle (char *objname) in varobj_get_handle() argument 798 for (chp = objname; *chp; chp++) in varobj_get_handle() 804 while ((cv != NULL) && (strcmp (cv->var->obj_name, objname) != 0)) in varobj_get_handle()
|
| /dflybsd-src/contrib/gcc-4.7/lto-plugin/ |
| H A D | lto-plugin.c | 863 char *objname; in claim_file_handler() local 870 t = hi ? asprintf (&objname, "%s@0x%x%08x", file->name, lo, hi) in claim_file_handler() 871 : asprintf (&objname, "%s@0x%x", file->name, lo); in claim_file_handler() 873 lto_file.name = objname; in claim_file_handler()
|
| /dflybsd-src/sys/netproto/smb/ |
| H A D | smb_conn.c | 64 static void smb_co_init(struct smb_connobj *cp, int level, char *objname); 232 smb_co_init(struct smb_connobj *cp, int level, char *objname) in smb_co_init() argument 235 smb_sl_init(&cp->co_interlock, objname); in smb_co_init() 236 lockinit(&cp->co_lock, objname, 0, 0); in smb_co_init()
|
| /dflybsd-src/sbin/vinum/ |
| H A D | commands.c | 927 const char *objname = argv[0]; in vinum_attach() local 946 msg.index = find_object(objname, &msg.type); /* find the object to attach */ in vinum_attach() 967 fprintf(stderr, "%s can only be attached to a plex\n", objname); in vinum_attach() 981 fprintf(stderr, "%s can only be attached to a volume\n", objname); in vinum_attach() 992 fprintf(stderr, "%s is not a Vinum object\n", objname); in vinum_attach() 1003 objname, in vinum_attach() 1015 msg.index = find_object(objname, &msg.type); /* find the object to rename */ in vinum_attach()
|