Lines Matching refs:of
8 # proprietary information of Nintendo of America Inc. and/or Nintendo
11 # in whole or in part, without the prior written consent of Nintendo.
18 # Support for multiple uses of SEARCH_SYMBOL
24 …e it is not currently clear how to accurately calculate this, the addition of the OVERLAY region w…
41 # Changed start address of mainEX arena from 0x2400000 to 0x23e0000
56 # Fix specific to negative value of SDK_STACKSIZE
89 # Fixed label of exception table
98 # Checked size of ITCM/DTCM
114 # Put NitroMain at the top of ROM image
117 # Revised to match the new ROM map of TS
120 # Added padding at top of ROM image
126 # Set STATICINIT instead of .ctor temporarily
1023 WRITEW SDK_STATIC_SIZE + SDK_AUTOLOAD_SIZE; # Size of module
1044 WRITEW SDK_OVERLAY.main_overlay_1.SIZE; # Size of module
1045 WRITEW SDK_OVERLAY.main_overlay_1.BSS_SIZE; # Size of bss
1046 WRITEW SDK_OVERLAY.main_overlay_1.SINIT_START; # Start address of static init
1047 WRITEW SDK_OVERLAY.main_overlay_1.SINIT_END; # End address of static init
1054 WRITEW SDK_OVERLAY.main_overlay_2.SIZE; # Size of module
1055 WRITEW SDK_OVERLAY.main_overlay_2.BSS_SIZE; # Size of bss
1056 WRITEW SDK_OVERLAY.main_overlay_2.SINIT_START; # Start address of static init
1057 WRITEW SDK_OVERLAY.main_overlay_2.SINIT_END; # End address of static init
1064 WRITEW SDK_OVERLAY.main_itcm_1.SIZE; # Size of module
1065 WRITEW SDK_OVERLAY.main_itcm_1.BSS_SIZE; # Size of bss
1066 WRITEW SDK_OVERLAY.main_itcm_1.SINIT_START; # Start address of static init
1067 WRITEW SDK_OVERLAY.main_itcm_1.SINIT_END; # End address of static init
1074 WRITEW SDK_OVERLAY.main_dtcm_1.SIZE; # Size of module
1075 WRITEW SDK_OVERLAY.main_dtcm_1.BSS_SIZE; # Size of bss
1076 WRITEW SDK_OVERLAY.main_dtcm_1.SINIT_START; # Start address of static init
1077 WRITEW SDK_OVERLAY.main_dtcm_1.SINIT_END; # End address of static init
1084 WRITEW SDK_OVERLAY.main_dtcm_2.SIZE; # Size of module
1085 WRITEW SDK_OVERLAY.main_dtcm_2.BSS_SIZE; # Size of bss
1086 WRITEW SDK_OVERLAY.main_dtcm_2.SINIT_START; # Start address of static init
1087 WRITEW SDK_OVERLAY.main_dtcm_2.SINIT_END; # End address of static init
1094 WRITEW SDK_OVERLAY.MAIN_EX.SIZE; # Size of module
1095 WRITEW SDK_OVERLAY.MAIN_EX.BSS_SIZE; # Size of bss
1096 WRITEW SDK_OVERLAY.MAIN_EX.SINIT_START; # Start address of static init
1097 WRITEW SDK_OVERLAY.MAIN_EX.SINIT_END; # End address of static init
1104 WRITEW SDK_OVERLAY.MAIN_EX_2.SIZE; # Size of module
1105 WRITEW SDK_OVERLAY.MAIN_EX_2.BSS_SIZE; # Size of bss
1106 WRITEW SDK_OVERLAY.MAIN_EX_2.SINIT_START; # Start address of static init
1107 WRITEW SDK_OVERLAY.MAIN_EX_2.SINIT_END; # End address of static init
1118 SDK_SYS_STACKSIZE = 0; # When 0 means all remains of DTCM