libabigail
|
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"
Go to the source code of this file.
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
namespace | 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... | |
Elf reader stuff.
Definition in file abg-elf-reader.cc.