Searched refs:SIZEOF (Results 1 – 25 of 62) sorted by relevance
123
41 __data_store = FLASH + SIZEOF(.text);43 AT (LOADADDR(.text) + SIZEOF(.text))50 AT (LOADADDR(.data) + SIZEOF(.data))88 /* .image (FLASH + SIZEOF(.text) + SIZEOF(.data) + SIZEOF(.sdata)) : */89 .image (FLASH + SIZEOF(.text) + SIZEOF(.data) + SIZEOF(.sdata)) :90 AT (LOADADDR(.sdata) + SIZEOF(.sdata))95 __rom_size__ = LOADADDR(.image) + SIZEOF(.image);
56 __data_run_end = __data_run_begin + SIZEOF(.data);57 __data_load_end = __data_load_begin + SIZEOF(.data);67 __bss_end = __bss_begin + SIZEOF(.bss);76 __pram_data_end = __pram_data_begin + SIZEOF(.pram_data);86 __pram_run_end = __pram_run_begin + SIZEOF(.pram);87 __pram_load_end = __pram_load_begin + SIZEOF(.pram);102 __pram_overlay_load_end = __pram_overlay_load_start + SIZEOF(.pram1) + SIZEOF(.pram2);113 __text_end = __text_begin + SIZEOF(.text);123 __strings_end = __strings_begin + SIZEOF (.strings);
288 __romdatacopysize = SIZEOF(.data);}290 .bss ${RELOCATING-0}${RELOCATING+ALIGN(SIZEOF(.data) + ADDR(.data), 2)} :302 ${RELOCATING+ PROVIDE (__bsssize = SIZEOF(.bss)); }306 .noinit ${RELOCATING-0}${RELOCATING+ALIGN(SIZEOF(.bss) + ADDR(.bss), 2)} :316 .persistent ${RELOCATING-0}${RELOCATING+ALIGN(SIZEOF(.noinit) + ADDR(.noinit), 2)} :345 PROVIDE (__data_end_rom = _etext + SIZEOF (.data)) ;346 PROVIDE (__noinit_start_rom = _etext + SIZEOF (.data)) ;347 PROVIDE (__noinit_end_rom = _etext + SIZEOF (.data) + SIZEOF (.noinit)) ;
44 .data : ${RELOCATING+ AT (ADDR (.text) + SIZEOF (.text))}52 .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :62 ${RELOCATING+ __data_load_end = __data_load_start + SIZEOF(.data); }
133 RODATA=".rodata ${RELOCATING+ADDR(.data)+SIZEOF(.data)} ${RELOCATING-0} : { *(.rodata${RELOCATING+ …208 CTOR=".ctors ADDR(.text) + SIZEOF(.text) ${CONSTRUCTING-0} :234 DTOR=".dtors ADDR(.ctors) + SIZEOF(.ctors) ${CONSTRUCTING-0} :359 GNU_C_BUILTIN_LIB_RO ADDR(NEW_LIB_RO) + SIZEOF(NEW_LIB_RO) : {365 …NEW_LIB_WR ADDR(GNU_C_BUILTIN_LIB_RO) + SIZEOF(GNU_C_BUILTIN_LIB_RO) : { lib_a-*.o(.data ) } …368 …__init_start = DEFINED(__USE_INTERNAL_MEM_) ? ORIGIN(BANK1_SRAM) : (ADDR(NEW_LIB_WR) + SIZEOF(NEW…369 …__init_start = DEFINED(__USE_INTERNAL_MEM_FOR_NEW_LIB_) ? ADDR(NEW_LIB_WR) + SIZEOF(NEW_LIB_WR) :…482 .fini ${RELOCATING-0}${RELOCATING+ADDR(.init)+SIZEOF(.init)} :489 .text ${RELOCATING-0}${RELOCATING+ADDR(.fini)+SIZEOF(.fini)} :560 .data ${RELOCATING-0}${RELOCATING+ADDR(.dtors)+SIZEOF(.dtors)} :[all …]
61 . = ${RELOCATING+(ALIGN (0x10000000 + SIZEOF_HEADERS, 32)) + }SIZEOF(.text);63 . = . + SIZEOF(.tdata);
120 ___pre_comp_data_size = SIZEOF(.data);384 ${RELOCATING+__data_section_size = SIZEOF(.data);}385 ${RELOCATING+PROVIDE (__data_section_size = SIZEOF(.data));}413 ${RELOCATING+__bss_size = SIZEOF(.bss);}414 ${RELOCATING+PROVIDE (__bss_size = SIZEOF(.bss));}
35 __data_store = FLASH + SIZEOF(.text);37 AT (LOADADDR(.text) + SIZEOF(.text))44 AT (LOADADDR(.data) + SIZEOF(.data))82 .image (FLASH + SIZEOF(.text) + SIZEOF(.data) + SIZEOF(.sdata)) :83 AT (LOADADDR(.sdata) + SIZEOF(.sdata))
33 __data_store = FLASH + SIZEOF(.text);35 AT (LOADADDR(.text) + SIZEOF(.text))42 AT (LOADADDR(.data) + SIZEOF(.data))80 .image (FLASH + SIZEOF(.text) + SIZEOF(.data) + SIZEOF(.sdata)) :81 AT (LOADADDR(.sdata) + SIZEOF(.sdata))
91 LONG(SIZEOF(.ovly0));96 LONG(SIZEOF(.ovly1));101 LONG(SIZEOF(.ovly2));106 LONG(SIZEOF(.ovly3));111 LONG(SIZEOF(.data00));116 LONG(SIZEOF(.data01));121 LONG(SIZEOF(.data02));126 LONG(SIZEOF(.data03));
19 AT (ROM + SIZEOF(.text))25 AT (ROM + SIZEOF(.text) + SIZEOF(.data))
35 __data_store = GZBOOT + SIZEOF(.text);37 AT (LOADADDR(.text) + SIZEOF(.text))44 AT (LOADADDR(.data) + SIZEOF(.data))
16 .text (KERNEL_BASE_virt + SIZEOF(.start)) :17 AT (LOADADDR(.start) + SIZEOF(.start))
15 .text (KERNEL_BASE_virt + ALIGN(SIZEOF(.start), ALIGNOF(.text))) :16 AT (LOADADDR(.start) + ALIGN(SIZEOF(.start), ALIGNOF(.text)))
16 .text (KERNEL_BASE_virt + ALIGN(SIZEOF(.start), ALIGNOF(.text))) :17 AT (LOADADDR(.start) + ALIGN(SIZEOF(.start), ALIGNOF(.text)))
140 SIZEOF = 341, /* SIZEOF */ enumerator252 #define SIZEOF 341 macro
212 #define SIZEOF(v) (sizeof(v) / sizeof((v)[0])) macro272 for (n = 0; n < SIZEOF(msg); ++n) in usage()278 for (n = 0; n < SIZEOF(long_opts); ++n) in usage()398 for (lc = 0; lc < SIZEOF(long_opts); ++lc) in getargs()