libabigail
Namespaces | Functions
abg-btf-reader.h File Reference

This file contains the declarations of the front-end to analyze the BTF information contained in an ELF file. More...

#include "abg-elf-based-reader.h"
Include dependency graph for abg-btf-reader.h:

Go to the source code of this file.

Namespaces

 abigail
 Toplevel namespace for libabigail.
 
 abigail::btf
 Namespace of the reader for the BTF debug information.
 

Functions

elf_based_reader_sptr create_reader (const std::string &elf_path, const vector< char ** > &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. More...
 

Detailed Description

This file contains the declarations of the front-end to analyze the BTF information contained in an ELF file.

Definition in file abg-btf-reader.h.