Home
last modified time | relevance | path

Searched refs:reloc_cache (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDbout.c684 arelent *reloc_cache; in b_out_slurp_reloc_table() local
713 reloc_cache = bfd_malloc (amt); in b_out_slurp_reloc_table()
714 if (!reloc_cache) in b_out_slurp_reloc_table()
723 free (reloc_cache); in b_out_slurp_reloc_table()
750 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0; in b_out_slurp_reloc_table()
862 while (cursor->address > stop && cursor >= reloc_cache) in b_out_slurp_reloc_table()
876 asect->relocation = reloc_cache; in b_out_slurp_reloc_table()
HDaoutx.h2258 arelent *reloc_cache; in NAME() local
2290 reloc_cache = bfd_zmalloc (amt); in NAME()
2291 if (reloc_cache == NULL && count != 0) in NAME()
2297 free (reloc_cache); in NAME()
2304 free (reloc_cache); in NAME()
2308 cache_ptr = reloc_cache; in NAME()
2328 asect->relocation = reloc_cache; in NAME()
2329 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
HDcoffcode.h4840 arelent *reloc_cache; in coff_slurp_reloc_table() local
4857 reloc_cache = bfd_alloc (abfd, amt); in coff_slurp_reloc_table()
4859 if (reloc_cache == NULL || native_relocs == NULL) in coff_slurp_reloc_table()
4870 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
4931 asect->relocation = reloc_cache; in coff_slurp_reloc_table()