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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h232 ElfSection* fDebugTypesSection; member in class:DwarfFile
H A DDwarfFile.cpp505 fDebugTypesSection(NULL),
638 fDebugTypesSection = debugInfoFile->GetSection(".debug_types");
639 if (fDebugTypesSection == NULL) {
1074 DataReader dataReader(fDebugTypesSection->Data(),
1075 fDebugTypesSection->Size(), _addressSize, isBigEndian);
1085 > (uint64)fDebugTypesSection->Size()) {
1335 (const uint8*)fDebugTypesSection->Data() + unit->ContentOffset(),
1479 ? fDebugTypesSection : fDebugInfoSection;

Completed in 38 milliseconds