Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R-Fuzz/symsan
/ functions
Functions
4,056 in github.com/R-Fuzz/symsan
⨍
Functions
4,056
◇
Types & classes
1,166
↓ 1 callers
Function
GetHandleSignalModeImpl
runtime/sanitizer_common/sanitizer_mac.cpp:591
↓ 1 callers
Function
GetHandleSignalModeImpl
runtime/sanitizer_common/sanitizer_linux.cpp:1743
↓ 1 callers
Function
GetInstrumentedPCs
(binary)
runtime/sanitizer_common/scripts/sancov.py:191
↓ 1 callers
Function
GetKernelAreaSize
Take care of unusable kernel area in top gigabyte.
runtime/sanitizer_common/sanitizer_linux.cpp:1004
↓ 1 callers
Function
GetMacosAlignedVersionInternal
runtime/sanitizer_common/sanitizer_mac.cpp:708
↓ 1 callers
Method
GetMaxAliveThreads
runtime/sanitizer_common/sanitizer_thread_registry.cpp:131
↓ 1 callers
Function
GetMaxUserVirtualAddress
runtime/sanitizer_common/sanitizer_win.cpp:82
↓ 1 callers
Function
GetMaxUserVirtualAddress
runtime/sanitizer_common/sanitizer_fuchsia.cpp:123
↓ 1 callers
Function
GetMaxVirtualAddress
runtime/sanitizer_common/sanitizer_mac.cpp:1210
↓ 1 callers
Function
GetMaxVirtualAddress
runtime/sanitizer_common/sanitizer_linux.cpp:1038
↓ 1 callers
Function
GetMemoryProfile
FIXME implement on this platform.
runtime/sanitizer_common/sanitizer_mac.cpp:1320
↓ 1 callers
Function
GetMmapGranularity
runtime/interception/interception_win.cpp:162
↓ 1 callers
Function
GetModuleAndOffsetForPc
runtime/sanitizer_common/sanitizer_stacktrace_libcdep.cpp:169
↓ 1 callers
Method
GetModuleNameAndOffsetForPC
This is used mostly for suppression matching. Making it work would enable "interceptor_via_lib" suppressions. It's also used once in UBSan to say "i
runtime/sanitizer_common/sanitizer_symbolizer_markup.cpp:51
↓ 1 callers
Function
GetNamedMappingFd
runtime/sanitizer_common/sanitizer_posix.cpp:345
↓ 1 callers
Function
GetNumberOfCPUs
runtime/sanitizer_common/sanitizer_mac.cpp:1417
↓ 1 callers
Method
GetNumberOfThreads
runtime/sanitizer_common/sanitizer_thread_registry.cpp:122
↓ 1 callers
Function
GetOSMajorKernelOffset
Offset example: XNU 17 -- macOS 10.13 -- iOS 11 -- tvOS 11 -- watchOS 4
runtime/sanitizer_common/sanitizer_mac.cpp:621
↓ 1 callers
Function
GetOSVersion
runtime/sanitizer_common/sanitizer_mac.cpp:646
↓ 1 callers
Method
GetOrCreate
runtime/sanitizer_common/sanitizer_stack_store.cpp:141
↓ 1 callers
Method
GetOrUnpack
runtime/sanitizer_common/sanitizer_stack_store.cpp:253
↓ 1 callers
Method
GetOwnedCopy
runtime/sanitizer_common/sanitizer_symbolizer.cpp:106
↓ 1 callers
Function
GetPageSize
runtime/sanitizer_common/sanitizer_common.h:64
↓ 1 callers
Function
GetPathAssumingFileIsRelativeToExec
runtime/sanitizer_common/sanitizer_suppressions.cpp:34
↓ 1 callers
Function
GetPcSpBp
runtime/sanitizer_common/sanitizer_mac.cpp:894
↓ 1 callers
Function
GetPcSpBp
runtime/sanitizer_common/sanitizer_linux.cpp:2022
↓ 1 callers
Function
GetPreferredBase
Read the file to extract the ImageBase field from the PE header. If ASLR is disabled and this virtual address is available, the loader will typically
runtime/sanitizer_common/sanitizer_win.cpp:583
↓ 1 callers
Function
GetRSS
runtime/sanitizer_common/sanitizer_mac.cpp:747
↓ 1 callers
Function
GetRss
runtime/sanitizer_common/tests/sanitizer_allocator_testlib.cpp:69
↓ 1 callers
Function
GetStaticTlsBoundary
runtime/sanitizer_common/sanitizer_linux_libcdep.cpp:378
↓ 1 callers
Method
GetStorageSize
runtime/sanitizer_common/sanitizer_ring_buffer.h:91
↓ 1 callers
Function
GetTaskInfoMaxAddress
runtime/sanitizer_common/sanitizer_mac.cpp:1169
↓ 1 callers
Method
GetThread
runtime/sanitizer_common/sanitizer_stoptheworld_mac.cpp:116
↓ 1 callers
Function
GetThreadContext
runtime/sanitizer_common/tests/sanitizer_thread_registry_test.cpp:26
↓ 1 callers
Function
GetThreadSelf
runtime/sanitizer_common/sanitizer_win.cpp:110
↓ 1 callers
Function
GetThreadSelf
runtime/sanitizer_common/sanitizer_rtems.cpp:64
↓ 1 callers
Function
GetThreadSelf
runtime/sanitizer_common/sanitizer_fuchsia.cpp:68
↓ 1 callers
Function
GetThreadStackAndTls
runtime/sanitizer_common/sanitizer_mac.cpp:566
↓ 1 callers
Function
GetThreadStackTopAndBottom
runtime/sanitizer_common/sanitizer_win.cpp:115
↓ 1 callers
Function
GetThreadStackTopAndBottom
runtime/sanitizer_common/sanitizer_rtems.cpp:78
↓ 1 callers
Function
GetThreadStackTopAndBottom
runtime/sanitizer_common/sanitizer_linux_libcdep.cpp:102
↓ 1 callers
Function
GetTid
In contrast to POSIX, on Windows GetCurrentThreadId() returns a system-unique identifier.
runtime/sanitizer_common/sanitizer_win.cpp:106
↓ 1 callers
Function
GetTlsSize
runtime/sanitizer_common/sanitizer_mac.cpp:535
↓ 1 callers
Function
Ident
runtime/sanitizer_common/tests/sanitizer_test_utils.h:76
↓ 1 callers
Method
InAsmBlock
Check if we are currently one level inside an inline ASM block. Returns: True if the top of the stack is a block containing inline ASM.
runtime/sanitizer_common/scripts/cpplint.py:2465
↓ 1 callers
Method
InExternC
Check if we are currently one level inside an 'extern "C"' block. Returns: True if top of the stack is an extern block, False otherwise.
runtime/sanitizer_common/scripts/cpplint.py:2449
↓ 1 callers
Method
InNamespaceBody
Check if we are currently one level inside a namespace body. Returns: True if top of the stack is a namespace block, False otherwise.
runtime/sanitizer_common/scripts/cpplint.py:2441
↓ 1 callers
Method
InTemplateArgumentList
Check if current position is inside template argument list. Args: clean_lines: A CleansedLines instance containing the file. linenum:
runtime/sanitizer_common/scripts/cpplint.py:2473
↓ 1 callers
Method
IncrementErrorCount
Bumps the module's error statistic.
runtime/sanitizer_common/scripts/cpplint.py:943
↓ 1 callers
Method
Init
runtime/sanitizer_common/sanitizer_allocator_bytemap.h:21
↓ 1 callers
Method
Init
runtime/sanitizer_common/sanitizer_flat_map.h:36
↓ 1 callers
Method
Init
runtime/sanitizer_common/sanitizer_allocator_local_cache.h:22
↓ 1 callers
Method
InitAligned
runtime/sanitizer_common/sanitizer_common_libcdep.cpp:139
↓ 1 callers
Method
InitCache
runtime/sanitizer_common/sanitizer_allocator_combined.h:155
↓ 1 callers
Function
InitShadowBounds
runtime/sanitizer_common/sanitizer_fuchsia.cpp:121
↓ 1 callers
Method
InitTracePcGuard
runtime/sanitizer_common/sanitizer_coverage_libcdep_new.cpp:118
↓ 1 callers
Method
InitTracePcGuard
This is called from global constructors. Each translation unit has a contiguous array of guard slots, and a constructor that calls here with the boun
runtime/sanitizer_common/sanitizer_coverage_fuchsia.cpp:72
↓ 1 callers
Method
Initialize
runtime/sanitizer_common/sanitizer_common.h:486
↓ 1 callers
Function
InitializeFlags
runtime/dfsan/dfsan.cpp:1819
↓ 1 callers
Function
InitializeInterceptors
runtime/dfsan/dfsan_interceptors.cpp:70
↓ 1 callers
Function
InitializePlatformCommonFlags
runtime/sanitizer_common/sanitizer_mac.cpp:1421
↓ 1 callers
Function
InitializePlatformEarly
runtime/dfsan/dfsan.cpp:1832
↓ 1 callers
Function
InitializeSancovFlags
runtime/sanitizer_common/sancov_flags.cpp:44
↓ 1 callers
Function
InitializeStringMaps
runtime/dfsan/dfsan.cpp:1644
↓ 1 callers
Function
InitializeSwiftDemangler
This must not happen lazily at symbolication time, because dlsym uses malloc and thread-local storage, which is not a good thing to do during symbolic
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:73
↓ 1 callers
Function
InitializeSymSanSolver
solvers/z3.cpp:410
↓ 1 callers
Function
InitializeTaintFile
runtime/dfsan/dfsan.cpp:1479
↓ 1 callers
Function
InitializeTaintSocket
runtime/dfsan/dfsan.cpp:1529
↓ 1 callers
Function
InitializeUCSanSolver
backend/thoroupy.cpp:310
↓ 1 callers
Function
InstallMallocFreeHooks
runtime/sanitizer_common/sanitizer_common.cpp:328
↓ 1 callers
Function
InterestingDLLsAvailable
runtime/interception/interception_win.cpp:890
↓ 1 callers
Function
InternalCalloc
runtime/sanitizer_common/sanitizer_allocator.cpp:112
↓ 1 callers
Function
InternalRealloc
runtime/sanitizer_common/sanitizer_allocator.cpp:93
↓ 1 callers
Function
IntervalsAreSeparate
runtime/sanitizer_common/sanitizer_posix.cpp:216
↓ 1 callers
Function
IsAbsolutePath
runtime/sanitizer_common/sanitizer_win.cpp:547
↓ 1 callers
Function
IsAccessibleMemoryRange
runtime/sanitizer_common/sanitizer_posix_libcdep.cpp:271
↓ 1 callers
Method
IsAllocated
runtime/sanitizer_common/sanitizer_allocator_primary64.h:432
↓ 1 callers
Function
IsAllocatorOutOfMemory
runtime/sanitizer_common/sanitizer_allocator.cpp:177
↓ 1 callers
Function
IsAlpha
runtime/sanitizer_common/sanitizer_win.cpp:542
↓ 1 callers
Function
IsBlockInNameSpace
Checks that the new block is directly in a namespace. Args: nesting_state: The _NestingState object that contains info about our state. is_
runtime/sanitizer_common/scripts/cpplint.py:5718
↓ 1 callers
Function
IsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
runtime/sanitizer_common/scripts/cpplint.py:1271
↓ 1 callers
Function
IsDerivedFunction
Check if current line contains an inherited function. Args: clean_lines: A CleansedLines instance containing the file. linenum: The number
runtime/sanitizer_common/scripts/cpplint.py:4933
↓ 1 callers
Function
IsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
runtime/sanitizer_common/scripts/cpplint.py:639
↓ 1 callers
Function
IsForwardClassDeclaration
(clean_lines, linenum)
runtime/sanitizer_common/scripts/cpplint.py:2201
↓ 1 callers
Function
IsHex
runtime/sanitizer_common/sanitizer_procmaps_common.cpp:57
↓ 1 callers
Method
IsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: clean_lines: A CleansedLines instance containing the file.
runtime/sanitizer_common/scripts/cpplint.py:787
↓ 1 callers
Function
IsInitializerList
Check if current line is inside constructor initializer list. Args: clean_lines: A CleansedLines instance containing the file. linenum: The
runtime/sanitizer_common/scripts/cpplint.py:4971
↓ 1 callers
Function
IsMacroDefinition
(clean_lines, linenum)
runtime/sanitizer_common/scripts/cpplint.py:2191
↓ 1 callers
Function
IsModuleInstrumented
runtime/sanitizer_common/sanitizer_procmaps_mac.cpp:280
↓ 1 callers
Function
IsOutOfLineMethodDefinition
Check if current line contains an out-of-line method definition. Args: clean_lines: A CleansedLines instance containing the file. linenum:
runtime/sanitizer_common/scripts/cpplint.py:4955
↓ 1 callers
Method
IsPacked
runtime/sanitizer_common/sanitizer_stack_store.cpp:374
↓ 1 callers
Function
IsPathSeparator
runtime/sanitizer_common/sanitizer_rtems.cpp:257
↓ 1 callers
Function
IsPathSeparator
runtime/sanitizer_common/sanitizer_posix.cpp:262
↓ 1 callers
Function
IsSameModule
runtime/sanitizer_common/sanitizer_symbolizer_libcdep.cpp:468
↓ 1 callers
Method
IsSource
File has a source file extension.
runtime/sanitizer_common/scripts/cpplint.py:1183
↓ 1 callers
Function
IsSpace
Char handling
runtime/sanitizer_common/sanitizer_common.h:468
↓ 1 callers
Method
IsStackOverflow
runtime/sanitizer_common/sanitizer_win.cpp:944
↓ 1 callers
Method
IsWritable
runtime/sanitizer_common/sanitizer_procmaps.h:46
↓ 1 callers
Function
LeakyResetEnv
Change the value of the env var |name|, leaking the original value. If |name_value| is NULL, the variable is deleted from the environment, otherwise t
runtime/sanitizer_common/sanitizer_mac.cpp:959
↓ 1 callers
Function
LintFile
Check that each RUN command can be executed with an emulator Args: p: str, valid path to a file Returns: The number of errors detected.
runtime/sanitizer_common/scripts/litlint.py:39
← previous
next →
1,101–1,200 of 4,056, ranked by callers