6 ${RELOCATING+${LIB_SEARCH_DIRS}}
10 .text ${RELOCATING+ 0x10000 + SIZEOF_HEADERS} :
13 ${RELOCATING+ __.text.start = .};
14 ${RELOCATING+ __.init.start = .};
15 ${RELOCATING+ LONG(0xf400c001)}
16 ${RELOCATING+ __.init.end = .};
18 ${RELOCATING+ __.tdesc_start = .};
19 ${RELOCATING+ *(.tdesc)}
20 ${RELOCATING+ __.text_end = .} ;
21 ${RELOCATING+ __.initp.start = .};
22 ${RELOCATING+ __.initp.end =.};
24 ${RELOCATING+_etext =.};
26 .data ${RELOCATING+ SIZEOF(.text) + ADDR(.text) + 0x400000} :
29 ${CONSTRUCTING+CONSTRUCTORS}
31 ${RELOCATING+_edata = .};
33 .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
37 ${RELOCATING+ _end = .};
38 ${RELOCATING+ __end = .};