Lines Matching refs:data
10 /* text/read-only data */
25 .rel.data : { *(.rel.data) *(.rel.gnu.linkonce.d*) }
26 .rela.data : { *(.rela.data) *(.rela.gnu.linkonce.d*) }
59 /* fake section for .data to anchor off of
64 /* end of rodata, start of data area */
70 /* in two segment binaries, the data starts at the bottom of ram (MEMBASE)
75 /* start .data segment, force the physical address to be AT() __data_start_rom */
76 .data : AT ( ADDR (.dummy_post_rodata) + SIZEOF (.dummy_post_rodata) ) ALIGN(4) {
78 *(.data .data.* .gnu.linkonce.d.*) argument
99 * extra linker scripts tend to insert sections just after .data,
107 /* uninitialized data (in same segment as writable data) */