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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.h196 int mainline, char *stab_name, char *stabstr_name, char *text_name);
H A Ddbxread.c3512 char *stabstr_name, char *text_name)
3535 text_sect = bfd_get_section_by_name (sym_bfd, text_name);
3537 error ("Can't find %s section in symbol file", text_name);
3498 stabsect_build_psymtabs(struct objfile *objfile, int mainline, char *stab_name, char *stabstr_name, char *text_name) argument
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c2208 char *text_name = ".text";
2236 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
2207 char *text_name = ".text"; local
/freebsd-9.3-release/contrib/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.c17211 const char * text_name;
17236 text_name = segment_name (text_seg);
17237 if (streq (text_name, ".text"))
17238 text_name = "";
17240 if (strncmp (text_name, ".gnu.linkonce.t.",
17244 text_name += strlen (".gnu.linkonce.t.");
17248 text_len = strlen (text_name);
17252 memcpy (sec_name + prefix_len, text_name, text_len);
17197 const char * text_name; local

Completed in 239 milliseconds