Lines Matching defs:found
93 UNWIND_CHECK_TRUE(!filePath.empty(), filePath, "nothing to found");
102 HLOGW("have not found '%s' in search paths %s", filePath.c_str(), searchPath.c_str());
135 // found it again with base name , split it and get last name
152 // found direct folder
176 UNWIND_CHECK_TRUE(!findPath.empty(), false, "elf found failed (belong to %s)", filePath_.c_str());
200 UNWIND_CHECK_TRUE(!elfPath.empty(), false, "elf found failed (belong to %s)", filePath_.c_str());
262 HLOGW("Section '%s' not found", name.c_str());
340 HLOGW("fde table not found.\n");
358 HLOGD("buildId not found from elf '%s'.", elfPath.c_str());
360 // buildId not found from elf '/system/bin/ld-musl-arm.so.1'.
553 HLOGD("kallsyms not found. but we have the buildid");
628 HLOGV("found ko in %s", koPath.c_str());
994 auto found =
1005 6 < not found
1009 0 not found
1019 if (found != symbols_.begin()) {
1020 found = std::prev(found);
1021 if (found->Contain(vaddrInFile)) {
1022 if (!found->matched_) {
1023 found->matched_ = true;
1024 matchedSymbols_.push_back(&(*found));
1026 symbol = *found; // copy
1027 HLOGV("found '%s' for vaddr 0x%016" PRIx64 "", symbol.ToString().c_str(), vaddrInFile);
1032 HLOGV("NOT found vaddr 0x%" PRIx64 " in symbole file %s(%zu)", vaddrInFile,