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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h49 || fEHFrameSection != NULL; }
229 ElfSection* fEHFrameSection; member in class:DwarfFile
H A DDwarfFile.cpp502 fEHFrameSection(NULL),
536 fElfFile->PutSection(fEHFrameSection);
614 if (fEHFrameSection == NULL)
615 fEHFrameSection = fElfFile->GetSection(".eh_frame");
617 if (fEHFrameSection != NULL) {
618 error = _ParseFrameSection(fEHFrameSection,
2302 ? fEHFrameSection : fDebugFrameSection;
3275 fEHFrameSection = fElfFile->GetSection(".eh_frame");
3276 if (fEHFrameSection == NULL)

Completed in 90 milliseconds