HomeSort by: relevance | last modified time | path
    Searched defs:text_name (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coff64-rs6000.c 2095 char *text_name = ".text";
2123 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2094 char *text_name = ".text"; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff64-rs6000.c 2095 char *text_name = ".text";
2123 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2094 char *text_name = ".text"; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff64-rs6000.c 2095 char *text_name = ".text";
2123 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2094 char *text_name = ".text"; local
  /src/external/gpl3/gdb/dist/bfd/
coff64-rs6000.c 2095 char *text_name = ".text";
2123 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2094 char *text_name = ".text"; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 4600 const char * text_name; local
4625 text_name = segment_name (text_seg);
4626 if (streq (text_name, ".text"))
4627 text_name = "";
4628 else if (startswith (text_name, ".gnu.linkonce.t."))
4631 text_name += strlen (".gnu.linkonce.t.");
4635 text_len = strlen (text_name);
4639 memcpy (sec_name + prefix_len, text_name, text_len);
tc-ia64.c 3549 const char *text_name, *sec_text_name; local
3555 text_name = sec_text_name;
3556 if (startswith (text_name, "_info"))
3559 text_name);
3563 if (strcmp (text_name, ".text") == 0)
3564 text_name = "";
3568 suffix = text_name;
3569 if (startswith (text_name, ".gnu.linkonce.t."))
tc-xtensa.c 11642 const char *text_name, *group_name = 0;
11671 text_name = default_lit_sections.lit_prefix;
11672 if (! text_name || ! *text_name)
11674 text_name = segment_name (current_section);
11684 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
11686 suffix = strchr (text_name + linkonce_len, '.');
11696 size_t len = strlen (text_name);
11698 && (strcmp (text_name + len - 5, ".text") == 0
11699 || startswith (text_name, ".text"))
11625 const char *text_name, *group_name = 0; local
    [all...]
tc-arm.c 26873 const char * text_name;
26895 text_name = segment_name (text_seg);
26896 if (streq (text_name, ".text"))
26897 text_name = "";
26899 if (startswith (text_name, ".gnu.linkonce.t."))
26902 text_name += strlen (".gnu.linkonce.t.");
26905 sec_name = concat (prefix, text_name, (char *) NULL);
26864 const char * text_name; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 4600 const char * text_name; local
4625 text_name = segment_name (text_seg);
4626 if (streq (text_name, ".text"))
4627 text_name = "";
4629 if (startswith (text_name, ".gnu.linkonce.t."))
4632 text_name += strlen (".gnu.linkonce.t.");
4636 text_len = strlen (text_name);
4640 memcpy (sec_name + prefix_len, text_name, text_len);
tc-ia64.c 3549 const char *text_name, *sec_text_name; local
3555 text_name = sec_text_name;
3556 if (startswith (text_name, "_info"))
3559 text_name);
3563 if (strcmp (text_name, ".text") == 0)
3564 text_name = "";
3568 suffix = text_name;
3569 if (startswith (text_name, ".gnu.linkonce.t."))
tc-xtensa.c 11642 const char *text_name, *group_name = 0;
11671 text_name = default_lit_sections.lit_prefix;
11672 if (! text_name || ! *text_name)
11674 text_name = segment_name (current_section);
11684 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
11686 suffix = strchr (text_name + linkonce_len, '.');
11696 size_t len = strlen (text_name);
11698 && (strcmp (text_name + len - 5, ".text") == 0
11699 || startswith (text_name, ".text"))
11625 const char *text_name, *group_name = 0; local
    [all...]
tc-arm.c 26876 const char * text_name;
26898 text_name = segment_name (text_seg);
26899 if (streq (text_name, ".text"))
26900 text_name = "";
26902 if (startswith (text_name, ".gnu.linkonce.t."))
26905 text_name += strlen (".gnu.linkonce.t.");
26908 sec_name = concat (prefix, text_name, (char *) NULL);
26867 const char * text_name; local

Completed in 227 milliseconds