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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h221 ElfSection* fDebugAbbrevSection; member in class:DwarfFile
H A DDwarfFile.cpp494 fDebugAbbrevSection(NULL),
528 debugInfoFile->PutSection(fDebugAbbrevSection);
3091 status_t error = table->Init(fDebugAbbrevSection->Data(),
3092 fDebugAbbrevSection->Size());
3268 fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
3269 if (fDebugInfoSection == NULL || fDebugAbbrevSection == NULL) {

Completed in 80 milliseconds