Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc_cache

1828   arelent *reloc_cache;
1884 reloc_cache = bfd_zmalloc (count * sizeof (arelent));
1885 if (reloc_cache == NULL && count != 0)
1888 cache_ptr = reloc_cache;
1914 asect->relocation = reloc_cache;
1915 asect->reloc_count = cache_ptr - reloc_cache;