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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
gc.c 12 used_func (int v) function
20 return used_func (5);
29 after the definitions of main() and used_func(), rather than
37 __asm__(".ifndef used_func\n\
38 .global used_func\n\
39 .set used_func, _used_func\n\
gc.exp 76 if {![info exists nm_output(used_func)] \
99 test_gc "Check --gc-section/-r/-u" "gcrel" $ld "-r --gc-sections -u used_func"
  /external/clang/test/PCH/
namespaces.cpp 37 using N1::used_func;
38 void (*pused)() = used_func;
  /external/clang/test/PCH/Inputs/
namespaces.h 10 void used_func();

Completed in 199 milliseconds