Searched refs:object_name (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dbsd.py236 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))
275 dest='object_name',
344 if options.object_name:
346 matches = archive.find(options.object_name, options.mtime)
356 options.object_name))
[all...]
/openbsd-current/lib/libcrypto/ui/
H A Dui_local.h96 and object_name is the name of the object (might be a card name or
101 const char *object_name);
H A Dui.h179 * and object_name is the name of the object (might be a card name or
187 * "Enter {object_desc} for {object_name}:"
189 * So, if object_desc has the value "pass phrase" and object_name has
195 const char *object_name);
335 const char *object_name));
H A Dui_lib.c353 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
359 object_name);
364 if (object_name == NULL) {
369 object_name) == -1)
664 const char *object_name))
662 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI *ui, const char *object_desc, const char *object_name)) argument
/openbsd-current/usr.sbin/pkg_add/
H A Dpkg_mklocatedb68 sub object_name($self, $state)
81 $self->object_name($state), "\n";
127 $self->object_name($state), "/\n";
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp102 lldb::StackFrameSP frame_sp, ConstString const &object_name, Status &err) {
108 object_name.AsCString());
116 object_name.GetStringRef(), lldb::eNoDynamicValues,
125 ConstString &object_name,
128 GetObjectPointerValueObject(std::move(frame_sp), object_name, err);
138 object_name.AsCString());
101 GetObjectPointerValueObject( lldb::StackFrameSP frame_sp, ConstString const &object_name, Status &err) argument
124 GetObjectPointer(lldb::StackFrameSP frame_sp, ConstString &object_name, Status &err) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Expression/
H A DUserExpression.h281 ConstString &object_name, Status &err);
288 /// \param[in] object_name Name of the variable in the current stack frame
294 /// with 'object_name' in the current 'frame'. Otherwise, returns
298 ConstString const &object_name, Status &err);
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tfile.c1510 static char *object_name = (char *) 0; /* tmp. name of object file */
4026 pfatal_with_name (object_name);
4036 pfatal_with_name (object_name);
4041 object_name,
4070 pfatal_with_name (object_name);
4075 object_name,
4087 pfatal_with_name (object_name);
4100 pfatal_with_name (object_name);
4105 object_name,
4118 pfatal_with_name (object_name);
1502 static char *object_name = (char *) 0; /* tmp. name of object file */ variable
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1585 static char *object_name = (char *) 0; /* tmp. name of object file */
4141 pfatal_with_name (object_name);
4151 pfatal_with_name (object_name);
4156 object_name,
4188 pfatal_with_name (object_name);
4193 object_name,
4205 pfatal_with_name (object_name);
4222 pfatal_with_name (object_name);
4227 object_name,
4240 pfatal_with_name (object_name);
1577 static char *object_name = (char *) 0; /* tmp. name of object file */ variable
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp277 ConstString object_name = module_sp->GetObjectName();
278 if (!object_name)
281 Entry *entry = FindEntry(object_name.GetCString());
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp876 lldb::StackFrameSP frame_sp, ConstString &object_name, Status &err) {
878 GetObjectPointerValueObject(std::move(frame_sp), object_name, err);
896 object_name.AsCString());
915 ConstString object_name;
918 object_name.SetCString("this");
920 object_name.SetCString("self");
940 GetCppObjectPointer(frame_sp, object_name, object_ptr_error);
942 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error);
949 object_name.AsCString(), object_ptr_error.AsCString());
875 GetCppObjectPointer( lldb::StackFrameSP frame_sp, ConstString &object_name, Status &err) argument
H A DClangUserExpression.h204 ConstString &object_name, Status &err);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp138 mach_port_t object_name; local
141 (vm_region_info_t)&vm_region_info, &count, &object_name);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp285 ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) {
287 m_object_name_to_index_map.FindFirstValueForName(object_name);
395 ConstString object_name(module_sp->GetObjectName());
396 if (!object_name)
284 FindObject( ConstString object_name, const llvm::sys::TimePoint<> &object_mod_time) argument
H A DObjectContainerBSDArchive.h149 Object *FindObject(lldb_private::ConstString object_name,
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DModule.cpp236 const ConstString *object_name, lldb::offset_t object_offset,
249 if (object_name)
250 m_object_name = *object_name;
1075 ConstString object_name) {
1080 m_object_name = object_name;
1112 const char *object_name = m_object_name.GetCString(); local
1113 if (object_name)
1114 s << llvm::formatv("({0})", object_name);
1585 ConstString object_name = module_ref.GetObjectName(); local
1586 if (object_name) {
235 Module(const FileSpec &file_spec, const ArchSpec &arch, const ConstString *object_name, lldb::offset_t object_offset, const llvm::sys::TimePoint<> &object_mod_time) argument
1074 SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp219 if (ConstString object_name = module->GetObjectName()) {
221 module_stat.path.append(object_name.GetStringRef().str());
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp95 const char *object_name = nullptr; local
97 object_name = m_objfile->GetModule()->GetObjectName().GetCString();
101 file_spec.GetPath().c_str(), object_name ? "(" : "",
102 object_name ? object_name : "", object_name ? ")" : "",
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h116 /// \param[in] object_name
127 const ConstString *object_name = nullptr,
812 void SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm599 isa_ok($object, $class, $object_name);
600 isa_ok($subclass, $class, $object_name);
626 you'd like them to be more specific, you can supply an $object_name
715 my $obj = new_ok( $class => \@args, $object_name );
723 isa_ok $obj, $class, $object_name;
736 my( $class, $args, $object_name ) = @_;
744 isa_ok $obj, $class, $object_name;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c2367 mach_port_t object_name;
2379 &object_name,
2531 mach_port_t object_name;
2543 &object_name,
2332 mach_port_t object_name; local
2495 mach_port_t object_name; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp175 const ConstString *object_name, off_t object_offset,
177 : Module(file_spec, arch, object_name, object_offset, object_mod_time),
173 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec &file_spec, const ArchSpec &arch, const ConstString *object_name, off_t object_offset, const llvm::sys::TimePoint<> object_mod_time) argument
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3221 const char *object_name = module->GetObjectName().GetCString(); local
3222 if (object_name)
3223 strm.Printf("(%s)", object_name);
/openbsd-current/sys/dev/pci/
H A Dif_ocereg.h1060 uint8_t object_name[104]; member in struct:mbx_lancer_common_write_object::__anon374::__anon375

Completed in 480 milliseconds