Home | History | Annotate | Download | only in config

Lines Matching refs:text_name

10939   const char *text_name, *group_name = 0;
10967 text_name = default_lit_sections.lit_prefix;
10968 if (! text_name || ! *text_name)
10970 text_name = segment_name (current_section);
10981 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
10983 suffix = strchr (text_name + linkonce_len, '.');
10997 size_t len = strlen (text_name);
10999 && (strcmp (text_name + len - 5, ".text") == 0
11000 || strncmp (text_name, ".text", 5) == 0))
11004 if (strncmp (text_name, ".text", 5) == 0)
11007 strcat (name, text_name + 5);
11011 strcpy (name, text_name);