HomeSort by relevance Sort by last modified time
    Searched refs:reloc_cache (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
i386lynx.c 379 arelent *reloc_cache;
411 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent));
412 if (!reloc_cache && count != 0)
418 free (reloc_cache);
425 free (reloc_cache);
433 arelent *cache_ptr = reloc_cache;
445 arelent *cache_ptr = reloc_cache;
456 asect->relocation = reloc_cache;
378 arelent *reloc_cache; local
hp300hpux.c 710 arelent *reloc_cache; local
744 reloc_cache = (arelent *) bfd_zalloc (abfd, count * sizeof (arelent));
745 if (!reloc_cache && count != 0)
751 bfd_release (abfd, reloc_cache);
758 bfd_release (abfd, reloc_cache);
764 cache_ptr = reloc_cache;
773 asect->relocation = reloc_cache;
bout.c 682 arelent *reloc_cache;
711 reloc_cache = bfd_malloc (amt);
712 if (!reloc_cache)
721 free (reloc_cache);
748 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
860 while (cursor->address > stop && cursor >= reloc_cache)
874 asect->relocation = reloc_cache;
681 arelent *reloc_cache; local
    [all...]
aoutx.h 2283 arelent *reloc_cache; local
    [all...]
pdp11.c 1825 arelent *reloc_cache; local
    [all...]
coffcode.h 5250 arelent *reloc_cache; local
    [all...]

Completed in 246 milliseconds