Searched refs:reloc_cache (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Di386lynx.c409 arelent *reloc_cache;
441 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent));
442 if (!reloc_cache && count != 0)
448 free (reloc_cache);
455 free (reloc_cache);
463 arelent *cache_ptr = reloc_cache;
475 arelent *cache_ptr = reloc_cache;
486 asect->relocation = reloc_cache;
408 arelent *reloc_cache; variable
447 free (reloc_cache); variable
454 free (reloc_cache); variable
H A Dhp300hpux.c731 arelent *reloc_cache; local
765 reloc_cache = (arelent *) bfd_zalloc (abfd, count * sizeof (arelent));
766 if (!reloc_cache && count != 0)
772 bfd_release (abfd, reloc_cache);
779 bfd_release (abfd, reloc_cache);
785 cache_ptr = reloc_cache;
794 asect->relocation = reloc_cache;
H A Dbout.c670 arelent *reloc_cache;
699 reloc_cache = bfd_malloc (amt);
700 if (!reloc_cache)
709 free (reloc_cache);
736 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
848 while (cursor->address > stop && cursor >= reloc_cache)
862 asect->relocation = reloc_cache;
669 arelent *reloc_cache; local
H A Daoutx.h2238 arelent *reloc_cache;
2270 reloc_cache = bfd_zmalloc (amt);
2271 if (reloc_cache == NULL && count != 0)
2277 free (reloc_cache);
2284 free (reloc_cache);
2288 cache_ptr = reloc_cache;
2308 asect->relocation = reloc_cache;
2309 asect->reloc_count = cache_ptr - reloc_cache;
H A Dpdp11.c1827 arelent *reloc_cache;
1883 reloc_cache = bfd_zmalloc (count * sizeof (arelent));
1884 if (reloc_cache == NULL && count != 0)
1887 cache_ptr = reloc_cache;
1913 asect->relocation = reloc_cache;
1914 asect->reloc_count = cache_ptr - reloc_cache;
1821 arelent *reloc_cache; local
H A Dcoffcode.h4841 arelent *reloc_cache;
4858 reloc_cache = bfd_alloc (abfd, amt);
4860 if (reloc_cache == NULL || native_relocs == NULL)
4871 cache_ptr = reloc_cache + idx;
4931 asect->relocation = reloc_cache;
4840 arelent *reloc_cache; local

Completed in 200 milliseconds