HPCToolkit
|
#include <err.h>
#include <gelf.h>
#include <lib/support/diagnostics.h>
#include "ElfHelper.hpp"
#include "RelocateCubin.hpp"
#include <Elf_X.h>
#include <include/hpctoolkit-config.h>
Go to the source code of this file.
Macros | |
#define | NULL 0 |
Functions | |
ElfSectionVector * | elfGetSectionVector (Elf *elf) |
char * | elfSectionGetData (char *obj_ptr, GElf_Shdr *shdr) |
#define NULL 0 |
Definition at line 85 of file ElfHelper.cpp.
ElfSectionVector* elfGetSectionVector | ( | Elf * | elf | ) |
Definition at line 142 of file ElfHelper.cpp.
char* elfSectionGetData | ( | char * | obj_ptr, |
GElf_Shdr * | shdr | ||
) |