Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp49 fElfFile->PutSection(fElfSection); in ~AutoSectionPutter()
527 debugInfoFile->PutSection(fDebugInfoSection); in ~DwarfFile()
528 debugInfoFile->PutSection(fDebugAbbrevSection); in ~DwarfFile()
529 debugInfoFile->PutSection(fDebugAddressSection); in ~DwarfFile()
530 debugInfoFile->PutSection(fDebugStringSection); in ~DwarfFile()
531 debugInfoFile->PutSection(fDebugStrOffsetsSection); in ~DwarfFile()
532 debugInfoFile->PutSection(fDebugRangesSection); in ~DwarfFile()
533 debugInfoFile->PutSection(fDebugLineSection); in ~DwarfFile()
534 debugInfoFile->PutSection(fDebugLineStrSection); in ~DwarfFile()
535 debugInfoFile->PutSection(fDebugFrameSection); in ~DwarfFile()
[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) in PutSection() function in ElfFile