root/platform/g5x/sub/101b/stubs_entry.S

/* [<][>][^][v][top][bottom][index][help] */
   1 // !!! THIS FILE IS GENERATED. DO NOT EDIT. !!!
   2 #include "stubs_asm.h"
   3 
   4 // Camera info:
   5 //   Main firmware start: 0xfc020000
   6 //   DRYOS R58 (DRYOS version 2.3, release #0058+p3) @ 0xfc677514 ref @ 0xfc0405a8
   7 //   Firmware Ver GM1.01B   // Found @ 0xfc454704, "GM1.01B" @ 0xfc454711
   8 
   9 // Values for makefile.inc
  10 //   PLATFORMOSVER = 58
  11 //   DIGIC = 60
  12 //   MEMISOSTART = 0x39124c
  13 //   MEMBASEADDR = 0x8000
  14 //   ARAM_HEAP_START = 0x006ce000#  Found @0xfc5e5178
  15 //   ARAM_HEAP_SIZE = 0x00022000#  Found @0xfc5e5152
  16 
  17 // Detected address ranges:
  18 // ROM      0xfc000000 - 0xfe000000 (33554432 bytes)
  19 // RAM code 0x010e1000 - 0x010fbd18 copied from 0xfcee2168 ( 109848 bytes)
  20 // TCM code 0xbfe10800 - 0xbfe176a9 copied from 0xfcefce80 (  28329 bytes)
  21 // RAM data 0x00008000 - 0x0003d674 copied from 0xfceacaf4 ( 218740 bytes)
  22 // EVEC     0x00000000 - 0x00000038 copied from 0xfc06630c (     56 bytes)
  23 
  24 // Zico Xtensa blobs:
  25 // zico_0 0xbff20000 - 0xbff27a30 copied from 0xfcc91468 (  31280 bytes)
  26 // zico_1 0xbff00000 - 0xbff04ad0 copied from 0xfcc98ea0 (  19152 bytes)
  27 // zico_2 0x80a00000 - 0x80b16748 copied from 0xfcc9d978 (1140552 bytes)
  28 
  29 // Omar ARM blobs:
  30 // omar_0 0xdff00000 - 0xdff00e90 copied from 0xfc67774c (   3728 bytes)
  31 // omar_1 0x40700000 - 0x407505a0 copied from 0xfc6785dc ( 329120 bytes)
  32 
  33 // Found DryOS versions:
  34 // 0xfc677514 main  "DRYOS version 2.3, release #0058+p3"
  35 // 0xfc68e2f0 other "DRYOS version 2.3, release #0058+p3"
  36 // 0xfcc9eb38 other "DRYOS version 2.3, release #0058+p3"
  37 
  38 // Values below go in 'platform_camera.h':
  39 //#define CAM_DRYOS         1
  40 //#define CAM_DRYOS_2_3_R39 1 // Defined for cameras with DryOS version R39 or higher
  41 //#define CAM_DRYOS_2_3_R47 1 // Defined for cameras with DryOS version R47 or higher
  42 //#define CAM_HAS_WIFI 1 // Firmware has wifi support (only define if camera has hardware)
  43 //#undef  CAM_UNCACHED_BIT
  44 //#define CAM_UNCACHED_BIT  0x40000000 // Found @0xfc16f620
  45 //#define CAM_HAS_ND_FILTER 1 // Camera has ND filter
  46 // Camera has an iris (CAM_HAS_IRIS_DIAPHRAGM default)
  47 
  48 // physw_event_table 0xfc6ce9e0 Found @0xfc09b5a0
  49 // Values below go in 'platform_kbd.h':
  50 //#define SD_READONLY_FLAG    0x20000000 // Found @0xfc6ceac8, levent 0x30a
  51 //#define SD_READONLY_IDX     1
  52 //#define USB_MASK            0x00800000 // Found @0xfc6ceb18, levent 0x302
  53 //#define USB_IDX             2
  54 //#define BATTCOVER_FLAG      0x00400000 // Found @0xfc6ceb10, levent 0x305
  55 //#define BATTCOVER_IDX       2
  56 //#define HOTSHOE_FLAG        0x00010000 // Found @0xfc6ceae0, levent 0x304
  57 //#define HOTSHOE_IDX         2
  58 
  59 // Keymap values for kbd.c. Additional keys may be present, only common values included here.
  60 // WARNING: Key name / function may vary! Values for unknown DryOS versions should not be trusted!
  61 //KeyMap keymap[] = {
  62 //    { 0, KEY_SHOOT_FULL      ,0x00040001 }, // Found @0xfc6ce9e0, levent 0x01
  63 //    { 0, KEY_SHOOT_HALF      ,0x00040000 }, // Found @0xfc6cea60, levent 0x00
  64 //    { 0, KEY_SHOOT_FULL_ONLY ,0x00000001 }, // Found @0xfc6ce9e0, levent 0x01
  65 //    { 0, KEY_ZOOM_OUT        ,0x00000002 }, // Found @0xfc6ce9e8, levent 0x04
  66 //    { 0, KEY_ZOOM_IN         ,0x00000004 }, // Found @0xfc6ce9f0, levent 0x03
  67 //    { 0, KEY_VIDEO           ,0x00000008 }, // Found @0xfc6ce9f8, levent 0x02
  68 //    { 0, KEY_UP              ,0x00000020 }, // Found @0xfc6cea08, levent 0x06
  69 //    { 0, KEY_DOWN            ,0x00000040 }, // Found @0xfc6cea10, levent 0x07
  70 //    { 0, KEY_RIGHT           ,0x00000080 }, // Found @0xfc6cea18, levent 0x09
  71 //    { 0, KEY_LEFT            ,0x00000100 }, // Found @0xfc6cea20, levent 0x08
  72 //    { 0, KEY_SET             ,0x00000200 }, // Found @0xfc6cea28, levent 0x0a
  73 //    { 0, KEY_PLAYBACK        ,0x00000800 }, // Found @0xfc6cea38, levent 0x101
  74 //    { 0, KEY_WIFI            ,0x00010000 }, // Found @0xfc6cea50, levent 0x103
  75 //    { 0, KEY_POWER           ,0x00020000 }, // Found @0xfc6cea58, levent 0x100
  76 //    { 0, 0, 0 }
  77 //};
  78 
  79 // canon_mode_list 0xfca80550 Found @0xfc07de1c
  80 // Check modemap values from 'platform/CAMERA/shooting.c':
  81 // 33297  0x8211 In firmware but not in current modemap
  82 //  4172  0x104c In firmware but not in current modemap
  83 
  84 // Known propcases
  85 // //      PROPCASE_AFSTEP 13
  86 // #define PROPCASE_FOCUS_STATE 18
  87 // #define PROPCASE_AV 23
  88 // #define PROPCASE_BV 40
  89 // //      PROPCASE_DELTA_DIGITALGAIN 84
  90 // #define PROPCASE_DELTA_SV 86
  91 // //      PROPCASE_DELTA_ND 87
  92 // //      PROPCASE_FELOCK 122
  93 // #define PROPCASE_FLASH_ADJUST_MODE 129
  94 // #define PROPCASE_FLASH_FIRE 130
  95 // //      PROPCASE_HSCAPTURE 146
  96 // #define PROPCASE_EV_CORRECTION_2 218
  97 // #define PROPCASE_ORIENTATION_SENSOR 230
  98 // #define PROPCASE_SV_MARKET 257
  99 // //      PROPCASE_SVFIX 258
 100 // #define PROPCASE_TV 274
 101 // Guessed propset: 10
 102 
 103 // EXMEM types:
 104 // EXMEM_RAMDISK        0
 105 // EXMEM_COM            1
 106 // EXMEM_FORMATTER      2
 107 // EXMEM_SHADING        3
 108 // EXMEM_FAMODE         4
 109 // EXMEM_FIRMUP         5
 110 // EXMEM_FIRMUP_VRAM    6
 111 // EXMEM_FIRMUP_INFLATE 7
 112 // EXMEM_FIRMUP_PICTURESTYLE 8
 113 // EXMEM_DVLPWORK       9
 114 // EXMEM_EVF            10
 115 // EXMEM_SCRIPT         11
 116 // EXMEM_GPS            12
 117 // EXMEM_FACEAUTH       13
 118 // EXMEM_OHYEARLOG      14
 119 // EXMEM_WIFI           15
 120 // EXMEM_MULTI_PLY      16
 121 // EXMEM_FEP            17
 122 // EXMEM_LENS_FIRMUP    18
 123 // EXMEM_LENS_COMPENSATION 19
 124 // EXMEM_FILESTORE      20
 125 // EXMEM_MOVIE_REC      21
 126 // EXMEM_MOVIE_PLY      22
 127 // EXMEM_WIFI_RESIZE    23
 128 // EXMEM_PCEVF          24
 129 // EXMEM_WIDE           25
 130 // EXMEM_NARROW         26
 131 // EXMEM_AUTO_GIS_MODE  27
 132 // EXMEM_NP_GIS_MODE    28
 133 // EXMEM_TRIPODHDR_MODE 29
 134 // EXMEM_HSHQ_MODE      30
 135 // EXMEM_CRAW_REC       31
 136 // EXMEM_CREATIVE_SHOT  32
 137 // EXMEM_BACKBLUR       33
 138 // EXMEM_ASTRO          34
 139 
 140 // Values below can be overridden in 'stubs_min.S':
 141 DEF(ctypes                            ,0xfc6775cc) // Found @0xfc03f86c
 142 DEF(physw_run                         ,0x000082d8) // Found @0xfc0ece22
 143 DEF(physw_sleep_delay                 ,0x000082e0) // (0x82d8+0x8) Found @0xfc0ece26
 144 DEF(physw_status                      ,0x0003ef4c) // Found @0xfc0ed152
 145 DEF(fileio_semaphore                  ,0x00014848) // Found @0xfc07dce6
 146 DEF(levent_table                      ,0xfc76c584) // Found @0xfc0bcb38
 147 DEF(FlashParamsTable                  ,0xfca808ec) // Found @0xfc07de30
 148 DEF(playrec_mode                      ,0x0000c4a8) // (0xc4a4+0x4) Found @0xfc318ef6
 149 DEF(jpeg_count_str                    ,0x0016a9c0) // Found @0xfc1303e8
 150 DEF(zoom_busy                         ,0x00014c94) // (0x14c74+0x20) Found @0xfc1caa36
 151 DEF(focus_busy                        ,0x00014a3c) // (0x14a34+0x8) Found @0xfc3b9378
 152 DEF(imager_active                     ,0x00008648) // (0x8644+0x4) Found @0xfc44fd10
 153 DEF(canon_menu_active                 ,0x0000d180) // (0xd17c+0x4) Found @0xfc364422
 154 DEF(file_counter_var                  ,0x000146ec) // Found @0xfc111e68
 155 DEF(cameracon_state                   ,0x00008a78) // (0x8a68+0x10) Found @0xfc366672
 156 DEF(_nrflag                           ,0x000223b4) // (0x223b0+0x4) Found @0xfc0b2364
 157 DEF(av_override_semaphore             ,0x00027134) // Found @0xfc660968
 158 DEF(active_bitmap_buffer              ,0x0000d13c) // (0xd0f4+0x48) Found @0xfc3bed32
 159 DEF(displaytype                       ,0x00009794) // (0x9738+0x5c) Found @0xfc15a792
 160 DEF(bitmap_buffer                     ,0x0000d140) // (0xd0f4+0x4c) Found @0xfc3bed38
 161 DEF(palette_control                   ,0x00015ae0) // Found @0xfc3781fe
 162 DEF(palette_buffer_ptr                ,0x00015af8) // (0x15ae0+0x18) Found @0xfc37821a
 163 DEF(active_palette_buffer             ,0x00015af0) // (0x15ae0+0x10) Found @0xfc378202
 164 DEF(live_free_cluster_count           ,0x00171310) // (0x1712d8+0x38) Found @0xfc06e1e8
 165 DEF_CONST(uiprop_count                      ,0x000000d7) // Found @0xfc2a63d6
 166 DEF(exmem_alloc_table                 ,0x00047438) // Found @0xfc0a3386
 167 DEF(exmem_types_table                 ,0xfceb1070) // Found @0xfc0a338a
 168 DEF_CONST(exmem_type_count                  ,0x00000023) // Found @0xfceb1070
 169 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c).
 170 // each entry contains 2 int value(s), the first is the zoom focus length.
 171 // there are 101 entries in the table - set NUM_FL to 101
 172 DEF(focus_len_table                         ,0xfdf3169c) // Found @0xfdf3169c
 173 
 174 //NHSTUB(EnterToCompensationEVF               ,0x00000000) //  0        *** != 0xfc2d38e5
 175 //NHSTUB(ExitFromCompensationEVF              ,0x00000000) //  0        *** != 0xfc2d3927
 176 //NHSTUB(ExpCtrlTool_StartContiAE             ,0x00000000) //  0        *** != 0xfc2cdb5b
 177 //NHSTUB(ExpCtrlTool_StopContiAE              ,0x00000000) //  0        *** != 0xfc2cdd4d
 178 //NHSTUB(Feof_Fut                             ,0x00000000) //  0        *** != 0xfc3b8fdd
 179 //NHSTUB(Fflush_Fut                           ,0x00000000) //  0        *** != 0xfc3b9005
 180 //NHSTUB(GetDrive_TotalClusters               ,0x00000000) //  0        *** != 0xfc3b738f
 181 //NHSTUB(GetFocusLensSubjectDistanceFromLens  ,0x00000000) //  0        *** != 0xfc3ba223
 182 //NHSTUB(GetImageFolder                       ,0x00000000) //  0        *** != 0xfc39d655
 183 //NHSTUB(MakeSDCardBootable                   ,0x00000000) //  0        *** != 0xfc3b68af
 184 //NHSTUB(PT_PlaySound                         ,0xfc3bde29) //  0        *** != 0x00000000
 185 //NHSTUB(RenameFile_Fut                       ,0x00000000) //  0        *** != 0xfc3b8d8d
 186 //NHSTUB(ScreenLock                           ,0xfc3becb5) //  0        *** != 0x00000000
 187 //NHSTUB(ScreenUnlock                         ,0xfc3beceb) //  0        *** != 0x00000000
 188 //NHSTUB(SetFileTimeStamp                     ,0x00000000) //  0        *** != 0xfc3b5f07
 189 //NHSTUB(TurnOffBackLight                     ,0x00000000) //  0        *** != 0xfc15bb35
 190 //NHSTUB(TurnOnBackLight                      ,0x00000000) //  0        *** != 0xfc15bb31
 191 //NHSTUB(apex2us                              ,0x00000000) //  0        *** != 0xfc25f5cb
 192 //NHSTUB(err_init_task                        ,0x00000000) //  0        *** != 0xfc06647b
 193 //NHSTUB(realloc                              ,0x00000000) //  0        *** != 0xfc5e535d
 194 //NHSTUB(reboot_fw_update                     ,0x00000000) //  0        *** != 0xfc28b97d
 195 //NHSTUB(CancelHPTimer                        ,0x00000000) //  0        *** != 0xfc165d89
 196 
 197 NHSTUB(AllocateUncacheableMemory              ,0xfc16f5f1) //  0
 198 NHSTUB(Close                                  ,0xfc3b5c3b) //  0
 199 NHSTUB(CreateBinarySemaphore                  ,0xbfe15305) //  0
 200 NHSTUB(CreateTask                             ,0xbfe149e5) //  0
 201 NHSTUB(DebugAssert                            ,0x010e1009) //  0
 202 NHSTUB(DeleteDirectory_Fut                    ,0xfc3b8e39) //  0
 203 NHSTUB(DeleteFile_Fut                         ,0xfc3b8def) //  0
 204 NHSTUB(DeleteSemaphore                        ,0xbfe15389) //  0
 205 NHSTUB(DoAELock                               ,0xfc2d3997) //  0
 206 NHSTUB(DoAFLock                               ,0xfc2d3509) //  0
 207 NHSTUB2(ExecuteEventProcedure                  ,0xfc3b7a19) //  0
 208 NHSTUB(ExitTask                               ,0xbfe14bc7) //  0
 209 NHSTUB(Fclose_Fut                             ,0xfc3b8e9b) //  0
 210 NHSTUB(Fgets_Fut                              ,0xfc3b8f79) //  0
 211 NHSTUB(Fopen_Fut                              ,0xfc3b8e73) //  0
 212 NHSTUB(Fread_Fut                              ,0xfc3b8f0d) //  0
 213 NHSTUB(FreeUncacheableMemory                  ,0xfc16f61d) //  0
 214 NHSTUB(Fseek_Fut                              ,0xfc3b8fab) //  0
 215 NHSTUB(Fwrite_Fut                             ,0xfc3b8f43) //  0
 216 NHSTUB(GetBatteryTemperature                  ,0xfc4538a9) //  0
 217 NHSTUB(GetCCDTemperature                      ,0xfc45384d) //  0
 218 NHSTUB(GetCurrentAvValue                      ,0xfc164bc9) //  0
 219 NHSTUB(GetCurrentShutterSpeed                 ,0xfc470bc3) //  0
 220 NHSTUB(GetUsableMaxAv                         ,0xfc5e2925) //  0
 221 NHSTUB(GetUsableMinAv                         ,0xfc5e2913) //  0
 222 NHSTUB(get_nd_value                           ,0xfc4ea847) //  0
 223 NHSTUB(get_current_nd_value                   ,0xfc4ea821) //  0
 224 NHSTUB(get_current_deltasv                    ,0xfc469d3f) //  0
 225 NHSTUB(GetCurrentDriveBaseSvValue             ,0xfc3afda3) //  0
 226 NHSTUB(GetDrive_ClusterSize                   ,0xfc3b6eaf) //  0
 227 NHSTUB(GetFocusLensSubjectDistance            ,0xfc3b9f29) //  0
 228 NHSTUB(GetKbdState                            ,0xfc09b723) //  0
 229 NHSTUB(GetMemInfo                             ,0xfc675371) //  0
 230 NHSTUB(GetOpticalTemperature                  ,0xfc453903) //  0
 231 NHSTUB(GetParameterData                       ,0xfc2a6dc3) //  0
 232 NHSTUB(GetPropertyCase                        ,0xfc3b835f) //  0
 233 NHSTUB(GetSystemTime                          ,0xfc662fcd) //  0
 234 NHSTUB(GetVRAMHPixelsSize                     ,0xfc0c6b11) //  0
 235 NHSTUB(GetVRAMVPixelsSize                     ,0xfc0c6b19) //  0
 236 NHSTUB(GetZoomLensCurrentPoint                ,0xfc1cac81) //  0
 237 NHSTUB(GetZoomLensCurrentPosition             ,0xfc4eadd5) //  0
 238 NHSTUB(GiveSemaphore                          ,0xbfe15471) //  0
 239 NHSTUB(IsStrobeChargeCompleted                ,0xfc0c41a7) //  0
 240 NHSTUB(LEDDrive                               ,0xfc5e3ba1) //  0
 241 NHSTUB(LocalTime                              ,0x010e1589) //  0
 242 NHSTUB(LockMainPower                          ,0xfc39abe9) //  0
 243 NHSTUB(MakeDirectory_Fut                      ,0xfc3b5fbf) //  0
 244 //NHSTUB(MoveFocusLensToDistance              ,0xfc667c59) //  0            Overridden
 245 NHSTUB(MoveIrisWithAv                         ,0xfc660955) //  0
 246 NHSTUB(MoveZoomLensWithPoint                  ,0xfc661385) //  0
 247 NHSTUB(Open                                   ,0xfc3b5bff) //  0
 248 NHSTUB(PB2Rec                                 ,0xfc364f2b) //  0
 249 NHSTUB(PT_MoveDigitalZoomToWide               ,0xfc2d2ed3) //  0
 250 NHSTUB(PT_MoveOpticalZoomAt                   ,0xfc5e4add) //  0
 251 NHSTUB(MoveOpticalZoomAt                      ,0xfc2d2d09) //  0
 252 NHSTUB(PostLogicalEventForNotPowerType        ,0xfc3bd775) //  0
 253 NHSTUB(PostLogicalEventToUI                   ,0xfc3bd7a9) //  0
 254 //NHSTUB(PutInNdFilter                        ,0xfc667f01) //  0            Overridden
 255 //NHSTUB(PutOutNdFilter                       ,0xfc667f27) //  0            Overridden
 256 NHSTUB(Read                                   ,0xfc151589) //  0
 257 NHSTUB(ReadFastDir                            ,0xfc282ec9) //  0
 258 NHSTUB(Rec2PB                                 ,0xfc364f6f) //  0
 259 //NHSTUB(Restart                              ,0x00000000) //  0            Overridden
 260 NHSTUB(SetAE_ShutterSpeed                     ,0xfc664641) //  0
 261 NHSTUB(SetAutoShutdownTime                    ,0xfc39ac39) //  0
 262 NHSTUB(SetCurrentCaptureModeType              ,0xfc388197) //  0
 263 NHSTUB(SetDate                                ,0xfc665b1d) //  0
 264 //NHSTUB(SetFileAttributes                    ,0x00000000) //  0            == 0x00000000
 265 NHSTUB(SetLogicalEventActive                  ,0xfc39b343) //  0
 266 NHSTUB(SetParameterData                       ,0xfc2a6cd7) //  0
 267 NHSTUB(SetPropertyCase                        ,0xfc3b822b) //  0
 268 NHSTUB(SetScriptMode                          ,0xfc39b37b) //  0
 269 NHSTUB(SleepTask                              ,0xbfe14969) //  0
 270 NHSTUB(TakeSemaphore                          ,0xbfe153f9) //  0
 271 NHSTUB(TurnOnDisplay                          ,0xfc0ba83f) //  0
 272 NHSTUB(TurnOffDisplay                         ,0xfc15b0f7) //  0
 273 NHSTUB(UnlockAE                               ,0xfc2d39b5) //  0
 274 NHSTUB(UnlockAF                               ,0xfc2d3539) //  0
 275 NHSTUB(UnlockMainPower                        ,0xfc39ab85) //  0
 276 //NHSTUB(UnsetZoomForMovie                    ,0x00000000) //  0            == 0x00000000
 277 NHSTUB(VbattGet                               ,0xfc0c2823) //  0
 278 NHSTUB(Write                                  ,0xfc3b5bc1) //  0
 279 //NHSTUB(WriteSDCard                          ,0x00000000) //  0            == 0x00000000
 280 NHSTUB(_log                                   ,0x010f7518) //  0
 281 NHSTUB(_log10                                 ,0x010f7a38) //  0
 282 NHSTUB(_pow                                   ,0x010f7ba0) //  0
 283 NHSTUB(_sqrt                                  ,0x010f9c20) //  0
 284 NHSTUB(add_ptp_handler                        ,0xfc35b37b) //  0
 285 NHSTUB(close                                  ,0xfc151483) //  0
 286 NHSTUB(exmem_alloc                            ,0xfc0a38ef) //  0
 287 NHSTUB(exmem_ualloc                           ,0xfc0a37f9) //  0
 288 NHSTUB(exmem_ufree                            ,0xfc0a38b3) //  0
 289 NHSTUB(free                                   ,0xfc3bf2a7) //  0
 290 NHSTUB(kbd_p1_f                               ,0xfc0ed14b) //  0
 291 NHSTUB(kbd_p1_f_cont                          ,0xfc0ed153) //  0
 292 NHSTUB(kbd_p2_f                               ,0xfc0ecb7d) //  0
 293 NHSTUB(kbd_read_keys                          ,0xfc0ed115) //  0
 294 NHSTUB(kbd_read_keys_r2                       ,0xfc09b59d) //  0
 295 NHSTUB(lseek                                  ,0xfc3b5e17) //  0
 296 NHSTUB(malloc                                 ,0xfc3bf271) //  0
 297 NHSTUB(memcmp                                 ,0xfc3bf919) //  0
 298 NHSTUB(memcpy                                 ,0xfc16c20d) //  0
 299 NHSTUB(memset                                 ,0xfc493ae5) //  0
 300 NHSTUB(mktime_ext                             ,0xfc457239) //  0
 301 NHSTUB(open                                   ,0xfc151413) //  0
 302 NHSTUB(OpenFastDir                            ,0xfc282e29) //  0
 303 NHSTUB(closedir                               ,0xfc282df1) //  0
 304 NHSTUB(get_fstype                             ,0xfc3b6e49) //  0
 305 NHSTUB(qsort                                  ,0xfc22f36d) //  0
 306 NHSTUB(rand                                   ,0xfc4575ef) //  0
 307 NHSTUB(set_control_event                      ,0xfc39b081) //  0
 308 NHSTUB(srand                                  ,0xfc4575e9) //  0
 309 NHSTUB(stat                                   ,0xfc3b5e4f) //  0
 310 NHSTUB(strcat                                 ,0xfc3bf1ad) //  0
 311 NHSTUB(strchr                                 ,0xfc16c2a1) //  0
 312 NHSTUB(strcmp                                 ,0xfc3bf909) //  0
 313 NHSTUB(strcpy                                 ,0xfc3bf2d9) //  0
 314 NHSTUB(strftime                               ,0xfc457269) //  0
 315 NHSTUB(strlen                                 ,0xfc3bf49d) //  0
 316 NHSTUB(strncmp                                ,0xfc3bf1cf) //  0
 317 NHSTUB(strncpy                                ,0xfc3bb0d5) //  0
 318 NHSTUB(strrchr                                ,0xfc16c2b3) //  0
 319 NHSTUB(strtol                                 ,0xfc16c1ff) //  0
 320 NHSTUB(strtolx                                ,0xfc16c0bd) //  0
 321    DEF(task_CaptSeq                           ,0xfc07498d) //  0
 322    DEF(task_DvlpSeqTask                       ,0xfc091e67) //  0
 323    DEF(task_ExpDrv                            ,0xfc2f63ef) //  0
 324    DEF(task_FileWrite                         ,0xfc4e8465) //  0
 325    DEF(task_InitFileModules                   ,0xfc157609) //  0
 326    DEF(task_MovieRecord                       ,0xfc0b7515) //  0
 327    DEF(task_PhySw                             ,0xfc0ece21) //  0
 328    DEF(task_TouchPanel                        ,0xfc15e9c7) //  0
 329    DEF(task_TricInitTask                      ,0xfc542289) //  0
 330    DEF(hook_CreateTask                        ,0xbfe149e4) //  0
 331 NHSTUB(time                                   ,0x010e11eb) //  0
 332 NHSTUB(vsprintf                               ,0xfc0f5b3b) //  0
 333 NHSTUB(EngDrvRead                             ,0xfc3bf37d) //  0
 334 NHSTUB(PTM_GetCurrentItem                     ,0xfc3ae35d) //  0
 335 NHSTUB(DisableISDriveError                    ,0xfc661df9) //  0
 336 NHSTUB(SetHPTimerAfterNow                     ,0xfc165cf1) //  0
 337 NHSTUB(SetEventFlag                           ,0xbfe14df7) //  0
 338 NHSTUB(transfer_src_overlay                   ,0xfc3be18d) //  0
 339 NHSTUB(bzero                                  ,0x010f4cd8) //  0
 340 NHSTUB(memset32                               ,0x010f4cdc) //  0
 341 NHSTUB(get_dial_hw_position                   ,0xfc286651) //  0
 342 NHSTUB(PT_MFOn                                ,0xfc2d4a45) //  0
 343 NHSTUB(PT_MFOff                               ,0xfc2d4a79) //  0
 344 NHSTUB(GetAdChValue                           ,0xfc15c443) //  0
 345 NHSTUB(EnableHDMIPower                        ,0xfc0f06b1) //  0
 346 NHSTUB(DisableHDMIPower                       ,0xfc0f06e1) //  0
 347 NHSTUB(SetVideoOutType                        ,0xfc664bb1) //  0
 348 NHSTUB(GetVideoOutType                        ,0xfc664b3d) //  0
 349 NHSTUB(IsWirelessConnect                      ,0xfc368149) //  0

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