Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/data/slc/sys/title/00050010/1000800A/code/
Dpreload.txt1 fw.img avm.rpl kernel.img loader.elf coreinit.rpl camera.rpl dc.rpl dmae.rpl gx2.rpl mic.rpl nlibcu…
/CafeSDK-2.12.13/data/slc/sys/title/00050010/1000400A/code/
Dpreload.txt1 fw.img avm.rpl kernel.img loader.elf coreinit.rpl camera.rpl dc.rpl dmae.rpl gx2.rpl mic.rpl nlibcu…
/CafeSDK-2.12.13/system/src/build/make/
Dcommondefs.mk271 BINSUFFIX := .elf
/CafeSDK-2.12.13/system/bin/tool/
Dcaferun177 -d multi : launch multi (GHS UI) on elf file
185 -k <file> : path to elf file for debugger
1300 elf)
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs3117 string elf = Path.ChangeExtension(CAFE_ELF.value, "elf"); in run()
3118 if (File.Exists(elf)) in run()
3120 DEBUG_ELF_FILE.value = elf; in run()
4304 …static CAFEX_ERROR devrun(string elf, string MAKE_PATCH, string CAFEMAKEDLF_OPTION, string KIOSK_D… in devrun() argument
4314 if (elf == null) in devrun()
4320 CAFEDEVRUN_FILE.value = elf; in devrun()
4321 CAFEDEVRUN_EXT.value = Path.GetExtension(elf).Remove(0, 1); in devrun()
4322 … CAFEDEVRUN_NAME.value = Path.GetDirectoryName(elf) + "\\" + Path.GetFileNameWithoutExtension(elf); in devrun()
4323 CAFEDEVRUN_FILENAME.value = Path.GetFileNameWithoutExtension(elf); in devrun()
4324 CAFEDEVRUN_DIR.value = Path.GetDirectoryName(elf); in devrun()
[all …]
DExecutableClasses.cs1319 internal static int sync(string date, string elf, string mapping) in sync() argument
1325 …"-comment \"cafex run: ----- [" + date + "] Launching " + Path.GetFileName(elf) + " -----\" " + En… in sync()