HomeSort by: relevance | last modified time | path
    Searched refs:stabstr (Results 1 - 25 of 195) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/arch/mmeye/conf/
shl.x 37 .stabstr 0 (NOLOAD) :
39 *(.stabstr)
sh.x 41 .stabstr 0 (NOLOAD) :
43 *(.stabstr)
  /src/sys/arch/evbsh3/conf/
sh.x 41 .stabstr 0 (NOLOAD) :
43 *(.stabstr)
shl.x 41 .stabstr 0 (NOLOAD) :
43 *(.stabstr)
  /src/external/gpl3/binutils/dist/gas/
stabs.c 45 #define STAB_STRING_SECTION_NAME ".stabstr"
95 get_stab_string_offset (const char *string, segT stabstr)
111 subseg_set (stabstr, 0);
113 retval = seg_info (stabstr)->stabu.stab_string_size;
119 retval = seg_info (stabstr)->stabu.stab_string_size = 1;
120 bfd_set_section_flags (stabstr, SEC_READONLY | SEC_DEBUGGING);
128 seg_info (stabstr)->stabu.stab_string_size += length + 1;
208 segT stab, stabstr = NULL; local
224 stabstr = subseg_new (stabstr_secname, 0);
228 && stabstr->name != stabstr_secname
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 45 #define STAB_STRING_SECTION_NAME ".stabstr"
95 get_stab_string_offset (const char *string, segT stabstr)
111 subseg_set (stabstr, 0);
113 retval = seg_info (stabstr)->stabu.stab_string_size;
119 retval = seg_info (stabstr)->stabu.stab_string_size = 1;
120 bfd_set_section_flags (stabstr, SEC_READONLY | SEC_DEBUGGING);
128 seg_info (stabstr)->stabu.stab_string_size += length + 1;
208 segT stab, stabstr = NULL; local
224 stabstr = subseg_new (stabstr_secname, 0);
228 && stabstr->name != stabstr_secname
    [all...]
  /src/sys/arch/x68k/stand/boot/
boot.ldscript 54 *(.stabstr)
  /src/sys/arch/bebox/stand/boot/
ld.script 77 .stabstr 0 : { *(.stabstr) }
  /src/sys/arch/prep/stand/boot/
ld.script 77 .stabstr 0 : { *(.stabstr) }
  /src/sys/arch/rs6000/stand/boot/
ld.script 77 .stabstr 0 : { *(.stabstr) }
  /src/external/gpl3/binutils/dist/gas/config/
obj-som.c 208 obj_som_init_stab_section (segT stab, segT stabstr)
250 stroff = get_stab_string_offset (file, stabstr);
259 obj_set_subsection_attributes (stabstr, space, 0x1f, 72, 0, 0, 0, 0);
260 bfd_set_section_alignment (stabstr, 2);
obj-elf.c 2474 obj_elf_init_stab_section (segT stab, segT stabstr)
2489 stroff = get_stab_string_offset (file, stabstr);
3111 elf_init_stab_section (segT stab, segT stabstr)
3114 obj_elf_init_stab_section (stab, stabstr);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-som.c 208 obj_som_init_stab_section (segT stab, segT stabstr)
250 stroff = get_stab_string_offset (file, stabstr);
259 obj_set_subsection_attributes (stabstr, space, 0x1f, 72, 0, 0, 0, 0);
260 bfd_set_section_alignment (stabstr, 2);
obj-elf.c 2648 obj_elf_init_stab_section (segT stab, segT stabstr)
2663 stroff = get_stab_string_offset (file, stabstr);
3273 elf_init_stab_section (segT stab, segT stabstr)
3276 obj_elf_init_stab_section (stab, stabstr);
  /src/external/gpl3/binutils/dist/bfd/
stabs.c 126 . {* The first .stabstr section. *}
127 . struct bfd_section *stabstr;
215 if (sinfo->stabstr == NULL)
232 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
234 if (sinfo->stabstr == NULL)
486 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
488 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
494 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
777 Write out the .stabstr section
    [all...]
cofflink.c 566 optimize the handling of any .stab/.stabstr sections. */
572 asection *stabstr; local
574 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
576 if (stabstr != NULL)
591 stab, stabstr,
1157 if (coff_hash_table (info)->stab_info.stabstr != NULL)
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 126 . {* The first .stabstr section. *}
127 . struct bfd_section *stabstr;
216 if (sinfo->stabstr == NULL)
233 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
235 if (sinfo->stabstr == NULL)
486 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
488 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
494 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
781 Write out the .stabstr section
    [all...]
cofflink.c 566 optimize the handling of any .stab/.stabstr sections. */
572 asection *stabstr; local
574 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
576 if (stabstr != NULL)
602 stab, stabstr,
1169 if (coff_hash_table (info)->stab_info.stabstr != NULL)
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 126 . {* The first .stabstr section. *}
127 . struct bfd_section *stabstr;
216 if (sinfo->stabstr == NULL)
233 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
235 if (sinfo->stabstr == NULL)
486 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
488 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
494 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
781 Write out the .stabstr section
    [all...]
cofflink.c 565 optimize the handling of any .stab/.stabstr sections. */
571 asection *stabstr; local
573 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
575 if (stabstr != NULL)
601 stab, stabstr,
1130 if (coff_hash_table (info)->stab_info.stabstr != NULL)
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 126 . {* The first .stabstr section. *}
127 . struct bfd_section *stabstr;
216 if (sinfo->stabstr == NULL)
233 sinfo->stabstr = bfd_make_section_anyway_with_flags (abfd, ".stabstr",
235 if (sinfo->stabstr == NULL)
486 SEC_EXCLUDE for the .stabstr section, so that it will be dropped
488 .stabstr section we saw, and make sure we don't set SEC_EXCLUDE
494 sinfo->stabstr->size = _bfd_stringtab_size (sinfo->strings);
781 Write out the .stabstr section
    [all...]
cofflink.c 566 optimize the handling of any .stab/.stabstr sections. */
572 asection *stabstr; local
574 stabstr = bfd_get_section_by_name (abfd, ".stabstr");
576 if (stabstr != NULL)
602 stab, stabstr,
1169 if (coff_hash_table (info)->stab_info.stabstr != NULL)
  /src/sys/arch/ofppc/stand/ofwboot/
ldscript 194 .stabstr 0 : { *(.stabstr) }
  /src/sys/arch/evbmips/stand/sbmips/common/
boot.ldscript 214 .stabstr 0 : { *(.stabstr) }
  /src/sys/arch/sbmips/stand/common/
boot.ldscript 214 .stabstr 0 : { *(.stabstr) }

Completed in 75 milliseconds

1 2 3 4 5 6 7 8