Home
last modified time | relevance | path

Searched refs:elfRead (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Delf.h252 extern bool elfRead(const char *, int &, FILE *f);
H A Delf.cpp2779 bool elfRead(const char *name, int& siz, FILE *f) in elfRead() function
H A DGBA.cpp1555 bool res = elfRead(szFile, romSize, f); in CPULoadRom()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Delf.h271 extern bool elfRead(const char *, int &, FILE *f);
H A DGBA.cpp1300 bool res = elfRead(szFile, size, f); in CPULoadRom()
H A Delf.cpp2800 bool elfRead(const char *name, int& siz, FILE *f) in elfRead() function
/dports/emulators/vba/VisualBoyAdvance-1.7.2/
H A DChangeLog73 * elf.cpp (elfRead): fix problem caused by previous memory leak fix