Home
last modified time | relevance | path

Searched defs:exports (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DFlatNamespaceFile.h30 OwningAtomPtr<SharedLibraryAtom> exports(StringRef name) const override { in exports() function
H A DFile.h292 OwningAtomPtr<SharedLibraryAtom> exports(StringRef name) const override { in exports() function
344 OwningAtomPtr<SharedLibraryAtom> exports(StringRef name, in exports() function
/freebsd-12.1/include/rpcsvc/
H A Dmount.x137 typedef struct exportnode *exports; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp159 std::set<ClangModulesDeclVendor::ModuleID> &exports, in ReportModuleExportsHelper()
176 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports()
/freebsd-12.1/contrib/binutils/ld/
H A Ddeffile.h75 def_file_export *exports; member
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h140 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports() function
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dgen.c81 static struct sexport *exports = NULL; variable
/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc892 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local
/freebsd-12.1/contrib/gcc/
H A Dcollect2.c201 static struct head exports; /* list of exported symbols */ variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3016 MachOObjectFile::exports(Error &E, ArrayRef<uint8_t> Trie, in exports() function in MachOObjectFile
3030 iterator_range<export_iterator> MachOObjectFile::exports(Error &Err) const { in exports() function in MachOObjectFile