Lines Matching full:text
37 text PT_LOAD FLAGS(7); /* RWX */
53 * Text, read only data and other permanent read-only sections
60 * Head text.
66 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
68 KEEP(*(.head.text.first_256B));
71 KEEP(*(.head.text.real_vectors));
72 *(.head.text.real_trampolines);
73 KEEP(*(.head.text.virt_vectors));
74 *(.head.text.virt_trampolines);
82 } :text
89 * this needs to start right after .head.text in order for fixed
92 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
99 .text : AT(ADDR(.text) - LOAD_OFFSET) {
102 /* careful! __ftr_alt_* sections need to be close to .text */
103 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
104 *(.tramp.ftrace.text);
115 * sections, which can break start-of-text offset if it is
116 * included with the main text sections, so put it by itself.
119 *(.text.asan.* .text.tsan.*)
120 } :text
258 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
263 *.init.text might be RO so we must ensure this section ends on argument
268 } :text
270 /* .exit.text is discarded at runtime, not link time,
273 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
341 * to deal with references from .exit.text