Searched defs:sym (Results 1 – 11 of 11) 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() local228 TypeParam sym; in TYPED_TEST_P() local261 TypeParam sym; in TYPED_TEST_P() local313 TypeParam sym; in TYPED_TEST_P() local345 TypeParam sym; in TYPED_TEST_P() local
1722 Elf32_Sym sym = {}; in TEST_F() local
169 Sym sym = {}; in InitSym() local
69 SymType sym; in BinarySearch() local106 SymType sym; in BuildRemapTable() local147 SymType sym; in GetName() local
36 const char* sym = BLUETOOTH_INTERFACE_STRING; in hal_util_load_bt_library() local
719 for (const auto& sym : symbols) { in PrintFileInfoInProtobuf() local726 for (const auto& sym : dump_symbols) { in PrintFileInfoInProtobuf() local
340 for (const auto& sym : symbols) { in WriteFileFeatures() local
174 for (const auto& sym : dso->GetSymbols()) { in AddThreadMapsForDsoSymbols() local
730 ElfSym *sym = reinterpret_cast<ElfSym *>( in getDataName() local826 ElfSym *sym = &dynamicSymbolTable[posInSymbolTable]; in fixRelocations() local
355 const std::string sym = "HIDL_FETCH_" + ifaceName; in openLibs() local414 openLibs(fqName, [&](void* handle, const std::string &lib, const std::string &sym) { in get()
35 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) argument