Searched refs:sym (Results 1 - 9 of 9) sorted by relevance

/system/core/libunwindstack/tests/
H A DSymbolsTest.cpp47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { argument
48 memset(sym, 0, sizeof(*sym));
49 sym->st_info = STT_FUNC;
50 sym->st_value = st_value;
51 sym->st_size = st_size;
52 sym->st_name = st_name;
53 sym->st_shndx = SHN_COMMON;
63 TypeParam sym; local
64 this->InitSym(&sym,
90 TypeParam sym; local
124 TypeParam sym; local
183 TypeParam sym; local
224 TypeParam sym; local
251 TypeParam sym; local
286 TypeParam sym; local
[all...]
H A DElfInterfaceTest.cpp105 Sym sym; local
106 memset(&sym, 0, sizeof(sym));
107 sym.st_info = STT_FUNC;
108 sym.st_value = value;
109 sym.st_size = size;
110 sym.st_name = name_offset;
111 sym.st_shndx = SHN_COMMON;
113 memory_.SetMemory(offset, &sym, sizeof(sym));
[all...]
/system/bt/btcore/src/
H A Dhal_util.cc43 const char* sym = HAL_MODULE_INFO_SYM_AS_STR; local
55 hmi = (struct hw_module_t*)dlsym(handle, sym);
57 HULOGERR("%s", sym);
/system/tpm/trunks/
H A Dtpm_generated_test.cc156 "\x00\x06" // public.sym.alg = TPM_ALG_AES
157 "\x00\x80" // public.sym.key_bits = 128
158 "\x00\x43" // public.sym.mode = TPM_ALG_CFB
229 in_public.public_area.parameters.sym_detail.sym.algorithm = TPM_ALG_AES;
230 in_public.public_area.parameters.sym_detail.sym.key_bits.aes = 128;
231 in_public.public_area.parameters.sym_detail.sym.mode.aes = TPM_ALG_CFB;
232 in_public.public_area.unique.sym.size = 0;
H A Dtpm_generated.h1261 TPM_KEY_BITS sym; member in union:trunks::TPMU_SYM_KEY_BITS
1268 TPMI_ALG_SYM_MODE sym; member in union:trunks::TPMU_SYM_MODE
1293 TPMT_SYM_DEF_OBJECT sym; member in struct:trunks::TPMS_SYMCIPHER_PARMS
1540 TPM2B_DIGEST sym; member in union:trunks::TPMU_PUBLIC_ID
1568 TPM2B_SYM_KEY sym; member in union:trunks::TPMU_SENSITIVE_COMPOSITE
H A Dtpm_generated.cc4989 result = Serialize_TPMT_SYM_DEF_OBJECT(value.sym, buffer);
5002 result = Parse_TPMT_SYM_DEF_OBJECT(buffer, &value->sym, value_bytes);
7047 result = Serialize_TPM2B_DIGEST(value.sym, buffer);
7084 result = Parse_TPM2B_DIGEST(buffer, &value->sym, value_bytes);
7301 result = Serialize_TPM2B_SYM_KEY(value.sym, buffer);
7338 result = Parse_TPM2B_SYM_KEY(buffer, &value->sym, value_bytes);
[all...]
/system/extras/simpleperf/
H A Dcmd_report_sample.cpp501 for (const auto& sym : symbols) {
502 if (sym.HasDumpId()) {
503 dump_symbols.push_back(&sym);
509 for (const auto& sym : dump_symbols) {
511 *symbol = sym->DemangledName();
H A Dcmd_record.cpp1118 for (const auto& sym : symbols) {
1119 if (sym.HasDumpId()) {
1120 dump_symbols.push_back(&sym);
/system/libhidl/transport/
H A DServiceManagement.cpp259 const std::string& /* lib */, const std::string& /* sym */)> eachLib) {
273 const std::string sym = "HIDL_FETCH_" + ifaceName; local
313 if (!eachLib(handle, lib, sym)) {
324 openLibs(fqName, [&](void* handle, const std::string &lib, const std::string &sym) {
326 *(void **)(&generator) = dlsym(handle, sym.c_str());
330 << " but could not find symbol " << sym << ": "
450 [&](void* /* handle */, const std::string& /* lib */, const std::string& /* sym */) {

Completed in 284 milliseconds