Searched refs:ver_table (Results 1 – 1 of 1) sorted by relevance
108 static inline bool check_symbol_version(const ElfW(Versym)* ver_table, uint32_t sym_idx, in check_symbol_version() argument110 if (ver_table == nullptr) return true; in check_symbol_version()111 const uint32_t verdef = ver_table[sym_idx]; in check_symbol_version()