OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main_tls_modid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp
359
static size_t
main_tls_modid
;
member in namespace:__sanitizer
370
main_tls_modid
= 1;
372
main_tls_modid
= 0;
378
main_tls_modid
= 1;
382
if (tls_modid <
main_tls_modid
)
415
// Find the range with tls_modid ==
main_tls_modid
. For glibc, because
419
while (one != len && ranges[one].tls_modid !=
main_tls_modid
) ++one;
sanitizer_linux_libcdep.cpp
359
static size_t
main_tls_modid
;
member in namespace:__sanitizer
370
main_tls_modid
= 1;
372
main_tls_modid
= 0;
378
main_tls_modid
= 1;
382
if (tls_modid <
main_tls_modid
)
415
// Find the range with tls_modid ==
main_tls_modid
. For glibc, because
419
while (one != len && ranges[one].tls_modid !=
main_tls_modid
) ++one;
Completed in 30 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026