Home
last modified time | relevance | path

Searched refs:dlsym_linear_lookup (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Ddlfcn.cpp88 sym = dlsym_linear_lookup(symbol, &found, NULL); in dlsym()
95 sym = dlsym_linear_lookup(symbol, &found, si->next); in dlsym()
Dlinker.h182 Elf32_Sym* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start);
Dlinker.cpp605 Elf32_Sym* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start) { in dlsym_linear_lookup() function