Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netbpfload/
Dloader.cpp432 optional<unsigned> symbolType = std::nullopt) { in getSectionSymNames() argument
463 if (symbolType.has_value() && ELF_ST_TYPE(symtab[i].st_info) != symbolType) continue; in getSectionSymNames()