Home
last modified time | relevance | path

Searched refs:nSectionIndex (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DELFSymbolView.cpp111 switch(pSym[i].nSectionIndex) in PopulateList()
120 sTemp = string_format("%i", pSym[i].nSectionIndex); in PopulateList()
H A DFunctionsView.cpp274 ELFSECTIONHEADER* symbolSection = moduleImage->GetSection(pSym[i].nSectionIndex); in OnImportClick()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DELF.h15 uint16 nSectionIndex; member
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DFunctionsView.cpp330 ELFSECTIONHEADER* symbolSection = moduleImage->GetSection(pSym[i].nSectionIndex); in OnImportClick()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxelf.cpp4084 int nSectionIndex=getSectionIndexByName(".strtab"); in getDatasetsFromSections() local
4086 if(nSectionIndex!=-1) in getDatasetsFromSections()
4088 XBinary::OFFSETSIZE osStringTable=getSectionOffsetSize(nSectionIndex); in getDatasetsFromSections()
4106 int nSectionIndex=getSectionIndexByName(".dynstr"); in getDatasetsFromSections() local
4108 if(nSectionIndex!=-1) in getDatasetsFromSections()
4110 XBinary::OFFSETSIZE osStringTable=getSectionOffsetSize(nSectionIndex); in getDatasetsFromSections()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIopBios.cpp3684 ELFSECTIONHEADER* symbolSection = elf.GetSection(pSym[i].nSectionIndex); in PrepareModuleDebugInfo()