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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp524 ElfFile* debugInfoFile = fAlternateElfFile != NULL local
527 debugInfoFile->PutSection(fDebugInfoSection);
528 debugInfoFile->PutSection(fDebugAbbrevSection);
529 debugInfoFile->PutSection(fDebugAddressSection);
530 debugInfoFile->PutSection(fDebugStringSection);
531 debugInfoFile->PutSection(fDebugStrOffsetsSection);
532 debugInfoFile->PutSection(fDebugRangesSection);
533 debugInfoFile->PutSection(fDebugLineSection);
534 debugInfoFile->PutSection(fDebugLineStrSection);
535 debugInfoFile
591 ElfFile* debugInfoFile = fAlternateElfFile != NULL local
3217 ElfFile* debugInfoFile = fElfFile; local
[all...]

Completed in 242 milliseconds