Searched refs:object (Results 76 - 100 of 1264) sorted by relevance

1234567891011>>

/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c44 Elf_Addr _dl_bind(elf_object_t *object, int index);
97 _dl_md_reloc(elf_object_t *object, int rel, int relsz) argument
108 loff = object->obj_base;
109 numrel = object->Dyn.info[relsz] / sizeof(Elf_RelA);
110 relrel = rel == DT_RELA ? object->relcount : 0;
111 rels = (Elf_RelA *)(object->Dyn.info[rel]);
154 sym = object->dyn.symtab;
156 symn = object->dyn.strtab + sym->st_name;
169 SYM_PLT : SYM_NOTPLT), sym, object);
200 dstsym, object);
231 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
261 _dl_bind(elf_object_t *object, int relidx) argument
[all...]
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c45 Elf_Addr _dl_bind(elf_object_t *object, int index);
96 _dl_md_reloc(elf_object_t *object, int rel, int relsz) argument
107 loff = object->obj_base;
108 numrel = object->Dyn.info[relsz] / sizeof(Elf_RelA);
109 relrel = rel == DT_RELA ? object->relcount : 0;
110 rels = (Elf_RelA *)(object->Dyn.info[rel]);
153 sym = object->dyn.symtab;
155 symn = object->dyn.strtab + sym->st_name;
168 SYM_PLT : SYM_NOTPLT), sym, object);
199 dstsym, object);
230 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
260 _dl_bind(elf_object_t *object, int relidx) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.h26 namespace object { namespace in namespace:llvm
32 } // namespace object
47 std::function<bool(object::SymbolRef, object::SymbolRef)>;
53 bool operator()(object::SymbolRef LHS, object::SymbolRef RHS) {
74 virtual void printFileSummary(StringRef FileStr, object::ObjectFile &Obj,
76 const object::Archive *A);
109 virtual bool compareSymbolsByName(object::SymbolRef LHS,
110 object
[all...]
/openbsd-current/usr.sbin/ldapd/
H A Dschema.h94 struct object;
97 struct object *object; member in struct:obj_ptr
101 struct object { struct
102 RB_ENTRY(object) link;
112 RB_HEAD(object_tree, object);
113 RB_PROTOTYPE(object_tree, object, link, obj_oid_cmp);
122 struct object *ou_object;
157 int schema_dump_object(struct object *obj,
167 struct object *lookup_object_by_oi
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h41 void *dispatch_get_context(dispatch_object_t object);
42 void dispatch_retain(dispatch_object_t object);
43 void dispatch_release(dispatch_object_t object);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg04.exp1 # Test reading debug information from in object files.
27 if { [gdb_compile "${toolssubdir}/test-objdbg.cc" "${objdbgdir}/test-objdbg.o" object "debug c++ {additional_flags=-I${toolssubdir} +objdebug}"] != "" } {
31 if { [gdb_compile "${srcsubdir}/x1.cc" "${objdbgdir}/x1.o" object "debug c++ {additional_flags=-I${srcsubdir} +objdebug}"] != "" } {
36 if { [gdb_compile "${srcsubdir}/x2.cc" "${objdbgdir}/x2.o" object "debug c++ {additional_flags=-I${srcsubdir} +objdebug}"] != "" } {
H A Dobjdbg02.exp1 # Test reading debug information from in object files.
26 if { [gdb_compile "${toolssubdir}/test-objdbg.cc" "${objdbgdir}/test-objdbg.o" object "debug c++ {additional_flags=-I${toolssubdir} +objdebug}"] != "" } {
30 if { [gdb_compile "${srcsubdir}/x1.cc" "${objdbgdir}/x1.o" object "debug c++ {additional_flags=-I${srcsubdir} +objdebug}"] != "" } {
35 if { [gdb_compile "${srcsubdir}/x2.cc" "${objdbgdir}/x2.o" object "debug c++ {additional_flags=-I${srcsubdir} +objdebug}"] != "" } {
40 if { [gdb_compile "${srcsubdir}/x3.cc" "${objdbgdir}/x3.o" object "debug c++ {additional_flags=-I${srcsubdir} +objdebug}"] != "" } {
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.h97 // Note: the resulting object keeps a copy of Buffer so it can be discarded once
99 object::OwningBinary<object::ObjectFile> getObjectFromBuffer(StringRef Buffer);
102 object::OwningBinary<object::ObjectFile> getObjectFromFile(StringRef Filename);
109 object::OwningBinary<object::ObjectFile> &&ObjectFileHolder);
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c171 _dl_md_reloc(elf_object_t *object, int rel, int relsz) argument
182 loff = object->obj_base;
183 numrel = object->Dyn.info[relsz] / sizeof(Elf_Rel);
184 relrel = rel == DT_REL ? object->relcount : 0;
185 rels = (Elf_Rel *)(object->Dyn.info[rel]);
226 sym = object->dyn.symtab;
228 symn = object->dyn.strtab + sym->st_name;
241 SYM_PLT:SYM_NOTPLT), sym, object);
269 dstsym, object);
314 _dl_bind(elf_object_t *object, in argument
362 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
[all...]
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c171 _dl_md_reloc(elf_object_t *object, int rel, int relsz) argument
182 loff = object->obj_base;
183 numrel = object->Dyn.info[relsz] / sizeof(Elf_RelA);
184 relrel = rel == DT_RELA ? object->relacount : 0;
185 rels = (Elf_RelA *)(object->Dyn.info[rel]);
226 sym = object->dyn.symtab;
228 symn = object->dyn.strtab + sym->st_name;
241 SYM_PLT:SYM_NOTPLT), sym, object);
269 dstsym, object);
311 _dl_bind(elf_object_t *object, in argument
356 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
[all...]
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp48 // Gets a string from a JSON object using the key, or returns an empty string.
61 // Gets an unsigned integer from a JSON object using the key, or returns the
135 void SetValueForKey(lldb::SBValue &v, llvm::json::Object &object, argument
161 EmplaceSafeString(object, key, result);
177 // "type": "object",
244 llvm::json::Object object; local
245 EmplaceSafeString(object, "name", name.str());
250 object.try_emplace("presentationHint", "locals");
252 object.try_emplace("presentationHint", "registers");
255 object
314 llvm::json::Object object; local
397 llvm::json::Object object; local
517 llvm::json::Object object; local
590 llvm::json::Object object; local
757 llvm::json::Object object; local
804 llvm::json::Object object; local
1038 llvm::json::Object object; local
1092 llvm::json::Object object; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/
H A Dspecial.exp36 set lines [objc_target_compile "$srcdir/$subdir/unclaimed-category-1a.m" "unclaimed-category-1a.o" object "additional_flags=-I${srcdir}/../../libobjc"]
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dlit.cfg.py11 config = object()
12 lit_config = object()
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h34 namespace object { namespace in namespace:llvm
38 } // end namespace object
68 /// Information about the loaded object.
73 using ObjSectionToIDMap = std::map<object::SectionRef, unsigned>;
78 virtual object::OwningBinary<object::ObjectFile>
79 getObjectForDebug(const object::ObjectFile &Obj) const = 0;
82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
160 /// This method is called when object loading is complete and section page
171 /// This method is called after an object ha
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h32 namespace object { namespace in namespace:llvm
37 } // namespace object
43 using namespace object;
78 object::SectionedAddress ModuleOffset);
80 object::SectionedAddress ModuleOffset);
82 object::SectionedAddress ModuleOffset);
85 object::SectionedAddress ModuleOffset);
88 object::SectionedAddress ModuleOffset);
91 object::SectionedAddress ModuleOffset);
94 object
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h17 namespace object { namespace in namespace:llvm
19 } // end namespace object
47 object::ELFObjectFileBase &In, raw_ostream &Out);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepository.pm34 sub make_error_file($self, $object)
36 $object->{errors} = OpenBSD::Temp->file;
37 if (!defined $object->{errors}) {
189 sub close($self, $object, $hint = undef)
191 close($object->{fh}) if defined $object->{fh};
192 if (defined $object->{pid2}) {
194 kill HUP => $object->{pid2};
197 waitpid($object->{pid2}, 0);
200 $self->parse_problems($object
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DArchiveWriter.cpp50 object::Archive::Kind NewArchiveMember::detectKindFromObject() const {
52 Expected<std::unique_ptr<object::ObjectFile>> OptionalObject =
53 object::ObjectFile::createObjectFile(MemBufferRef);
56 return isa<object::MachOObjectFile>(**OptionalObject)
57 ? object::Archive::K_DARWIN
58 : (isa<object::XCOFFObjectFile>(**OptionalObject)
59 ? object::Archive::K_AIXBIG
60 : object::Archive::K_GNU);
62 // Squelch the error in case we had a non-object file.
69 if (auto ObjOrErr = object
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp42 const object::MachOObjectFile &Obj) {
51 // Skip symbols not defined in this object file.
52 if (*SymFlagsOrErr & object::BasicSymbolRef::SF_Undefined)
56 if (!(*SymFlagsOrErr & object::BasicSymbolRef::SF_Global))
61 if (*SymType == object::SymbolRef::ST_File)
99 const object::ELFObjectFileBase &Obj) {
108 // Skip symbols not defined in this object file.
109 if (*SymFlagsOrErr & object::BasicSymbolRef::SF_Undefined)
113 if (!(*SymFlagsOrErr & object::BasicSymbolRef::SF_Global))
118 if (*SymType == object
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dinfo-proc.exp37 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}0.o" object {debug additional_flags=-w}] != "" } {
41 if { [gdb_compile "${srcdir}/${subdir}/${srcfile1}" "${binfile}1.o" object {debug additional_flags=-w}] != "" } {
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dm-static.exp42 if { [gdb_compile "$srcdir/$subdir/$srcfile" "$objdir/$subdir/$objfile" object {debug c++}] != "" } {
46 if { [gdb_compile "$srcdir/$subdir/$srcfile1" "$objdir/$subdir/$objfile1" object {debug c++}] != "" } {
73 # simple object, static const bool
74 gdb_test "print test1.test" "\\$\[0-9\]* = true" "simple object, static const bool"
76 # simple object, static const int
77 gdb_test "print test1.key1" "\\$\[0-9\]* = 5" "simple object, static const int"
79 # simple object, static long
80 gdb_test "print test1.key2" "\\$\[0-9\]* = 77" "simple object, static long"
82 # simple object, static enum
83 gdb_test "print test1.value" "\\$\[0-9\]* = oriental" "simple object, stati
[all...]
H A Dpsmang.exp195 if { [gdb_compile "${srcdir}/${subdir}/${testfile}1.cc" "${testfile}1.o" object {debug c++}] != "" } {
199 if { [gdb_compile "${srcdir}/${subdir}/${testfile}2.cc" "${testfile}2.o" object {debug c++}] != "" } {
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.dwarf2/
H A Ddw2-basic.exp34 if { [gdb_compile "${srcdir}/${subdir}/main.c" "main.o" object {debug}] != "" } {
38 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${testfile}.o" object {nodebug}] != "" } {
H A Ddw2-intercu.exp34 if { [gdb_compile "${srcdir}/${subdir}/main.c" "main.o" object {debug}] != "" } {
38 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${testfile}.o" object {nodebug}] != "" } {
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A Dbackcompat.t14 is(ref($@),"", "Exception is a string, not an object");

Completed in 427 milliseconds

1234567891011>>