#include <LoaderSection.h>
Public Member Functions | |
LSStringTable (LSHeader *lsHeader, char *base) | |
void | print () |
char * | getStringCopy (uint32_t offset) |
char * | getString (uint32_t offset) |
uint32_t | getStringTableSize () |
char * | getStringTablePtr () |
Protected Member Functions | |
LSStringTable () | |
~LSStringTable () | |
Protected Attributes | |
uint32_t | stringTableSize |
char * | stringTablePtr |
|
Definition at line 169 of file LoaderSection.h. References stringTablePtr, and stringTableSize. |
|
Definition at line 170 of file LoaderSection.h. |
|
Definition at line 201 of file LoaderSection.C. References stringTablePtr, and stringTableSize. |
|
Definition at line 247 of file LoaderSection.C. References ASSERT, stringTablePtr, and stringTableSize. |
|
Definition at line 230 of file LoaderSection.C. References ASSERT, stringTablePtr, and stringTableSize. Referenced by LSSymbol64::getName(), and LSSymbol32::getName(). |
|
Definition at line 177 of file LoaderSection.h. References stringTablePtr. Referenced by LoaderSection::instrument(). |
|
Definition at line 176 of file LoaderSection.h. References stringTableSize. Referenced by LoaderSection::instrument(). |
|
Definition at line 208 of file LoaderSection.C. References DemangleWrapper::demangle_combined(), PRINT_INFOR, stringTablePtr, and stringTableSize. Referenced by LoaderSection::print(). |
|
Definition at line 167 of file LoaderSection.h. Referenced by getString(), getStringCopy(), getStringTablePtr(), LSStringTable(), and print(). |
|
Definition at line 166 of file LoaderSection.h. Referenced by getString(), getStringCopy(), getStringTableSize(), LSStringTable(), and print(). |