Lines Matching refs:text
39 .hash : { *(.hash) } :text
47 .dynamic : { *(.dynamic) } :text :dynamic
58 } :text
67 .note : { *(.note.*) } :text :note
69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
78 .text : {
79 *(.text*)
80 } :text =0x90909090,
84 .altinstructions : { *(.altinstructions) } :text
85 .altinstr_replacement : { *(.altinstr_replacement) } :text
87 __ex_table : { *(__ex_table) } :text
107 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */