Lines Matching full:text
38 text PT_LOAD FLAGS(7); /* RWX */
54 * Text, read only data and other permanent read-only sections
61 * Head text.
67 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
69 KEEP(*(.head.text.first_256B));
72 KEEP(*(.head.text.real_vectors));
73 *(.head.text.real_trampolines);
74 KEEP(*(.head.text.virt_vectors));
75 *(.head.text.virt_trampolines);
83 } :text
90 * this needs to start right after .head.text in order for fixed
93 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
100 .text : AT(ADDR(.text) - LOAD_OFFSET) {
103 /* careful! __ftr_alt_* sections need to be close to .text */
104 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
106 *(.tramp.ftrace.text);
119 * sections, which can break start-of-text offset if it is
120 * included with the main text sections, so put it by itself.
123 MEM_KEEP(init.text)
124 MEM_KEEP(exit.text)
133 } :text
213 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
218 *.init.text might be RO so we must ensure this section ends on argument
226 } :text
228 /* .exit.text is discarded at runtime, not link time,
231 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
299 * to deal with references from .exit.text