Home
last modified time | relevance | path

Searched refs:object_name (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/openssl/apps/lib/
H A Dapps_ui.c98 const char *object_name) in ui_prompt_construct() argument
104 if (object_name == NULL && cb_data != NULL) in ui_prompt_construct()
105 object_name = cb_data->prompt_info; in ui_prompt_construct()
106 return UI_construct_prompt(NULL, phrase_desc, object_name); in ui_prompt_construct()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp102 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetObjectPointerValueObject() argument
107 "Couldn't load '{0}' because the context is incomplete", object_name); in GetObjectPointerValueObject()
115 object_name, lldb::eNoDynamicValues, in GetObjectPointerValueObject()
124 llvm::StringRef object_name, in GetObjectPointer() argument
127 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetObjectPointer()
137 object_name); in GetObjectPointer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp847 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetCppObjectPointer() argument
849 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetCppObjectPointer()
866 object_name); in GetCppObjectPointer()
894 llvm::StringRef object_name = in AddArguments() local
910 GetCppObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
912 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()
919 object_name, object_ptr_error.AsCString()); in AddArguments()
H A DClangUserExpression.h209 llvm::StringRef object_name, Status &err);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUserExpression.h287 llvm::StringRef object_name,
305 llvm::StringRef object_name, Status &err);
/freebsd/crypto/openssl/crypto/ui/
H A Dui_lib.c364 const char *object_name) in UI_construct_prompt() argument
369 prompt = ui->meth->ui_construct_prompt(ui, phrase_desc, object_name); in UI_construct_prompt()
379 if (object_name != NULL) in UI_construct_prompt()
380 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt()
387 if (object_name != NULL) { in UI_construct_prompt()
389 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
H A Dui_local.h54 const char *object_name);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp237 ConstString object_name, lldb::offset_t object_offset, in Module() argument
240 m_arch(arch), m_file(file_spec), m_object_name(object_name), in Module()
1008 ConstString object_name) { in SetFileSpecAndObjectName() argument
1013 m_object_name = object_name; in SetFileSpecAndObjectName()
1045 const char *object_name = m_object_name.GetCString(); in GetDescription() local
1046 if (object_name) in GetDescription()
1047 s << llvm::formatv("({0})", object_name); in GetDescription()
1523 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local
1524 if (object_name) { in MatchesModuleSpec()
1525 if (object_name != GetObjectName()) in MatchesModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile() local
278 if (!object_name) in GetObjectFile()
281 Entry *entry = FindEntry(object_name.GetCString()); in GetObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp156 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) { in FindObject() argument
158 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject()
266 ConstString object_name(module_sp->GetObjectName()); in CreateInstance() local
267 if (!object_name) in CreateInstance()
H A DObjectContainerBSDArchive.h142 Object *FindObject(lldb_private::ConstString object_name, in GetObjectAtIndex()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp138 mach_port_t object_name; in RegionMemUsage() local
141 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
/freebsd/crypto/openssl/doc/man3/
H A DUI_new.pod47 const char *phrase_desc, const char *object_name);
153 and an object name I<object_name>, where the latter may be NULL.
155 creates a string "Enter I<phrase_desc> for I<object_name>:"
156 where the " for I<object_name>" part is left out if I<object_name> is NULL.
H A DUI_create_method.pod39 *object_name));
/freebsd/crypto/openssl/include/openssl/
H A Dui.h167 const char *phrase_desc, const char *object_name);
356 *object_name));
H A Dui.h.in152 * object_name is the name of the object
160 * "Enter {phrase_desc} for {object_name}:"
162 * So, if phrase_desc has the value "pass phrase" and object_name has
168 const char *phrase_desc, const char *object_name);
333 *object_name));
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp94 const char *object_name = nullptr; in Dump() local
96 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
100 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump()
101 object_name ? object_name : "", object_name ? ")" : "", in Dump()
H A DObjectFile.cpp814 if (ConstString object_name = module_sp->GetObjectName()) in GetObjectName() local
816 object_name.GetString()) in GetObjectName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h128 ConstString object_name = ConstString(), lldb::offset_t object_offset = 0,
771 void SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp408 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics() local
410 module_stat.path.append(object_name.GetStringRef().str()); in ReportStatistics()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c2603 char *object_name, in sli_cmd_common_write_object() argument
2628 ocs_strncpy(wr_obj->object_name, object_name, sizeof(wr_obj->object_name)); in sli_cmd_common_write_object()
2655 char *object_name) in sli_cmd_common_delete_object() argument
2674 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj->object_name)); in sli_cmd_common_delete_object()
2696 char *object_name, in sli_cmd_common_read_object() argument
2719 ocs_strncpy(rd_obj->object_name, object_name, sizeof(rd_obj->object_name)); in sli_cmd_common_read_object()
H A Dsli4.h2418 uint8_t object_name[104]; member
2448 uint8_t object_name[104]; member
2475 uint8_t object_name[104]; member
2490 uint8_t object_name[104]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp180 ConstString object_name, off_t object_offset, in DebugMapModule() argument
182 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3447 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local
3448 if (object_name) in PrintModule()
3449 strm.Printf("(%s)", object_name); in PrintModule()
/freebsd/sys/dev/oce/
H A Doce_mbox.c1614 strcpy(fwcmd->params.req.object_name, "/prg"); in oce_mbox_lancer_write_flashrom()

12