Searched refs:text_name (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp93 if ![regexp $want $got all text_name text_size data_name data_size] then {
96 verbose "text name is $text_name size is $text_size"
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dobjdump.exp91 if ![regexp $want $got all text_name text_size data_name data_size] then {
94 verbose "text name is $text_name size is $text_size"
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.c4606 const char * text_name; local
4631 text_name = segment_name (text_seg);
4632 if (streq (text_name, ".text"))
4633 text_name = "";
4635 if (strncmp (text_name, ".gnu.linkonce.t.",
4639 text_name += strlen (".gnu.linkonce.t.");
4643 text_len = strlen (text_name);
4647 memcpy (sec_name + prefix_len, text_name, text_len);
H A Dtc-xtensa.c11516 const char *text_name, *group_name = 0;
11545 text_name = default_lit_sections.lit_prefix;
11546 if (! text_name || ! *text_name)
11548 text_name = segment_name (current_section);
11558 else if (strncmp (text_name, ".gnu.linkonce.", linkonce_len) == 0)
11560 suffix = strchr (text_name + linkonce_len, '.');
11570 size_t len = strlen (text_name);
11572 && (strcmp (text_name + len - 5, ".text") == 0
11573 || strncmp (text_name, "
11499 const char *text_name, *group_name = 0; local
[all...]
H A Dtc-ia64.c3556 const char *text_name, *sec_text_name; local
3562 text_name = sec_text_name;
3563 if (strncmp (text_name, "_info", 5) == 0)
3566 text_name);
3570 if (strcmp (text_name, ".text") == 0)
3571 text_name = "";
3575 suffix = text_name;
3576 if (strncmp (text_name, ".gnu.linkonce.t.",
H A Dtc-arm.c22095 const char * text_name;
22117 text_name = segment_name (text_seg);
22118 if (streq (text_name, ".text"))
22119 text_name = "";
22121 if (strncmp (text_name, ".gnu.linkonce.t.",
22125 text_name += strlen (".gnu.linkonce.t.");
22128 sec_name = concat (prefix, text_name, (char *) NULL);
22084 const char * text_name; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff64-rs6000.c2192 char *text_name = ".text";
2220 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2191 char *text_name = ".text"; local
/haiku-buildtools/binutils/bfd/
H A Dcoff64-rs6000.c2184 char *text_name = ".text";
2212 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2183 char *text_name = ".text"; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c3710 const char *text_name, *sec_text_name; local
3717 text_name = sec_text_name;
3718 if (strncmp (text_name, "_info", 5) == 0)
3721 text_name);
3725 if (strcmp (text_name, ".text") == 0)
3726 text_name = "";
3730 suffix = text_name;
3731 if (strncmp (text_name, ".gnu.linkonce.t.",
H A Dtc-arm.c10929 const char * text_name;
10954 text_name = segment_name (text_seg);
10955 if (streq (text_name, ".text"))
10956 text_name = "";
10958 if (strncmp (text_name, ".gnu.linkonce.t.",
10962 text_name += strlen (".gnu.linkonce.t.");
10966 text_len = strlen (text_name);
10970 memcpy (sec_name + prefix_len, text_name, text_len);
10915 const char * text_name; local

Completed in 488 milliseconds