Searched refs:text_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | stabsread.h | 193 int mainline, char *stab_name, char *stabstr_name, char *text_name);
|
| D | dbxread.c | 3499 char *stabstr_name, char *text_name) in stabsect_build_psymtabs() argument 3522 text_sect = bfd_get_section_by_name (sym_bfd, text_name); in stabsect_build_psymtabs() 3524 error ("Can't find %s section in symbol file", text_name); in stabsect_build_psymtabs()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | coff64-rs6000.c | 2207 char *text_name = ".text"; local 2235 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 3710 const char *text_name, *sec_text_name; in start_unwind_section() local 3717 text_name = sec_text_name; in start_unwind_section() 3718 if (strncmp (text_name, "_info", 5) == 0) in start_unwind_section() 3721 text_name); in start_unwind_section() 3725 if (strcmp (text_name, ".text") == 0) in start_unwind_section() 3726 text_name = ""; in start_unwind_section() 3730 suffix = text_name; in start_unwind_section() 3731 if (strncmp (text_name, ".gnu.linkonce.t.", in start_unwind_section()
|
| D | tc-arm.c | 17197 const char * text_name; in start_unwind_section() local 17222 text_name = segment_name (text_seg); in start_unwind_section() 17223 if (streq (text_name, ".text")) in start_unwind_section() 17224 text_name = ""; in start_unwind_section() 17226 if (strncmp (text_name, ".gnu.linkonce.t.", in start_unwind_section() 17230 text_name += strlen (".gnu.linkonce.t."); in start_unwind_section() 17234 text_len = strlen (text_name); in start_unwind_section() 17238 memcpy (sec_name + prefix_len, text_name, text_len); in start_unwind_section()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0001 | 3290 (generate_unwind_image): Add "text_name" argument. Use it to
|