Lines Matching refs:text
34 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags
36 .reginfo : { *(.reginfo) } :text :reginfo
38 .hash : { *(.hash) } :text
46 .note : { *(.note.*) } :text :note
48 .text : { *(.text*) } :text
53 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
54 .eh_frame : { KEEP (*(.eh_frame)) } :text
56 .dynamic : { *(.dynamic) } :text :dynamic
58 .rodata : { *(.rodata*) } :text
88 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */