OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undef_func
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
weakundef.c
3
#pragma weak
undef_func
macro
5
extern int
undef_func
(void);
6
int (*ptr_to_func)(void) =
undef_func
;
/external/llvm/test/Object/Inputs/
shared.ll
28
declare i32 @
undef_func
(...)
Completed in 842 milliseconds