OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_bss
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
284
bool
is_bss
= offset == 0 &&
local
288
if (
is_bss
)
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
290
bool
is_bss
= offset == 0 &&
local
294
if (
is_bss
)
Completed in 506 milliseconds