Home
last modified time | relevance | path

Searched refs:obj_type (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_mode_object.c41 uint32_t obj_type, bool register_obj, in __drm_mode_object_add() argument
57 obj->type = obj_type; in __drm_mode_object_add()
81 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add() argument
83 return __drm_mode_object_add(dev, obj, obj_type, true, NULL); in drm_mode_object_add()
468 obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type); in drm_mode_obj_get_properties_ioctl()
601 arg_obj = drm_mode_object_find(dev, file_priv, arg->obj_id, arg->obj_type); in drm_mode_obj_set_property_ioctl()
H A Ddrm_crtc_internal.h147 uint32_t obj_type, bool register_obj,
150 uint32_t obj_type);
H A Ddrm_connector.c2831 .obj_type = DRM_MODE_OBJECT_CONNECTOR in drm_connector_property_set_ioctl()
/openbsd-src/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_mode.h639 __u32 obj_type; member
646 __u32 obj_type; member
/openbsd-src/libexec/ld.so/
H A Dresolve.c104 if (object->obj_type != OBJTYPE_LDR) /* see above */ in _dl_add_object()
325 object->obj_type = objtype; in _dl_finalize_object()
336 _dl_loading_object->obj_type == OBJTYPE_DLO && in _dl_finalize_object()
H A Ddlfcn.c524 if (object->obj_type == OBJTYPE_LDR) { in _dl_show_objects()
532 switch (object->obj_type) { in _dl_show_objects()
H A Dtib.c236 obj->tls_align, obj->obj_type == OBJTYPE_EXE); in _dl_allocate_tls_offsets()
H A Dresolve.h170 int obj_type; member
H A Dloader.c1108 if (object->obj_type != OBJTYPE_LIB) in _dl_apply_immutable()
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs3574 int obj_type; /* object type, on 2 bits */ in store_hook() local
3597 obj_type = SHT_SCALAR; in store_hook()
3600 obj_type = SHT_ARRAY; in store_hook()
3603 obj_type = SHT_HASH; in store_hook()
3619 obj_type = SHT_EXTRA; in store_hook()
3648 flags = SHF_NEED_RECURSE | obj_type; in store_hook()
3795 if (obj_type == SHT_EXTRA) in store_hook()
3878 flags = obj_type; in store_hook()
3915 if (obj_type == SHT_EXTRA) in store_hook()
4009 if (obj_type == SHT_EXTRA) { in store_hook()
[all …]
/openbsd-src/libexec/ld.so/hppa/
H A Drtld_machine.c151 if (object->obj_type == OBJTYPE_EXE) in _dl_md_reloc()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp480 ObjectFile::Type obj_type = obj_file->GetType(); in ModuleIsExcludedForUnconstrainedSearches() local
481 return obj_type == ObjectFile::eTypeDynamicLinker; in ModuleIsExcludedForUnconstrainedSearches()
/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c1303 tree obj_type = TREE_TYPE (OBJ_TYPE_REF_OBJECT (ref)); in resolve_virtual_fun_from_obj_type_ref() local
1305 tree fun = BINFO_VIRTUALS (TYPE_BINFO (TREE_TYPE (obj_type))); in resolve_virtual_fun_from_obj_type_ref()