Searched defs:sym (Results 1 – 8 of 8) sorted by relevance
47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { in InitSym()63 TypeParam sym; in TYPED_TEST_P() local90 TypeParam sym; in TYPED_TEST_P() local124 TypeParam sym; in TYPED_TEST_P() local183 TypeParam sym; in TYPED_TEST_P() local225 TypeParam sym; in TYPED_TEST_P() local258 TypeParam sym; in TYPED_TEST_P() local310 TypeParam sym; in TYPED_TEST_P() local
140 Sym sym = {}; in InitSym() local
35 const char* sym = BLUETOOTH_INTERFACE_STRING; in hal_util_load_bt_library() local
37 void Insert(const SymType& sym, const ValType& val) { in Insert()
76 auto callback = [&elf_data](const ElfFileSymbol& sym) { in LoadDso()
627 for (const auto& sym : symbols) { in PrintFileInfoInProtobuf() local635 for (const auto& sym : dump_symbols) { in PrintFileInfoInProtobuf() local
315 for (const auto& sym : symbols) { in WriteFileFeatures() local
350 const std::string sym = "HIDL_FETCH_" + ifaceName; in openLibs() local421 openLibs(fqName, [&](void* handle, const std::string &lib, const std::string &sym) { in get()