Lines Matching full:text
42 text PT_LOAD FLAGS(7); /* RWX */
58 * Text, read only data and other permanent read-only sections
65 * Head text.
71 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
73 KEEP(*(.head.text.first_256B));
76 KEEP(*(.head.text.real_vectors));
77 *(.head.text.real_trampolines);
78 KEEP(*(.head.text.virt_vectors));
79 *(.head.text.virt_trampolines);
87 } :text
94 * this needs to start right after .head.text in order for fixed
97 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
104 .text : AT(ADDR(.text) - LOAD_OFFSET) {
107 /* careful! __ftr_alt_* sections need to be close to .text */
108 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
110 *(.tramp.ftrace.text);
123 * sections, which can break start-of-text offset if it is
124 * included with the main text sections, so put it by itself.
127 MEM_KEEP(init.text)
128 MEM_KEEP(exit.text)
129 } :text
262 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
267 *.init.text might be RO so we must ensure this section ends on argument
275 } :text
277 /* .exit.text is discarded at runtime, not link time,
280 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
346 * to deal with references from .exit.text