Lines Matching refs:text
24 .hash : { *(.hash) } :text
32 .note : { *(.note.*) } :text :note
35 .text : {
36 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
38 } :text
64 * Other stuff is appended to the text segment:
69 .dynamic : { *(.dynamic) } :text :dynamic
71 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
72 .eh_frame : { KEEP (*(.eh_frame)) } :text
106 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */