#include <RawSection.h>
Inheritance diagram for DataSection:
Public Member Functions | |
DataSection (SectHeader *h, XCoffFile *xcoff) | |
char * | getContentVisually (Symbol **symbols, uint32_t symbolCount, uint64_t content) |
AddressIterator | getAddressIterator () |
const char * | briefName () |
uint32_t | getInstrumentationSize (XCoffFileGen *xCoffGen) |
uint32_t | instrument (char *buffer, XCoffFileGen *xCoffGen, BaseGen *gen) |
Protected Member Functions | |
~DataSection () |
|
Definition at line 243 of file RawSection.h. |
|
Definition at line 247 of file RawSection.h. |
|
Reimplemented from RawSection. Definition at line 251 of file RawSection.h. |
|
Reimplemented from RawSection. Definition at line 495 of file RawSection.C. References RawSection::getXCoffFile(), XCoffFile::is64Bit(), AddressIterator::newAddressIteratorDouble(), and AddressIterator::newAddressIteratorWord(). |
|
Reimplemented from RawSection. Definition at line 457 of file RawSection.C. References DemangleWrapper::demangle_combined(), Symbol::findSymbol(), and SymbolTable::getSymbolName(). |
|
Reimplemented from RawSection. Definition at line 602 of file ReWriting.C. References XCoffFileGen::getExtendedDataSize(). Referenced by instrument(). |
|
Reimplemented from RawSection. Definition at line 605 of file ReWriting.C. References getInstrumentationSize(), RawSection::getRawDataPtr(), XCoffFileGen::initializeReservedData(), and PRINT_DEBUG. |