Searched refs:elf (Results 1 – 6 of 6) sorted by relevance
1 fw.img avm.rpl kernel.img loader.elf coreinit.rpl camera.rpl dc.rpl dmae.rpl gx2.rpl mic.rpl nlibcu…
271 BINSUFFIX := .elf
177 -d multi : launch multi (GHS UI) on elf file185 -k <file> : path to elf file for debugger1300 elf)
3117 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() argument4314 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 …]
1319 internal static int sync(string date, string elf, string mapping) in sync() argument1325 …"-comment \"cafex run: ----- [" + date + "] Launching " + Path.GetFileName(elf) + " -----\" " + En… in sync()