Home
last modified time | relevance | path

Searched refs:weakFunction1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/regress/libexec/ld.so/edgecases/test3/libbb/
Dbb.c21 int weakFunction1(void) __attribute__((weak));
26 weakFunction1() in weakFunction1() function
47 if (weakFunction1) { in bbTest1()
48 weakFunction1(); in bbTest1()
/openbsd/src/regress/libexec/ld.so/edgecases/test3/libaa/
Daa.c19 int weakFunction1(void) __attribute__((weak));
28 if (weakFunction1) in weakFunction2()
29 weakFunction1(); in weakFunction2()