Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dreloc16.c148 unsigned *shrinks; in bfd_coff_reloc16_relax_section() local
203 shrinks = (unsigned *) bfd_zmalloc (amt); in bfd_coff_reloc16_relax_section()
219 shrinks[i], link_info); in bfd_coff_reloc16_relax_section()
223 if (shrink != shrinks[i]) in bfd_coff_reloc16_relax_section()
227 shrinks[j] += shrink - shrinks[i]; in bfd_coff_reloc16_relax_section()
233 shrink = shrinks[reloc_count]; in bfd_coff_reloc16_relax_section()
234 free ((char *) shrinks); in bfd_coff_reloc16_relax_section()
DChangeLog-98995092 * reloc16.c (bfd_coff_reloc16_relax_section): Change shrinks to
DChangeLog-96974181 * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
DChangeLog-00018940 of shrinks properly, including the last reloc.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Drd-v32-l4.d4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.