Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.h379 extern void coff_adjust_section_syms (bfd *, asection *, void *);
Dobj-coff.c1476 coff_adjust_section_syms (bfd *abfd ATTRIBUTE_UNUSED, in coff_adjust_section_syms() function
1522 bfd_map_over_sections (stdoutput, coff_adjust_section_syms, NULL); in coff_frob_file_after_relocs()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20041681 * config/obj-coff.c (coff_adjust_section_syms): Use
DChangeLog-96971248 * config/obj-coff.c (coff_adjust_section_syms): Only count fixups
4831 (coff_adjust_section_syms): Always call section_symbol for .text,
DChangeLog-92954494 (coff_adjust_section_syms): Ignore sections with no seginfo.
4546 (coff_adjust_section_syms): New function.
4552 (coff_frob_file): New function; map coff_adjust_section_syms over
4555 * config/obj-coff.h (coff_adjust_section_syms, coff_frob_file):