Home
last modified time | relevance | path

Searched refs:dst_obj (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dgc.h228 Relobj* dst_obj; in gc_process_relocs() local
241 dst_obj = src_obj; in gc_process_relocs()
289 dst_obj = NULL; in gc_process_relocs()
295 dst_obj = static_cast<Relobj*>(gsym->object()); in gc_process_relocs()
306 && dst_obj != NULL in gc_process_relocs()
311 symtab->icf()->set_section_has_function_pointers(dst_obj, dst_indx); in gc_process_relocs()
329 if (is_ordinary && dst_obj != NULL) in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
344 if (dst_obj == NULL) in gc_process_relocs()
351 symtab->gc()->add_reference(src_obj, src_indx, dst_obj, dst_indx); in gc_process_relocs()
[all …]
H A Dtarget.h1134 Relobj* dst_obj, in gc_add_reference() argument
1139 dst_obj, dst_shndx, dst_off); in gc_add_reference()
H A Dpowerpc.cc1059 Relobj* dst_obj,
9643 Relobj* dst_obj, in do_gc_add_reference() argument
9647 if (size != 64 || dst_obj->is_dynamic()) in do_gc_add_reference()
9651 = static_cast<Powerpc_relobj<size, big_endian>*>(dst_obj); in do_gc_add_reference()
9657 symtab->gc()->add_reference(src_obj, src_shndx, dst_obj, dst_shndx); in do_gc_add_reference()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dgc.h228 Relobj* dst_obj; in gc_process_relocs() local
241 dst_obj = src_obj; in gc_process_relocs()
289 dst_obj = NULL; in gc_process_relocs()
295 dst_obj = static_cast<Relobj*>(gsym->object()); in gc_process_relocs()
306 && dst_obj != NULL in gc_process_relocs()
311 symtab->icf()->set_section_has_function_pointers(dst_obj, dst_indx); in gc_process_relocs()
329 if (is_ordinary && dst_obj != NULL) in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
344 if (dst_obj == NULL) in gc_process_relocs()
351 symtab->gc()->add_reference(src_obj, src_indx, dst_obj, dst_indx); in gc_process_relocs()
[all …]
H A Dtarget.h1134 Relobj* dst_obj, in gc_add_reference() argument
1139 dst_obj, dst_shndx, dst_off); in gc_add_reference()
H A Dpowerpc.cc1081 Relobj* dst_obj,
9682 Relobj* dst_obj, in do_gc_add_reference() argument
9686 if (size != 64 || dst_obj->is_dynamic()) in do_gc_add_reference()
9690 = static_cast<Powerpc_relobj<size, big_endian>*>(dst_obj); in do_gc_add_reference()
9696 symtab->gc()->add_reference(src_obj, src_shndx, dst_obj, dst_shndx); in do_gc_add_reference()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_cmd_parser.c1135 static u32 *copy_batch(struct drm_i915_gem_object *dst_obj, in copy_batch() argument
1143 dst = i915_gem_object_pin_map(dst_obj, I915_MAP_FORCE_WB); in copy_batch()
1149 i915_gem_object_unpin_map(dst_obj); in copy_batch()
1178 if (!(dst_obj->cache_coherent & I915_BO_CACHE_COHERENT_FOR_READ)) { in copy_batch()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mode.h609 void amdgpu_copy_fb(struct drm_device *dev, struct drm_gem_object *dst_obj);
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_mode.h948 void radeon_copy_fb(struct drm_device *dev, struct drm_gem_object *dst_obj);