Home
last modified time | relevance | path

Searched refs:CELF (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DELFHeaderView.cpp63 case CELF::ET_NONE: in FillInformation()
66 case CELF::ET_REL: in FillInformation()
69 case CELF::ET_EXEC: in FillInformation()
72 case CELF::ET_DYN: in FillInformation()
75 case CELF::ET_CORE: in FillInformation()
89 case CELF::EM_M32: in FillInformation()
95 case CELF::EM_386: in FillInformation()
98 case CELF::EM_68K: in FillInformation()
101 case CELF::EM_88K: in FillInformation()
104 case CELF::EM_860: in FillInformation()
[all …]
H A DELFSectionView.cpp103 case CELF::SHT_NULL: in FillInformation()
109 case CELF::SHT_SYMTAB: in FillInformation()
112 case CELF::SHT_STRTAB: in FillInformation()
115 case CELF::SHT_HASH: in FillInformation()
118 case CELF::SHT_DYNAMIC: in FillInformation()
121 case CELF::SHT_NOTE: in FillInformation()
124 case CELF::SHT_NOBITS: in FillInformation()
127 case CELF::SHT_REL: in FillInformation()
130 case CELF::SHT_DYNSYM: in FillInformation()
233 case CELF::DT_NEEDED: in FillDynamicSectionListView()
[all …]
H A DELFProgramView.cpp63 void CELFProgramView::SetELF(CELF* pELF) in SetELF()
76 case CELF::PT_NULL: in FillInformation()
79 case CELF::PT_LOAD: in FillInformation()
82 case CELF::PT_DYNAMIC: in FillInformation()
85 case CELF::PT_INTERP: in FillInformation()
88 case CELF::PT_NOTE: in FillInformation()
91 case CELF::PT_SHLIB: in FillInformation()
94 case CELF::PT_PHDR: in FillInformation()
H A DELFSymbolView.h19 void SetELF(CELF*);
25 CELF* m_pELF;
H A DELFHeaderView.h19 void SetELF(CELF*);
25 CELF* m_pELF;
H A DELFProgramView.h19 void SetELF(CELF*);
26 CELF* m_pELF;
H A DELFSectionView.h22 void SetELF(CELF*);
35 CELF* m_pELF;
H A DELFView.h23 void SetELF(CELF*);
33 CELF* m_pELF;
H A DFunctionsView.cpp258 CELF* moduleImage = reinterpret_cast<CELF*>(module.param); in OnImportClick()
H A DELFSymbolView.cpp40 void CELFSymbolView::SetELF(CELF* pELF) in SetELF()
H A DELFView.cpp48 void CELFView::SetELF(CELF* pELF) in SetELF()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DELF.cpp7 CELF::CELF(uint8* content) in CELF() function in CELF
47 CELF::~CELF() in ~CELF()
53 uint8* CELF::GetContent() const in GetContent()
58 const ELFHEADER& CELF::GetHeader() const in GetHeader()
63 ELFSECTIONHEADER* CELF::GetSection(unsigned int nIndex) in GetSection()
72 const void* CELF::GetSectionData(unsigned int nIndex) in GetSectionData()
79 const char* CELF::GetSectionName(unsigned int sectionIndex) in GetSectionName()
88 ELFSECTIONHEADER* CELF::FindSection(const char* requestedSectionName) in FindSection()
95 unsigned int CELF::FindSectionIndex(const char* requestedSectionName) in FindSectionIndex()
111 const void* CELF::FindSectionData(const char* requestedSectionName) in FindSectionData()
[all …]
H A DELF.h64 class CELF
149 CELF(uint8*);
150 CELF(const CELF&) = delete;
151 virtual ~CELF();
153 CELF& operator=(const CELF&) = delete;
H A DElfFile.h18 class CElfFile : protected CElfFileContainer, public CELF
H A DElfFile.cpp5 , CELF(GetFileContent()) in CElfFile()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/
H A DPspBios.h222 void RelocateElf(CELF&);
223 uint32 FindNextRelocationTarget(CELF&, const uint32*, const uint32*);
225 uint32 FindRelocationAt(CELF&, uint32, uint32);
241 CELF* m_module;
H A DPspBios.cpp955 void CBios::RelocateElf(CELF& elf) in RelocateElf()
990 case CELF::R_MIPS_32: in RelocateElf()
995 case CELF::R_MIPS_26: in RelocateElf()
1002 case CELF::R_MIPS_HI16: in RelocateElf()
1018 case CELF::R_MIPS_LO16: in RelocateElf()
1037 uint32 CBios::FindNextRelocationTarget(CELF& elf, const uint32* begin, const uint32* end) in FindNextRelocationTarget()
1050 if(relocationType == CELF::R_MIPS_LO16) in FindNextRelocationTarget()
1060 uint32 CBios::FindRelocationAt(CELF& elf, uint32 address, uint32 programSection) in FindRelocationAt()
/dports/devel/objconv/objconv-2.52/source/
H A Delf.cpp229 CELF<ELFSTRUCTURES>::CELF() { in CELF() function in CELF
235 void CELF<ELFSTRUCTURES>::ParseFile(){ in ParseFile()
297 void CELF<ELFSTRUCTURES>::Dump(int options) { in Dump()
506 void CELF<ELFSTRUCTURES>::PublicNames(CMemoryBuffer * Strings, CSList<SStringEntry> * Index, int m)… in PublicNames()
554 const char * CELF<ELFSTRUCTURES>::SymbolName(uint32_t index) { in SymbolName()
573 template class CELF<ELF32STRUCTURES>; variable
574 template class CELF<ELF64STRUCTURES>; variable
H A Dconverters.h114 class CELF : public CFileBuffer {
116 CELF(); // Default constructor
287 class CELF2COF : public CELF<ELFSTRUCTURES> {
314 class CELF2MAC : public CELF<ELFSTRUCTURES> {
401 class CELF2ELF : public CELF<ELFSTRUCTURES> {
470 class CELF2ASM : public CELF<ELFSTRUCTURES> {
H A Dmain.cpp167 CELF<ELF32STRUCTURES> elf; in DumpELF()
176 CELF<ELF64STRUCTURES> elf; in DumpELF()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIopBios.h589 int32 LoadModule(CELF&, const char*);
590 uint32 LoadExecutable(CELF&, ExecutableRange&);
591 unsigned int GetElfProgramToLoad(CELF&);
592 void RelocateElf(CELF&, uint32);
616 void PrepareModuleDebugInfo(CELF&, const ExecutableRange&, const std::string&, const std::string&);
H A DIopBios.cpp624 CELF module(m_ram + modulePtr); in LoadModule()
630 CELF module(modulePtr); in LoadModuleFromHost()
634 int32 CIopBios::LoadModule(CELF& elf, const char* path) in LoadModule()
3281 unsigned int CIopBios::GetElfProgramToLoad(CELF& elf) in GetElfProgramToLoad()
3300 void CIopBios::RelocateElf(CELF& elf, uint32 baseAddress) in RelocateElf()
3313 if(programHeader->nType != CELF::PT_LOAD) return UINT32_MAX; in RelocateElf()
3341 case CELF::R_MIPS_32: in RelocateElf()
3346 case CELF::R_MIPS_26: in RelocateElf()
3353 case CELF::R_MIPS_HI16: in RelocateElf()
3357 assert((relocationRecord[3] & 0xFF) == CELF::R_MIPS_LO16); in RelocateElf()
[all …]
/dports/devel/libdlna/libdlna-0.2.3/
H A DAUTHORS10 all members of the CELF (Consumer Electronics Linux Forum) for having
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DPS2OS.h42 CELF* GetELF();
392 std::unique_ptr<CELF> m_elf;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DFunctionsView.cpp314 CELF* moduleImage = reinterpret_cast<CELF*>(module.param); in OnImportClick()

12