#include <sys/mman.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <libgen.h>#include <boost/crc.hpp>#include <boost/assign/list_of.hpp>#include <boost/assign/std/set.hpp>#include <boost/assign/std/vector.hpp>#include "common/h/headers.h"#include "elf/h/Elf_X.h"#include <iostream>#include <iomanip>#include <sstream>Go to the source code of this file.
Defines | |
| #define | DEBUGLINK_NAME ".gnu_debuglink" |
| #define | BUILD_ID_NAME ".note.gnu.build-id" |
| #define | APPEND(X) X ## 1 |
| #define | APPEND2(X) APPEND(X) |
| #define | LIBELF_TEST APPEND2(_LIBELF_H) |
Functions | |
| static bool | loadDebugFileFromDisk (string name, char *&output_buffer, unsigned long &output_buffer_size) |
1.6.1