MEMBASEADDR        68 platform/a410/sub/100f/boot.c     long *canon_data_dst = (void*)MEMBASEADDR;
MEMBASEADDR        70 platform/a410/sub/100f/boot.c     long canon_data_len = 0x11010 - MEMBASEADDR; //
MEMBASEADDR       193 platform/generic/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4){
MEMBASEADDR       171 platform/ixus30_sd200/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4)
MEMBASEADDR       172 platform/ixus40_sd300/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4)
MEMBASEADDR        30 platform/ixus40_sd300/sub/100j/boot.c     long *canon_data_dst = (void*)MEMBASEADDR; // This is where the boot data is copiedduring firmware update
MEMBASEADDR        32 platform/ixus40_sd300/sub/100j/boot.c     long *canon_bss_start = (void*) (canon_data_len + MEMBASEADDR); //  = 0xEB60 + 0x1900,  just after data
MEMBASEADDR       159 platform/ixus50_sd400/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4){
MEMBASEADDR       159 platform/ixus700_sd500/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4){
MEMBASEADDR        25 platform/ixusizoom_sd30/sub/100g/boot.c     long *canon_data_dst = (void*)MEMBASEADDR; // This is where the boot data is copiedduring firmware update
MEMBASEADDR        27 platform/ixusizoom_sd30/sub/100g/boot.c     long *canon_bss_start = (void*) (canon_data_len + MEMBASEADDR); //  = 0xEB60 + 0x1900,  just after data
MEMBASEADDR        23 platform/ixusizoom_sd30/sub/100h/boot.c     long *canon_data_dst = (void*)MEMBASEADDR; // This is where the boot data is copiedduring firmware update
MEMBASEADDR        25 platform/ixusizoom_sd30/sub/100h/boot.c     long *canon_bss_start = (void*) (canon_data_len + MEMBASEADDR); //  = 0xEB60 + 0x1900,  just after data
MEMBASEADDR       161 platform/s2is/main.c     for (ptr=(void*)MEMBASEADDR;((long)ptr)<MEMISOSTART;ptr+=4){