Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp97 static inline bool lookup_symbol(Relocator& relocator, uint32_t r_sym, const char* sym_name, in lookup_symbol() function
265 } else if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) { in process_relocation_impl()
287 if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) return false; in process_relocation_impl()