Lines Matching refs:data
30 * Put some data in, or else the linker makes it a SHT_NOBITS
118 * placement would put them after .data instead of here. That's bad
127 * All such uses in the source use sections named ".data.rel.ro.foo"
137 .data.rel.ro : ALIGN(8) {
139 KEEP(*(.data.rel.ro.commands))
143 KEEP(*(.data.rel.ro.ktrace_probe))
147 KEEP(*(.data.rel.ro.lk_init))
151 KEEP(*(.data.rel.ro.lk_pdev_init))
155 KEEP(*(.data.rel.ro.unittest_testcases))
158 *(.data.rel.ro* .gnu.linkonce.d.rel.ro.*)
168 * Any read-only data "orphan" sections will be inserted here.
177 * just define it inside the .data section below, which is
181 .data : ALIGN(4096) {
185 /* Pull out any aligned data into a separate section to make sure
188 *(.data.cpu_align_exclusive) argument
191 *(.data .data.* .gnu.linkonce.d.*)
199 } :data
249 data PT_LOAD FLAGS(6); /* PF_R|PF_W */