Home
last modified time | relevance | path

Searched refs:dst_object (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
H A Dgc.h104 Relobj* dst_object, unsigned int dst_shndx) in add_reference() argument
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
/dragonfly/contrib/binutils-2.34/gold/
H A Dgc.h104 Relobj* dst_object, unsigned int dst_shndx) in add_reference() argument
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
/dragonfly/sys/vm/
H A Dvm_fault.c2489 vm_object_t dst_object; in vm_fault_copy_entry() local
2506 dst_object = dst_entry->ba.object; in vm_fault_copy_entry()
2516 vm_object_hold(dst_object); in vm_fault_copy_entry()
2526 dst_m = vm_page_alloc(dst_object, in vm_fault_copy_entry()
2557 vm_object_drop(dst_object); in vm_fault_copy_entry()