OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_dlsym_symbol
(Results
1 - 3
of
3
) sorted by null
/bionic/tests/libs/
dlsym_from_this_symbol.cpp
17
int
test_dlsym_symbol
= 42;
variable
dlsym_from_this_symbol2.cpp
17
int
test_dlsym_symbol
= 43;
variable
dlsym_from_this_functions.cpp
19
extern int
test_dlsym_symbol
;
21
int
test_dlsym_symbol
= -1;
variable
25
int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "
test_dlsym_symbol
"));
45
int* result = static_cast<int*>(dlsym(RTLD_NEXT, "
test_dlsym_symbol
"));
Completed in 362 milliseconds