Searched refs:is_loaded (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/
H A DLoaded.pm10 @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded];
22 $loc = is_loaded('Foo'); # location of Foo.pm set to the
55 my $where = is_loaded( $pm );
80 unless( defined is_loaded( $pm ) ) {
90 =head2 $loc = is_loaded( PACKAGE );
92 C<is_loaded> tells you if C<PACKAGE> has been marked as loaded yet.
100 sub is_loaded (*) { subroutine
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp108 bool is_loaded = false; local
110 m_process->GetFileLoadAddress(file_spec, is_loaded, load_addr);
112 if (status.Success() && is_loaded && load_addr != LLDB_INVALID_ADDRESS) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp533 bool is_loaded = false; local
535 m_process->GetFileLoadAddress(entry.file_spec, is_loaded, load_addr);
536 if (error.Success() && is_loaded)
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp891 bool is_loaded = IsLoaded(); local
893 if (is_loaded && m_module_sp && IsKernel()) {
914 if (is_loaded && m_module_sp) {
920 return is_loaded;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h203 Status GetFileLoadAddress(const FileSpec &file, bool &is_loaded,
H A DProcessGDBRemote.cpp4607 bool &is_loaded,
4609 is_loaded = false;
4628 is_loaded = false;
4638 is_loaded = true;
4606 GetFileLoadAddress(const FileSpec &file, bool &is_loaded, lldb::addr_t &load_addr) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2423 /// \param[out] is_loaded
2430 virtual Status GetFileLoadAddress(const FileSpec &file, bool &is_loaded, argument

Completed in 222 milliseconds