Home
last modified time | relevance | path

Searched refs:adjust_stab_sections (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dobj-som.c268 adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) in adjust_stab_sections() function
297 bfd_map_over_sections (stdoutput, adjust_stab_sections, (void *) 0); in som_frob_file()
Dobj-elf.c2596 adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) in adjust_stab_sections() function
2971 bfd_map_over_sections (stdoutput, adjust_stab_sections, NULL); in elf_frob_file()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20041490 * config/obj-som.c (adjust_stab_sections): Add prototype.
1492 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
DChangeLog-92958544 (adjust_stab_sections): Adjust the special entry in the
8546 (som_frob_file): New function. Simply calls adjust_stab_sections
9298 (adjust_stab_sections): Add casts to avoid warnings.
9367 (adjust_stab_sections): Get frag pointer from seg_info, rather
9944 (adjust_stab_sections): New function.
9945 (elf_frob_file): Apply adjust_stab_sections to each section.
DChangeLog2127 (adjust_stab_sections): Likewise.