Lines Matching full:text
43 text PT_LOAD FLAGS(7); /* RWX */
59 * Text, read only data and other permanent read-only sections
66 * Head text.
72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
74 KEEP(*(.head.text.first_256B));
77 KEEP(*(.head.text.real_vectors));
78 *(.head.text.real_trampolines);
79 KEEP(*(.head.text.virt_vectors));
80 *(.head.text.virt_trampolines);
88 } :text
95 * this needs to start right after .head.text in order for fixed
98 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
105 .text : AT(ADDR(.text) - LOAD_OFFSET) {
108 /* careful! __ftr_alt_* sections need to be close to .text */
109 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
110 *(.tramp.ftrace.text);
121 * sections, which can break start-of-text offset if it is
122 * included with the main text sections, so put it by itself.
125 *(.text.asan.* .text.tsan.*)
126 } :text
265 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
270 *.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) {
348 * to deal with references from .exit.text