Home
last modified time | relevance | path

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"); in Load()
596 fDebugStringSection = debugInfoFile->GetSection(".debug_str"); in Load()
597 fDebugStrOffsetsSection = debugInfoFile->GetSection(".debug_str_offsets"); in Load()
598 fDebugRangesSection = debugInfoFile->GetSection(".debug_ranges"); in Load()
599 fDebugLineSection = debugInfoFile->GetSection(".debug_line"); in Load()
600 fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str"); in Load()
601 fDebugFrameSection = debugInfoFile->GetSection(".debug_frame"); in Load()
615 fEHFrameSection = fElfFile->GetSection(".eh_frame"); in Load()
625 fDebugLocationSection = debugInfoFile->GetSection(".debug_loc"); in Load()
626 fDebugPublicTypesSection = debugInfoFile->GetSection(".debug_pubtypes"); in Load()
[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) in GetSection() function in ElfFile