Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc_cache

684   arelent *reloc_cache;
713 reloc_cache = bfd_malloc (amt);
714 if (!reloc_cache)
723 free (reloc_cache);
750 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
862 while (cursor->address > stop && cursor >= reloc_cache)
876 asect->relocation = reloc_cache;