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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp49 fElfFile->PutSection(fElfSection);
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->PutSection(fDebugFrameSectio
[all...]
/haiku/headers/private/debugger/elf/
H A DElfFile.h137 void PutSection(ElfSection* section);
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp268 ElfFile::PutSection(ElfSection* section) function in class:ElfFile

Completed in 49 milliseconds