Home
last modified time | relevance | path

Searched refs:obj1func1 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Dtestobj1_1.c4 obj1func1 (int a) in obj1func1() function
Dtestobj.h5 extern int obj1func1 (int);
Dtestobj1.c7 obj1func1 (int a __attribute__ ((unused))) in obj1func1() function
Dtestobj2.c16 return obj1func1 (a) + 10; in obj2func2()