Home
last modified time | relevance | path

Searched refs:other_lines (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Ddwarf_reader.h966 std::vector<std::string>* other_lines) in addr2line() argument
967 { 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);
Ddwarf_reader.cc2548 std::vector<std::string>* other_lines) in do_addr2line() argument
2575 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() argument
2721 std::string retval = lineinfo->addr2line(shndx, offset, other_lines); in one_addr2line()