Searched refs:fDebugStringSection (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp496 fDebugStringSection(NULL),
530 debugInfoFile->PutSection(fDebugStringSection);
596 fDebugStringSection = debugInfoFile->GetSection(".debug_str");
1577 if (offset >= fDebugStringSection->Size()) {
1582 value = (const char*)fDebugStringSection->Data() + offset;
1682 if (fDebugStringSection != NULL) {
1686 if (offset >= fDebugStringSection->Size()) {
1692 (const char*)fDebugStringSection->Data() + offset);
1959 if (fDebugStringSection == NULL) {
1967 if (offset > fDebugStringSection
[all...]
H A DDwarfFile.h223 ElfSection* fDebugStringSection; member in class:DwarfFile

Completed in 90 milliseconds