Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dregcache.c46 get_regcache (struct thread_info *inf, int fetch) in get_regcache()
204 register_data (int n, int fetch) in register_data()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990628-1.c22 fetch() in fetch() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DBuildID.cpp60 std::optional<std::string> BuildIDFetcher::fetch(BuildIDRef BuildID) const { in fetch() function in llvm::object::BuildIDFetcher
/openbsd-src/usr.sbin/fw_update/
H A Dfw_update.sh110 fetch() { global() function
/openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm442 sub fetch { subroutine
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp427 void LazySymbol::fetch() { cast<ArchiveFile>(file)->addMember(&archiveSymbol); } in fetch() function in lld::wasm::LazySymbol
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp351 bool fetch = false; in GetOSVersion() local
901 bool fetch = false; in GetSystemArchitecture() local
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp2132 Error ArchiveFile::fetch(const object::Archive::Child &c, StringRef reason) { in fetch() function in ArchiveFile
2159 void ArchiveFile::fetch(const object::Archive::Symbol &sym) { in fetch() function in ArchiveFile
/openbsd-src/usr.bin/diff/
H A Ddiffreg.c1097 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) in fetch() function
/openbsd-src/usr.bin/rcs/
H A Ddiff.c1011 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) in fetch() function
/openbsd-src/usr.bin/cvs/
H A Ddiff_internals.c1076 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) in fetch() function
/openbsd-src/usr.sbin/smtpd/
H A Dsmtpd.h374 int (*fetch)(struct table *, enum table_service, char **); member