HomeSort by relevance Sort by last modified time
    Searched refs:is_bss (Results 1 - 4 of 4) sorted by null

  /system/extras/showmap/
showmap.c 25 int is_bss; member in struct:mapinfo
45 int is_bss = 0; local
64 is_bss = 1;
79 info->is_bss = is_bss;
140 current->is_bss &= map->is_bss;
290 printf("%s%s\n", mi->name, mi->is_bss ? " [bss]" : "");
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 225 bool is_bss = offset == 0 && local
229 if (is_bss)
  /external/valgrind/main/VEX/switchback/
linker.c     [all...]
  /external/valgrind/main/VEX/unused/
linker.c 978 int is_bss = FALSE; local
1002 is_bss = TRUE;
1005 if (is_bss && shdr[i].sh_size > 0) {
    [all...]

Completed in 444 milliseconds