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

  /external/clang/test/Index/Inputs/
foo.h 4 void bar_func(void);
t2.c 5 void bar_func(void) { function
t1.c 8 bar_func();
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
zoo.cpp 17 void (*bar_func)();
19 bar_func = reinterpret_cast<void (*)()>(dlsym(bar_lib, "Bar"));
20 if (!bar_func) {
24 printf("%s: Found 'Bar' symbol at @%p\n", __FUNCTION__, bar_func);
28 (*bar_func)();
test_load_library_depends.cpp 32 FunctionPtr bar_func; local
34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
39 (*bar_func)();
test_two_shared_relros.cpp 71 FunctionPtr bar_func; local
73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func)))
77 (*bar_func)();

Completed in 87 milliseconds