Home
last modified time | relevance | path

Searched refs:is_bss (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc275 bool is_bss = offset == 0 && in InitDataSeg() local
279 if (is_bss) in InitDataSeg()
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc284 bool is_bss = offset == 0 && in InitDataSeg() local
288 if (is_bss) in InitDataSeg()
/external/valgrind/VEX/unused/
Dlinker.c978 int is_bss = FALSE; in ocGetNames_ELF() local
1002 is_bss = TRUE; in ocGetNames_ELF()
1005 if (is_bss && shdr[i].sh_size > 0) { in ocGetNames_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c1141 int is_bss = FALSE;
1165 is_bss = TRUE;
1168 if (is_bss && shdr[i].sh_size > 0) {