OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LibIgnore
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc
22
LibIgnore
::
LibIgnore
(LinkerInitialized) {
25
void
LibIgnore
::AddIgnoredLibrary(const char *name_templ) {
39
void
LibIgnore
::OnLibraryLoaded(const char *name) {
123
void
LibIgnore
::OnLibraryUnloaded() {
sanitizer_libignore.h
10
//
LibIgnore
allows to ignore all interceptors called from a particular set
11
// of dynamic libraries.
LibIgnore
can be initialized with several templates
27
class
LibIgnore
{
29
explicit
LibIgnore
(LinkerInitialized);
86
// Disallow copying of
LibIgnore
objects.
87
LibIgnore
(const
LibIgnore
&); // not implemented
88
void operator = (const
LibIgnore
&); // not implemented
91
inline bool
LibIgnore
::IsIgnored(uptr pc, bool *pc_in_ignored_lib) const {
105
inline bool
LibIgnore
::IsPcInstrumented(uptr pc) const
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025