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
580 WRITEW SDK_STATIC_SIZE + SDK_AUTOLOAD_SIZE; # Size of module
597 WRITEW SDK_OVERLAY.overlay_0.SIZE; # Size of module
598 WRITEW SDK_OVERLAY.overlay_0.BSS_SIZE; # Size of bss
599 WRITEW SDK_OVERLAY.overlay_0.SINIT_START; # Start address of static init
600 WRITEW SDK_OVERLAY.overlay_0.SINIT_END; # End address of static init
607 WRITEW SDK_OVERLAY.overlay_1.SIZE; # Size of module
608 WRITEW SDK_OVERLAY.overlay_1.BSS_SIZE; # Size of bss
609 WRITEW SDK_OVERLAY.overlay_1.SINIT_START; # Start address of static init
610 WRITEW SDK_OVERLAY.overlay_1.SINIT_END; # End address of static init
617 WRITEW SDK_OVERLAY.overlay_2.SIZE; # Size of module
618 WRITEW SDK_OVERLAY.overlay_2.BSS_SIZE; # Size of bss
619 WRITEW SDK_OVERLAY.overlay_2.SINIT_START; # Start address of static init
620 WRITEW SDK_OVERLAY.overlay_2.SINIT_END; # End address of static init
631 SDK_SYS_STACKSIZE = 8192; # When 0 means all remains of DTCM