Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp108 static inline bool check_symbol_version(const ElfW(Versym)* ver_table, uint32_t sym_idx, in check_symbol_version() argument
110 if (ver_table == nullptr) return true; in check_symbol_version()
111 const uint32_t verdef = ver_table[sym_idx]; in check_symbol_version()