Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Di386lynx.c380 arelent *reloc_cache; in NAME() local
412 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent)); in NAME()
413 if (!reloc_cache && count != 0) in NAME()
419 free (reloc_cache); in NAME()
427 arelent *cache_ptr = reloc_cache; in NAME()
439 arelent *cache_ptr = reloc_cache; in NAME()
450 asect->relocation = reloc_cache; in NAME()
H A Dpdp11.c1949 arelent *reloc_cache; in NAME() local
1997 reloc_cache = bfd_zmalloc (count * sizeof (arelent)); in NAME()
1998 if (reloc_cache == NULL && count != 0) in NAME()
2001 cache_ptr = reloc_cache; in NAME()
2027 asect->relocation = reloc_cache; in NAME()
2028 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
H A Daoutx.h2302 arelent *reloc_cache; in NAME() local
2338 reloc_cache = (arelent *) bfd_zmalloc (amt); in NAME()
2339 if (reloc_cache == NULL) in NAME()
2345 cache_ptr = reloc_cache; in NAME()
2365 asect->relocation = reloc_cache; in NAME()
2366 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
H A Dcoffcode.h5257 arelent *reloc_cache; in coff_slurp_reloc_table() local
5282 reloc_cache = (arelent *) bfd_alloc (abfd, amt); in coff_slurp_reloc_table()
5283 if (reloc_cache == NULL) in coff_slurp_reloc_table()
5297 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5363 asect->relocation = reloc_cache; in coff_slurp_reloc_table()
H A DChangeLog-2011146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.
H A DChangeLog-20204151 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Di386lynx.c380 arelent *reloc_cache; in NAME() local
412 reloc_cache = (arelent *) bfd_zmalloc (count * sizeof (arelent)); in NAME()
413 if (!reloc_cache && count != 0) in NAME()
419 free (reloc_cache); in NAME()
427 arelent *cache_ptr = reloc_cache; in NAME()
439 arelent *cache_ptr = reloc_cache; in NAME()
450 asect->relocation = reloc_cache; in NAME()
H A Dpdp11.c1950 arelent *reloc_cache; in NAME() local
1998 reloc_cache = bfd_zmalloc (count * sizeof (arelent)); in NAME()
1999 if (reloc_cache == NULL && count != 0) in NAME()
2002 cache_ptr = reloc_cache; in NAME()
2028 asect->relocation = reloc_cache; in NAME()
2029 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
H A Daoutx.h2300 arelent *reloc_cache; in NAME() local
2336 reloc_cache = (arelent *) bfd_zmalloc (amt); in NAME()
2337 if (reloc_cache == NULL) in NAME()
2343 cache_ptr = reloc_cache; in NAME()
2363 asect->relocation = reloc_cache; in NAME()
2364 asect->reloc_count = cache_ptr - reloc_cache; in NAME()
H A Dcoffcode.h5099 arelent *reloc_cache; in coff_slurp_reloc_table() local
5124 reloc_cache = (arelent *) bfd_alloc (abfd, amt); in coff_slurp_reloc_table()
5125 if (reloc_cache == NULL) in coff_slurp_reloc_table()
5139 cache_ptr = reloc_cache + idx; in coff_slurp_reloc_table()
5205 asect->relocation = reloc_cache; in coff_slurp_reloc_table()
H A DChangeLog-2011146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.
H A DChangeLog-20204151 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c257 struct reloc_cache { struct
270 } reloc_cache; member
467 if (!eb->reloc_cache.has_fence) { in eb_validate_vma()
471 eb->reloc_cache.needs_unfenced) && in eb_validate_vma()
531 if (eb->reloc_cache.has_fence) in eb_add_vma()
559 static inline int use_cpu_reloc(const struct reloc_cache *cache, in use_cpu_reloc()
879 GEM_BUG_ON(eb->reloc_cache.rq); in eb_destroy()
892 static void reloc_cache_init(struct reloc_cache *cache, in reloc_cache_init()
920 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache) in cache_to_ggtt()
923 container_of(cache, struct i915_execbuffer, reloc_cache)->i915; in cache_to_ggtt()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2011146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2011146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.
H A DChangeLog-20204151 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after