HPCToolkit
sections.cpp File Reference
#include "sections.h"
Include dependency graph for sections.cpp:

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"
 

Variable Documentation

◆ SECTION_FINI

const char* SECTION_FINI = ".fini"

Definition at line 57 of file sections.cpp.

◆ SECTION_INIT

const char* SECTION_INIT = ".init"

Definition at line 56 of file sections.cpp.

◆ SECTION_PLT

const char* SECTION_PLT = ".plt"

Definition at line 59 of file sections.cpp.

◆ SECTION_SYMTAB

const char* SECTION_SYMTAB = ".symtab"

Definition at line 55 of file sections.cpp.

◆ SECTION_TEXT

const char* SECTION_TEXT = ".text"

Definition at line 58 of file sections.cpp.