/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | bsd.py | 236 for object_name in args: 238 matches = archive.find(object_name) 245 object_name)) 252 for object_name in args: 254 matches = archive.find(object_name) 260 object_name, archive.path)) 344 if options.object_name: 356 options.object_name)) 362 options.object_name)) 412 matches = archive.find(object_name, f=result) [all …]
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | UserExpression.cpp | 102 lldb::StackFrameSP frame_sp, ConstString const &object_name, Status &err) { in GetObjectPointerValueObject() argument 108 object_name.AsCString()); in GetObjectPointerValueObject() 116 object_name.GetStringRef(), lldb::eNoDynamicValues, in GetObjectPointerValueObject() 125 ConstString &object_name, in GetObjectPointer() argument 128 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetObjectPointer() 138 object_name.AsCString()); in GetObjectPointer()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 4120 object_name, 4156 object_name, in write_object() 4190 object_name, in write_object() 4225 object_name, in write_object() 4317 object_name, in write_object() 4353 object_name, in write_object() 4801 object_name, in copy_object() 4890 if (object_name == (char *) 0) 4891 object_name = optarg; 4905 object_name = argv[--argc]; [all …]
|
/openbsd/gnu/gcc/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 …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 876 lldb::StackFrameSP frame_sp, ConstString &object_name, Status &err) { in GetCppObjectPointer() argument 878 GetObjectPointerValueObject(std::move(frame_sp), object_name, err); in GetCppObjectPointer() 896 object_name.AsCString()); in GetCppObjectPointer() 915 ConstString object_name; in AddArguments() local 918 object_name.SetCString("this"); in AddArguments() 920 object_name.SetCString("self"); in AddArguments() 940 GetCppObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments() 942 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments() 949 object_name.AsCString(), object_ptr_error.AsCString()); in AddArguments()
|
H A D | ClangUserExpression.h | 204 ConstString &object_name, Status &err);
|
/openbsd/usr.sbin/pkg_add/ |
H A D | pkg_mklocatedb | 68 sub object_name($self, $state) 81 $self->object_name($state), "\n"; 127 $self->object_name($state), "/\n";
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | UserExpression.h | 281 ConstString &object_name, Status &err); 298 ConstString const &object_name, Status &err);
|
/openbsd/lib/libcrypto/ui/ |
H A D | ui.h | 195 const char *object_name); 335 const char *object_name));
|
H A D | ui_lib.c | 353 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) in UI_construct_prompt() argument 359 object_name); in UI_construct_prompt() 364 if (object_name == NULL) { in UI_construct_prompt() 369 object_name) == -1) in UI_construct_prompt() 664 const char *object_name)) in UI_method_set_prompt_constructor() argument
|
H A D | ui_local.h | 101 const char *object_name);
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.cpp | 277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile() local 278 if (!object_name) in GetObjectFile() 281 Entry *entry = FindEntry(object_name.GetCString()); in GetObjectFile()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Module.cpp | 236 const ConstString *object_name, lldb::offset_t object_offset, in Module() argument 249 if (object_name) in Module() 250 m_object_name = *object_name; in Module() 1075 ConstString object_name) { in SetFileSpecAndObjectName() argument 1080 m_object_name = object_name; in SetFileSpecAndObjectName() 1112 const char *object_name = m_object_name.GetCString(); in GetDescription() local 1113 if (object_name) in GetDescription() 1114 s << llvm::formatv("({0})", object_name); in GetDescription() 1585 ConstString object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local 1586 if (object_name) { in MatchesModuleSpec() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 138 mach_port_t object_name; in RegionMemUsage() local 141 (vm_region_info_t)&vm_region_info, &count, &object_name); in RegionMemUsage()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 285 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) { in FindObject() argument 287 m_object_name_to_index_map.FindFirstValueForName(object_name); in FindObject() 395 ConstString object_name(module_sp->GetObjectName()); in CreateInstance() local 396 if (!object_name) in CreateInstance()
|
H A D | ObjectContainerBSDArchive.h | 149 Object *FindObject(lldb_private::ConstString object_name,
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Statistics.cpp | 219 if (ConstString object_name = module->GetObjectName()) { in ReportStatistics() local 221 module_stat.path.append(object_name.GetStringRef().str()); in ReportStatistics()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Symtab.cpp | 95 const char *object_name = nullptr; in Dump() local 97 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump() 101 file_spec.GetPath().c_str(), object_name ? "(" : "", in Dump() 102 object_name ? object_name : "", object_name ? ")" : "", in Dump()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Module.h | 127 const ConstString *object_name = nullptr, 812 void SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name);
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | More.pm | 736 my( $class, $args, $object_name ) = @_; 744 isa_ok $obj, $class, $object_name;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gnu-nat.c | 2332 mach_port_t object_name; in gnu_write_inferior() local 2344 &object_name, in gnu_write_inferior() 2495 mach_port_t object_name; in gnu_find_memory_regions() local 2507 &object_name, in gnu_find_memory_regions()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.cpp | 175 const ConstString *object_name, off_t object_offset, in DebugMapModule() argument 177 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 3221 const char *object_name = module->GetObjectName().GetCString(); in PrintModule() local 3222 if (object_name) in PrintModule() 3223 strm.Printf("(%s)", object_name); in PrintModule()
|
/openbsd/sys/dev/pci/ |
H A D | if_ocereg.h | 1060 uint8_t object_name[104]; member
|