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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h227 ElfSection* fDebugLineStrSection; member in class:DwarfFile
H A DDwarfFile.cpp500 fDebugLineStrSection(NULL),
534 debugInfoFile->PutSection(fDebugLineStrSection);
600 fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str");
1746 if (fDebugLineStrSection != NULL) {
1750 if (offset >= fDebugLineStrSection->Size()) {
1756 (const char*)fDebugLineStrSection->Data() + offset);
1940 if (fDebugLineStrSection == NULL) {
1948 if (offset > fDebugLineStrSection->Size()) {
1954 value = (const char*)fDebugLineStrSection->Data() + offset;

Completed in 41 milliseconds