Searched refs:text_name (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | stabsread.h | 193 int mainline, char *stab_name, char *stabstr_name, char *text_name);
|
H A D | dbxread.c | 3407 char *stabstr_name, char *text_name) in stabsect_build_psymtabs() argument 3430 text_sect = bfd_get_section_by_name (sym_bfd, text_name); in stabsect_build_psymtabs() 3432 error ("Can't find %s section in symbol file", text_name); in stabsect_build_psymtabs()
|
H A D | ChangeLog-1994 | 2685 * dbxread.c (stabsect_build_psymtabs): New argument "text_name"
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-ia64.c | 3319 generate_unwind_image (text_name) in generate_unwind_image() argument 3320 const char *text_name; in generate_unwind_image() 3413 if (strcmp (text_name, ".text") == 0) 3414 text_name = ""; 3425 generate_unwind_image (text_name); 4060 const char *sec_name, *text_name; local 4108 text_name = segment_name (saved_seg); 4112 text_name); 4116 if (strcmp (text_name, ".text") == 0) 4117 text_name = ""; [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coff64-rs6000.c | 2191 char *text_name = ".text"; local 2219 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | coff64-rs6000.c | 2190 char *text_name = ".text"; local 2218 memcpy (text_scnhdr.s_name, text_name, strlen (text_name));
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A 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()
|
H A D | tc-arm.c | 11040 const char * text_name; in start_unwind_section() local 11065 text_name = segment_name (text_seg); in start_unwind_section() 11066 if (streq (text_name, ".text")) in start_unwind_section() 11067 text_name = ""; in start_unwind_section() 11069 if (strncmp (text_name, ".gnu.linkonce.t.", in start_unwind_section() 11073 text_name += strlen (".gnu.linkonce.t."); in start_unwind_section() 11077 text_len = strlen (text_name); in start_unwind_section() 11081 memcpy (sec_name + prefix_len, text_name, text_len); in start_unwind_section()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0001 | 3290 (generate_unwind_image): Add "text_name" argument. Use it to
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-0001 | 3290 (generate_unwind_image): Add "text_name" argument. Use it to
|