Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-elf-reader.cc277 const vector<char**>& debug_info_roots) in priv()
281 initialize(debug_info_roots); in priv()
289 initialize(const vector<char**>& debug_info_roots) in initialize()
291 debug_info_root_paths = debug_info_roots; in initialize()
455 const vector<char**>& debug_info_roots, in reader() argument
458 priv_(new priv(*this, elf_path, debug_info_roots)) in reader()
481 const vector<char**>& debug_info_roots) in reset() argument
486 priv_->initialize(debug_info_roots); in reset()
/third_party/libabigail/include/
Dabg-elf-reader.h70 const vector<char**>& debug_info_roots,
77 const vector<char**>& debug_info_roots);