13 #ifndef __ABG_BTF_READER_H__
14 #define __ABG_BTF_READER_H__
59 const vector<string>& debug_info_root_paths,
61 bool load_all_types =
false,
62 bool linux_kernel_mode =
false);
67 #endif //__ABG_BTF_READER_H__
Toplevel namespace for libabigail.
elf_based_reader_sptr create_reader(const std::string &elf_path, const vector< string > &debug_info_root_paths, environment &env, bool load_all_types=false, bool linux_kernel_mode=false)
Create and return a BTF reader (or front-end) which is an instance of btf::reader.
This file contains the declarations for an elf-based. DWARF and CTF readers can inherit this one...
This is an abstraction of the set of resources necessary to manage several aspects of the internal re...