Home | History | Annotate | Download | only in config

Lines Matching refs:text_name

21162   const char * text_name;
21187 text_name = segment_name (text_seg);
21188 if (streq (text_name, ".text"))
21189 text_name = "";
21191 if (strncmp (text_name, ".gnu.linkonce.t.",
21195 text_name += strlen (".gnu.linkonce.t.");
21199 text_len = strlen (text_name);
21203 memcpy (sec_name + prefix_len, text_name, text_len);