Lines Matching defs:symbol
76 // so this is not the first time load symbol
354 for (auto& symbol: symbols_) {
355 HLOGD("symbol %s", symbol.ToDebugString().c_str());
500 The symbol is in the text (code) section.
503 The symbol is a weak symbol that has not been specifically
504 tagged as a weak object symbol. When a weak defined symbol is
505 linked with a normal defined symbol, the normal defined symbol
506 is used with no error. When a weak undefined symbol is linked
507 and the symbol is not defined, the value of the weak symbol
546 printf("The symbol table addresses in /proc/kallsyms are all 0.\n"
630 // create symbol
738 HLOGD("the symbol file is %s.", filePath_.c_str());
740 HLOGD("map is exec not abc file , the symbol file is:%s", map_->name.c_str());
751 HLOGD("failed to call GetHapAbcInfo, the symbol file is:%s", filePath_.c_str());
772 HLOGD("symbol file name %s loadOffSet %u abcDataSize_ %u abcDataPtr_ %s",
778 HLOGE("failed to call ArkCreateJsSymbolExtractor, the symbol file is:%s", filePath_.c_str());
847 HLOGD("failed to call ParseArkFrameInfo, the symbol file is : %s", map->name.c_str());
863 HLOGD("ip : 0x%" PRIx64 " the symbol file is : %s, function is %s demangle_ : %s", ip,
868 DfxSymbol symbol(ip, "");
869 return symbol;
992 DfxSymbol symbol;
1006 if key symbol vaddr is { 1, 2, 4, 5, 5, 6 };
1026 symbol = *found; // copy
1027 HLOGV("found '%s' for vaddr 0x%016" PRIx64 "", symbol.ToString().c_str(), vaddrInFile);
1031 if (!symbol.IsValid()) {
1035 symbol.SetIpVAddress(vaddrInFile);
1043 return symbol;
1082 HLOGV("load %zu symbol from SymbolFileStruct for file '%s'", symbolsFile->symbols_.size(),
1102 for (auto symbol : symbols) {
1104 symbolStruct.vaddr_ = symbol->funcVaddr_;
1105 symbolStruct.len_ = symbol->size_;
1106 symbolStruct.symbolName_ = symbol->GetName();
1109 HLOGV("export %zu symbol to SymbolFileStruct from %s", symbolFileStruct.symbolStructs_.size(),