Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-som.c264 adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) in adjust_stab_sections() function
293 bfd_map_over_sections (stdoutput, adjust_stab_sections, (void *) 0); in som_frob_file()
Dobj-elf.c2018 adjust_stab_sections (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) in adjust_stab_sections() function
2382 bfd_map_over_sections (stdoutput, adjust_stab_sections, NULL); in elf_frob_file()
/toolchain/binutils/binutils-2.25/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.