libabigail
Namespaces | Functions
abg-elf-reader.cc File Reference

Elf reader stuff. More...

#include "abg-internal.h"
#include <fcntl.h>
#include <unistd.h>
#include <iostream>
#include <cstring>
#include <libgen.h>
#include <elfutils/libdwfl.h>
#include "abg-symtab-reader.h"
#include "abg-suppression-priv.h"
#include "abg-elf-helpers.h"
#include "abg-elf-reader.h"
#include "abg-tools-utils.h"
Include dependency graph for abg-elf-reader.cc:

Go to the source code of this file.

Namespaces

 abigail
 Toplevel namespace for libabigail.
 
 abigail::elf
 The namespace for the ELF Reader.
 

Functions

bool get_soname_of_elf_file (const string &path, string &soname)
 Get the SONAME property of a designated ELF file. More...
 
bool get_type_of_elf_file (const string &path, elf::elf_type &type)
 Get the type of a given elf type. More...
 

Detailed Description

Elf reader stuff.

Definition in file abg-elf-reader.cc.