Lines Matching full:text
22 text PT_LOAD FLAGS(7); /* RWX */
38 * Text, read only data and other permanent read-only sections
45 * Head text.
51 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
53 KEEP(*(.head.text.first_256B));
56 KEEP(*(.head.text.real_vectors));
57 *(.head.text.real_trampolines);
58 KEEP(*(.head.text.virt_vectors));
59 *(.head.text.virt_trampolines);
67 } :text
74 * this needs to start right after .head.text in order for fixed
77 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
84 .text : AT(ADDR(.text) - LOAD_OFFSET) {
87 /* careful! __ftr_alt_* sections need to be close to .text */
88 *(.text.hot TEXT_MAIN .text.fixup .text.unlikely .fixup __ftr_alt_* .ref.text);
90 *(.tramp.ftrace.text);
103 * sections, which can break start-of-text offset if it is
104 * included with the main text sections, so put it by itself.
107 MEM_KEEP(init.text)
108 MEM_KEEP(exit.text)
117 } :text
187 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
194 } :text
196 /* .exit.text is discarded at runtime, not link time,
199 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
282 * to deal with references from .exit.text