| /freebsd-12-stable/contrib/gcc/ |
| D | mips-tfile.c | 1502 static char *object_name = (char *) 0; /* tmp. name of object file */ variable 3989 pfatal_with_name (object_name); in write_varray() 3999 pfatal_with_name (object_name); in write_varray() 4004 object_name, in write_varray() 4032 pfatal_with_name (object_name); in write_object() 4037 object_name, in write_object() 4049 pfatal_with_name (object_name); in write_object() 4062 pfatal_with_name (object_name); in write_object() 4067 object_name, in write_object() 4080 pfatal_with_name (object_name); in write_object() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | UserExpression.cpp | 105 ConstString &object_name, in GetObjectPointer() argument 112 object_name.AsCString()); in GetObjectPointer() 120 object_name.GetStringRef(), lldb::eNoDynamicValues, in GetObjectPointer() 135 object_name.AsCString()); in GetObjectPointer()
|
| /freebsd-12-stable/crypto/openssl/crypto/ui/ |
| D | ui_lib.c | 358 const char *object_name) in UI_construct_prompt() argument 363 prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name); in UI_construct_prompt() 373 if (object_name != NULL) in UI_construct_prompt() 374 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt() 383 if (object_name != NULL) { in UI_construct_prompt() 385 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt() 698 *object_name)) in UI_method_set_prompt_constructor() argument
|
| D | ui_local.h | 54 const char *object_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Module.cpp | 234 const ConstString *object_name, lldb::offset_t object_offset, in Module() argument 247 if (object_name) in Module() 248 m_object_name = *object_name; in Module() 1058 ConstString object_name) { in SetFileSpecAndObjectName() argument 1063 m_object_name = object_name; in SetFileSpecAndObjectName() 1095 const char *object_name = m_object_name.GetCString(); in GetDescription() local 1096 if (object_name) in GetDescription() 1097 s << llvm::formatv("({0})", object_name); in GetDescription() 1590 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local 1591 if (object_name) { in MatchesModuleSpec() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangUserExpression.cpp | 883 ConstString object_name; in AddArguments() local 886 object_name.SetCString("this"); in AddArguments() 888 object_name.SetCString("self"); in AddArguments() 906 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments() 911 object_name.AsCString()); in AddArguments()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| D | ObjectContainerBSDArchive.cpp | 172 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) { in FindObject() argument 174 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject() 290 ConstString object_name(module_sp->GetObjectName()); in CreateInstance() local 291 if (!object_name) in CreateInstance()
|
| D | ObjectContainerBSDArchive.h | 142 Object *FindObject(lldb_private::ConstString object_name,
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | ui.h | 153 const char *object_desc, const char *object_name); 313 *object_name));
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_platform_mac.cpp | 127 mach_port_t object_name; in RegionMemUsage() local 130 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | Symtab.cpp | 89 const char *object_name = nullptr; in Dump() local 91 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 95 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump() 96 object_name ? object_name : "", object_name ? ")" : "", in Dump()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Module.h | 114 const ConstString *object_name = nullptr, 780 ConstString object_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| D | UserExpression.h | 283 ConstString &object_name, Status &err);
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | sli4.c | 2614 char *object_name, in sli_cmd_common_write_object() argument 2639 ocs_strncpy(wr_obj->object_name, object_name, sizeof(wr_obj->object_name)); in sli_cmd_common_write_object() 2668 char *object_name) in sli_cmd_common_delete_object() argument 2687 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name)); in sli_cmd_common_delete_object() 2709 char *object_name, in sli_cmd_common_read_object() argument 2732 ocs_strncpy(rd_obj->object_name, object_name, sizeof(rd_obj->object_name)); in sli_cmd_common_read_object()
|
| D | sli4.h | 2435 uint8_t object_name[104]; member 2465 uint8_t object_name[104]; member 2492 uint8_t object_name[104]; member 2507 uint8_t object_name[104]; member
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | gnu-nat.c | 2335 mach_port_t object_name; in gnu_write_inferior() local 2347 &object_name, in gnu_write_inferior() 2498 mach_port_t object_name; in gnu_find_memory_regions() local 2510 &object_name, in gnu_find_memory_regions()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | UI_create_method.pod | 39 *object_name));
|
| D | UI_new.pod | 47 const char *object_desc, const char *object_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARFDebugMap.cpp | 171 const ConstString *object_name, off_t object_offset, in DebugMapModule() argument 173 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectTarget.cpp | 3161 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local 3162 if (object_name) in PrintModule() 3163 strm.Printf("(%s)", object_name); in PrintModule()
|
| /freebsd-12-stable/sys/dev/oce/ |
| D | oce_mbox.c | 1643 strcpy(fwcmd->params.req.object_name, "/prg"); in oce_mbox_lancer_write_flashrom()
|
| D | oce_hw.h | 1672 uint8_t object_name[104]; member
|