Lines Matching refs:text
24 .hash : { *(.hash) } :text
32 .note : { *(.note.*) } :text :note
35 .text : {
36 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
37 } :text
65 * Other stuff is appended to the text segment:
70 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
71 .eh_frame : { KEEP (*(.eh_frame)) } :text
75 .dynamic : { *(.dynamic) } :text :dynamic
76 .got : { *(.got) } :text
109 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */