Searched refs:symbolType (Results 1 – 1 of 1) sorted by relevance
432 optional<unsigned> symbolType = std::nullopt) { in getSectionSymNames() argument463 if (symbolType.has_value() && ELF_ST_TYPE(symtab[i].st_info) != symbolType) continue; in getSectionSymNames()