Searched refs:reloc_cache (Results 1 – 7 of 7) sorted by relevance
380 arelent *reloc_cache; in NAME() local412 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent)); in NAME()413 if (!reloc_cache && count != 0) in NAME()419 free (reloc_cache); in NAME()426 free (reloc_cache); in NAME()434 arelent *cache_ptr = reloc_cache; in NAME()446 arelent *cache_ptr = reloc_cache; in NAME()457 asect->relocation = reloc_cache; in NAME()
712 arelent *reloc_cache; in MY() local746 reloc_cache = (arelent *) bfd_zalloc (abfd, count * sizeof (arelent)); in MY()747 if (!reloc_cache && count != 0) in MY()753 bfd_release (abfd, reloc_cache); in MY()760 bfd_release (abfd, reloc_cache); in MY()766 cache_ptr = reloc_cache; in MY()775 asect->relocation = reloc_cache; in MY()
683 arelent *reloc_cache; in b_out_slurp_reloc_table() local712 reloc_cache = bfd_malloc (amt); in b_out_slurp_reloc_table()713 if (!reloc_cache) in b_out_slurp_reloc_table()722 free (reloc_cache); in b_out_slurp_reloc_table()749 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0; in b_out_slurp_reloc_table()861 while (cursor->address > stop && cursor >= reloc_cache) in b_out_slurp_reloc_table()875 asect->relocation = reloc_cache; in b_out_slurp_reloc_table()
2279 arelent *reloc_cache; in NAME() local2316 reloc_cache = (arelent *) bfd_zmalloc (amt); in NAME()2317 if (reloc_cache == NULL) in NAME()2323 free (reloc_cache); in NAME()2330 free (reloc_cache); in NAME()2334 cache_ptr = reloc_cache; in NAME()2354 asect->relocation = reloc_cache; in NAME()2355 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
1822 arelent *reloc_cache; in NAME() local1878 reloc_cache = bfd_zmalloc (count * sizeof (arelent)); in NAME()1879 if (reloc_cache == NULL && count != 0) in NAME()1882 cache_ptr = reloc_cache; in NAME()1908 asect->relocation = reloc_cache; in NAME()1909 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
5205 arelent *reloc_cache; in coff_slurp_reloc_table() local5222 reloc_cache = (arelent *) bfd_alloc (abfd, amt); in coff_slurp_reloc_table()5224 if (reloc_cache == NULL || native_relocs == NULL) in coff_slurp_reloc_table()5235 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()5297 asect->relocation = reloc_cache; in coff_slurp_reloc_table()
146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.