| /freebsd-11-stable/contrib/gcc/ |
| HD | 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-11-stable/crypto/openssl/crypto/ui/ |
| HD | ui_lib.c | 396 const char *object_name) in UI_construct_prompt() argument 401 prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name); in UI_construct_prompt() 411 if (object_name != NULL) in UI_construct_prompt() 412 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt() 420 if (object_name != NULL) { in UI_construct_prompt() 422 BUF_strlcat(prompt, object_name, len + 1); in UI_construct_prompt() 672 *object_name)) in UI_method_set_prompt_constructor() argument
|
| HD | ui.h | 196 const char *object_desc, const char *object_name); 335 *object_name));
|
| HD | ui_locl.h | 98 const char *object_name);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | UserExpression.cpp | 104 ConstString &object_name, in GetObjectPointer() argument 111 object_name.AsCString()); in GetObjectPointer() 119 object_name.AsCString(), lldb::eNoDynamicValues, in GetObjectPointer() 134 object_name.AsCString()); in GetObjectPointer()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | Module.cpp | 220 const ConstString *object_name, lldb::offset_t object_offset, in Module() argument 233 if (object_name) in Module() 234 m_object_name = *object_name; in Module() 1042 ConstString object_name) { in SetFileSpecAndObjectName() argument 1047 m_object_name = object_name; in SetFileSpecAndObjectName() 1081 const char *object_name = m_object_name.GetCString(); in GetDescription() local 1082 if (object_name) in GetDescription() 1083 s << llvm::formatv("({0})", object_name); in GetDescription() 1574 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local 1575 if (object_name) { in MatchesModuleSpec() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangUserExpression.cpp | 831 ConstString object_name; in AddArguments() local 834 object_name.SetCString("this"); in AddArguments() 836 object_name.SetCString("self"); in AddArguments() 854 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments() 859 object_name.AsCString()); in AddArguments()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| HD | 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()
|
| HD | ObjectContainerBSDArchive.h | 142 Object *FindObject(lldb_private::ConstString object_name,
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_platform_mac.cpp | 126 mach_port_t object_name; in RegionMemUsage() local 129 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Symtab.cpp | 79 const char *object_name = nullptr; in Dump() local 81 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 85 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump() 86 object_name ? object_name : "", object_name ? ")" : "", in Dump()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | Module.h | 112 const ConstString *object_name = nullptr, 777 ConstString object_name);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | UserExpression.h | 289 ConstString &object_name, Status &err);
|
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | sli4.c | 2511 char *object_name, in sli_cmd_common_write_object() argument 2536 ocs_strncpy(wr_obj->object_name, object_name, sizeof(wr_obj->object_name)); in sli_cmd_common_write_object() 2565 char *object_name) in sli_cmd_common_delete_object() argument 2584 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name)); in sli_cmd_common_delete_object() 2606 char *object_name, in sli_cmd_common_read_object() argument 2629 ocs_strncpy(rd_obj->object_name, object_name, sizeof(rd_obj->object_name)); in sli_cmd_common_read_object()
|
| HD | sli4.h | 2380 uint8_t object_name[104]; member 2410 uint8_t object_name[104]; member 2437 uint8_t object_name[104]; member 2452 uint8_t object_name[104]; member
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | 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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | 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-11-stable/crypto/openssl/doc/crypto/ |
| HD | ui.pod | 48 const char *object_desc, const char *object_name);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 3228 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local 3229 if (object_name) in PrintModule() 3230 strm.Printf("(%s)", object_name); in PrintModule()
|
| /freebsd-11-stable/sys/dev/oce/ |
| HD | oce_mbox.c | 1641 strcpy(fwcmd->params.req.object_name, "/prg"); in oce_mbox_lancer_write_flashrom()
|
| HD | oce_hw.h | 1670 uint8_t object_name[104]; member
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | ssleay.txt | 6950 # <object_name> => string to prompt with 6951 # <object_name>_default => default value for people 6952 # <object_name>_value => Automatically use this value for this field. 6953 # <object_name>_min => minimum number of characters for data (def. 0) 6954 # <object_name>_max => maximum number of characters for data (def. inf.)
|