Home
last modified time | relevance | path

Searched refs:opd (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/libprop/
H A Dprop_data.c268 prop_data_copy(prop_data_t opd) in prop_data_copy() argument
272 if (! prop_object_is_data(opd)) in prop_data_copy()
277 pd->pd_size = opd->pd_size; in prop_data_copy()
278 pd->pd_flags = opd->pd_flags; in prop_data_copy()
279 if (opd->pd_flags & PD_F_NOCOPY) in prop_data_copy()
280 pd->pd_immutable = opd->pd_immutable; in prop_data_copy()
281 else if (opd->pd_size != 0) { in prop_data_copy()
287 memcpy(nv, opd->pd_immutable, opd->pd_size); in prop_data_copy()
H A Dprop_dictionary.c695 prop_dictionary_copy(prop_dictionary_t opd) in prop_dictionary_copy() argument
702 if (! prop_object_is_dictionary(opd)) in prop_dictionary_copy()
705 _PROP_RWLOCK_RDLOCK(opd->pd_rwlock); in prop_dictionary_copy()
707 pd = _prop_dictionary_alloc(opd->pd_count); in prop_dictionary_copy()
710 pdk = opd->pd_array[idx].pde_key; in prop_dictionary_copy()
711 po = opd->pd_array[idx].pde_objref; in prop_dictionary_copy()
719 pd->pd_count = opd->pd_count; in prop_dictionary_copy()
720 pd->pd_flags = opd->pd_flags; in prop_dictionary_copy()
722 _PROP_RWLOCK_UNLOCK(opd->pd_rwlock); in prop_dictionary_copy()
736 if (! prop_object_is_dictionary(opd)) in prop_dictionary_copy_mutable()
[all …]
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c648 if (opd in elf_initialize_syminfo()
649 && sym->st_value >= opd->addr in elf_initialize_syminfo()
650 && sym->st_value < opd->addr + opd->size) in elf_initialize_syminfo()
652 = *(const b_elf_addr *) (opd->data + (sym->st_value - opd->addr)); in elf_initialize_syminfo()
2698 opd = NULL; in elf_add()
2913 opd = &opd_data; in elf_add()
2914 opd->addr = shdr->sh_addr; in elf_add()
2916 opd->size = shdr->sh_size; in elf_add()
3012 if (opd) in elf_add()
3015 opd = NULL; in elf_add()
[all …]
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Dldscript.x86_6429 *(.opd)
/dragonfly/contrib/binutils-2.27/gold/
H A Dpowerpc.cc1988 const unsigned char* opd; in do_read_symbols() local
2013 opd = this->get_view(shdr.get_sh_offset(), opd_size, in do_read_symbols()
2050 for (const unsigned char* p = opd; p < opd + opd_size; p += 8) in do_read_symbols()
2067 this->set_opd_ent(p - opd, e->shndx, val); in do_read_symbols()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo7281 @kindex --no-opd-optimize
7282 @item --no-opd-optimize
7283 PowerPC64 @command{ld} normally removes @code{.opd} section entries
7286 Use this option to disable @code{.opd} optimization.
7289 @kindex --non-overlapping-opd
7290 @item --non-overlapping-opd
7292 @code{.opd} entries spaced 16 bytes apart, overlapping the third word,