Symbol: GetSection
headers/private/debugger/elf/ElfFile.h
136
ElfSection* GetSection(const char* name);
src/kits/debugger/dwarf/DwarfFile.cpp
3218
ElfSection* debugLinkSection = fElfFile->GetSection(".gnu_debuglink");
src/kits/debugger/dwarf/DwarfFile.cpp
3267
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
src/kits/debugger/dwarf/DwarfFile.cpp
3268
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
src/kits/debugger/dwarf/DwarfFile.cpp
3275
fEHFrameSection = fElfFile->GetSection(".eh_frame");
src/kits/debugger/dwarf/DwarfFile.cpp
595
fDebugAddressSection = debugInfoFile->GetSection(".debug_addr");
src/kits/debugger/dwarf/DwarfFile.cpp
596
fDebugStringSection = debugInfoFile->GetSection(".debug_str");
src/kits/debugger/dwarf/DwarfFile.cpp
597
fDebugStrOffsetsSection = debugInfoFile->GetSection(".debug_str_offsets");
src/kits/debugger/dwarf/DwarfFile.cpp
598
fDebugRangesSection = debugInfoFile->GetSection(".debug_ranges");
src/kits/debugger/dwarf/DwarfFile.cpp
599
fDebugLineSection = debugInfoFile->GetSection(".debug_line");
src/kits/debugger/dwarf/DwarfFile.cpp
600
fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str");
src/kits/debugger/dwarf/DwarfFile.cpp
601
fDebugFrameSection = debugInfoFile->GetSection(".debug_frame");
src/kits/debugger/dwarf/DwarfFile.cpp
615
fEHFrameSection = fElfFile->GetSection(".eh_frame");
src/kits/debugger/dwarf/DwarfFile.cpp
625
fDebugLocationSection = debugInfoFile->GetSection(".debug_loc");
src/kits/debugger/dwarf/DwarfFile.cpp
626
fDebugPublicTypesSection = debugInfoFile->GetSection(".debug_pubtypes");
src/kits/debugger/dwarf/DwarfFile.cpp
638
fDebugTypesSection = debugInfoFile->GetSection(".debug_types");
src/tests/add-ons/print/ppd/model/StatementWrapper.h
87
const char* GetSection();