root/platform/ixus55_sd450/sub/100c/stubs_min.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 DEF(physw_run, 0x1FAC)  // ok From PhySw sub_FF8264BC (0x1FB0 - 4)
   4 DEF(physw_status, 0x11500) // ok From Dword before sub_FF8264BC
   5 
   6 // The names below could be found automanically
   7 // by looking up the strings with the same names as these variables
   8 // and function 'ShowPhySwStatus' which is also symbolic
   9 DEF(NotifyMask, 0x000114D0)
  10 DEF(SwitchMask, 0x000114E0)
  11 DEF(InvertData, 0x000114F0)
  12 // This is the real name for 'physw_status'
  13 DEF(GpioStatus, 0x00011500)
  14 DEF(SwitchStatus, 0x00011510)
  15 
  16 DEF(FlashParamsTable,0xFF961DF8) // ok BL sub_FF961F70 in ParameterManager.c
  17 DEF(canon_menu_active,0x8D88) // ok found in StartRecModeMenu
  18 DEF(canon_shoot_menu_active,0x80C5) // ok (0x80C8 -0x4 + 0x1) found in taskcreate_DSITask
  19 DEF(zoom_busy, 0x89638)  // ok found in "aZoomLens" sub_FFA6D684
  20 DEF(focus_busy, 0x89950) // ok found in "aFocuslenscontr" 
  21 DEF(playrec_mode, 0x6FA0) // found at unknown_libname_442 within task_SsStartupTask
  22 DEF(recreview_hold, 0x86838)
  23 DEF(zoom_status, 0x7FBC)
  24 DEF(movie_status, 0x7CDBC)
  25 DEF(some_flag_for_af_scan, 0x7D4B0)
  26 DEF(parameter_for_af_scan, 0x7D4A8)
  27 DEF(some_f_for_dng, 0x9BE8)
  28 DEF(second_ext_for_dng, 0x9C0C)
  29 DEF(levent_table,0xFF958D10)
  30 DEF(sys_mempart_id, 0xec50)

/* [<][>][^][v][top][bottom][index][help] */