Searched refs:reloc_cache (Results 1 – 16 of 16) 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()427 arelent *cache_ptr = reloc_cache; in NAME()439 arelent *cache_ptr = reloc_cache; in NAME()450 asect->relocation = reloc_cache; in NAME()
1949 arelent *reloc_cache; in NAME() local1997 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()
2302 arelent *reloc_cache; in NAME() local2338 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()
5257 arelent *reloc_cache; in coff_slurp_reloc_table() local5282 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()
146 * mach-o.h (reloc_cache): A place to store cache of dynamic relocs.
4151 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
1950 arelent *reloc_cache; in NAME() local1998 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()
2300 arelent *reloc_cache; in NAME() local2336 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()
5099 arelent *reloc_cache; in coff_slurp_reloc_table() local5124 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()
257 struct reloc_cache { struct270 } reloc_cache; member467 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 …]