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

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
stack_profile.h 3 unsigned long check_stack(unsigned long *base);
  /external/compiler-rt/lib/asan/
asan_stack.cc 134 AsanStackTrace check_stack;
135 UncompressStack(&check_stack, compressed, size);
136 if (res < check_stack.size) {
137 Printf("res %zu check_stack.size %zu; c_size %zu\n", res,
138 check_stack.size, size);
140 // |res| may be greater than check_stack.size, because
142 CHECK(res >= check_stack.size);
143 CHECK(0 == REAL(memcmp)(check_stack.trace, stack->trace,
144 check_stack.size * sizeof(uintptr_t)));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
stack_profile.c 54 static unsigned long check_stack(unsigned long *base) function
69 to = check_stack(&from);
96 to = check_stack(&from);
  /sdk/emulator/qtools/
Android.mk 100 LOCAL_SRC_FILES := check_stack.cpp trace_reader.cpp decoder.cpp armdis.cpp \
104 LOCAL_MODULE := check_stack
  /build/core/
user_tags.mk 68 check_stack \

Completed in 127 milliseconds