HPCToolkit
|
#include <vector>
#include <string>
#include <libelf.h>
#include <gelf.h>
Go to the source code of this file.
Classes | |
class | ElfFile |
class | ElfFileVector |
class | ElfSectionVector |
Functions | |
ElfSectionVector * | elfGetSectionVector (Elf *elf) |
char * | elfSectionGetData (char *obj_ptr, GElf_Shdr *shdr) |
ElfSectionVector* elfGetSectionVector | ( | Elf * | elf | ) |
Definition at line 142 of file ElfHelper.cpp.
char* elfSectionGetData | ( | char * | obj_ptr, |
GElf_Shdr * | shdr | ||
) |