| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 4004 object_name, in write_varray() 4037 object_name, in write_object() 4067 object_name, in write_object() 4098 object_name, in write_object() 4186 object_name, in write_object() 4218 object_name, in write_object() 4665 object_name, in copy_object() 4752 if (object_name == (char *) 0) in main() 4753 object_name = optarg; in main() 4781 object_name = argv[--argc]; in main() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 103 ConstString &object_name, in GetObjectPointer() argument 110 object_name.AsCString()); in GetObjectPointer() 118 object_name.AsCString(), lldb::eNoDynamicValues, in GetObjectPointer() 133 object_name.AsCString()); in GetObjectPointer()
|
| H A D | ExpressionSourceCode.cpp | 255 ConstString object_name; in GetText() local
|
| /freebsd-12.1/crypto/openssl/crypto/ui/ |
| H A 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() 694 *object_name)) in UI_method_set_prompt_constructor() argument
|
| H A D | ui_locl.h | 54 const char *object_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 722 ConstString object_name; in AddArguments() local 725 object_name.SetCString("this"); in AddArguments() 727 object_name.SetCString("self"); in AddArguments() 737 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments() 742 object_name.AsCString()); in AddArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | 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() 1063 const ConstString &object_name) { in SetFileSpecAndObjectName() argument 1068 m_object_name = object_name; in SetFileSpecAndObjectName() 1101 const char *object_name = m_object_name.GetCString(); in GetDescription() local 1102 if (object_name) in GetDescription() 1103 s->Printf("(%s)", object_name); in GetDescription() 1625 const ConstString &object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local 1626 if (object_name) { in MatchesModuleSpec() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 173 const ConstString &object_name, in FindObject() argument 176 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject() 291 ConstString object_name(module_sp->GetObjectName()); in CreateInstance() local 292 if (!object_name) in CreateInstance()
|
| H A D | ObjectContainerBSDArchive.h | 140 Object *FindObject(const lldb_private::ConstString &object_name,
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ui.h | 153 const char *object_desc, const char *object_name); 313 *object_name));
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_mac.cc | 123 mach_port_t object_name; in RegionMemUsage() local 126 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 80 const char *object_name = nullptr; in Dump() local 82 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 86 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump() 87 object_name ? object_name : "", object_name ? ")" : "", in Dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 153 const ConstString *object_name = nullptr, 906 const ConstString &object_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | UserExpression.h | 305 ConstString &object_name, Status &err);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 64 ConstString object_name(oso_module->GetObjectName()); in GetFileRangeMap() local 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.1/sys/dev/ocs_fc/ |
| H A D | 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()
|
| H A D | 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-12.1/contrib/gdb/gdb/ |
| H A 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.1/crypto/openssl/doc/man3/ |
| H A D | UI_create_method.pod | 39 *object_name));
|
| H A D | UI_new.pod | 47 const char *object_desc, const char *object_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3312 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local 3313 if (object_name) in PrintModule() 3314 strm.Printf("(%s)", object_name); in PrintModule()
|
| /freebsd-12.1/sys/dev/oce/ |
| H A D | oce_mbox.c | 1643 strcpy(fwcmd->params.req.object_name, "/prg"); in oce_mbox_lancer_write_flashrom()
|
| H A D | oce_hw.h | 1672 uint8_t object_name[104]; member
|