HPCToolkit
|
#include "sections.h"
Go to the source code of this file.
Variables | |
const char * | SECTION_SYMTAB = ".symtab" |
const char * | SECTION_INIT = ".init" |
const char * | SECTION_FINI = ".fini" |
const char * | SECTION_TEXT = ".text" |
const char * | SECTION_PLT = ".plt" |
const char* SECTION_FINI = ".fini" |
Definition at line 57 of file sections.cpp.
const char* SECTION_INIT = ".init" |
Definition at line 56 of file sections.cpp.
const char* SECTION_PLT = ".plt" |
Definition at line 59 of file sections.cpp.
const char* SECTION_SYMTAB = ".symtab" |
Definition at line 55 of file sections.cpp.
const char* SECTION_TEXT = ".text" |
Definition at line 58 of file sections.cpp.