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

/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementWrapper.h87 const char* GetSection();
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp595 fDebugAddressSection = debugInfoFile->GetSection(".debug_addr");
596 fDebugStringSection = debugInfoFile->GetSection(".debug_str");
597 fDebugStrOffsetsSection = debugInfoFile->GetSection(".debug_str_offsets");
598 fDebugRangesSection = debugInfoFile->GetSection(".debug_ranges");
599 fDebugLineSection = debugInfoFile->GetSection(".debug_line");
600 fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str");
601 fDebugFrameSection = debugInfoFile->GetSection(".debug_frame");
615 fEHFrameSection = fElfFile->GetSection(".eh_frame");
625 fDebugLocationSection = debugInfoFile->GetSection(".debug_loc");
626 fDebugPublicTypesSection = debugInfoFile->GetSection("
[all...]
/haiku/headers/private/debugger/elf/
H A DElfFile.h136 ElfSection* GetSection(const char* name);
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp257 ElfFile::GetSection(const char* name) function in class:ElfFile

Completed in 131 milliseconds