Searched refs:other_lines (Results 1 – 2 of 2) sorted by relevance
966 std::vector<std::string>* other_lines) in addr2line() argument967 { return this->do_addr2line(shndx, offset, other_lines); } in addr2line()977 size_t cache_size, std::vector<std::string>* other_lines);987 std::vector<std::string>* other_lines) = 0;1013 std::vector<std::string>* other_lines);
2548 std::vector<std::string>* other_lines) in do_addr2line() argument2575 if (other_lines != NULL) in do_addr2line()2589 other_lines->push_back(this->format_file_lineno(*it)); in do_addr2line()2591 other_lines->back().c_str()); in do_addr2line()2595 if (it->offset > offset && other_lines->size() >= 4) in do_addr2line()2670 std::vector<std::string>* other_lines) in one_addr2line() argument2721 std::string retval = lineinfo->addr2line(shndx, offset, other_lines); in one_addr2line()