RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apple::PEFFormat::Name Class Reference

Represents a string stored in the loader section string table. More...

#include <pefexe.h>

Inheritance diagram for Apple::PEFFormat::Name:
Apple::PEFFormat::ExportedSymbol Apple::PEFFormat::ImportedLibrary Apple::PEFFormat::ImportedSymbol

Public Member Functions

std::string LoadNameString (const PEFFormat &pef_format, Linker::Reader &rd)
 
std::string LoadNameString (const PEFFormat &pef_format, Linker::Reader &rd, uint16_t length)
 
void StoreNameString (PEFFormat &pef_format)
 
void StoreNameStringNoNull (PEFFormat &pef_format)
 
 Name (std::string name)
 

Public Attributes

uint32_t name_offset = 0
 
std::string name = ""
 

Detailed Description

Represents a string stored in the loader section string table.


The documentation for this class was generated from the following files: