Home
last modified time | relevance | path

Searched defs:dispatch_table (Results 1 – 25 of 42) sorted by relevance

12

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c26 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in malloc() local
54 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in aligned_alloc() local
73 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in free() local
105 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in mmap() local
115 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in munmap() local
128 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in calloc() local
144 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in realloc() local
157 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc_usable_size() local
176 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in prctl() local
Dmemory_trace.c10 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in memtrace() local
Dmusl_preinit.c358 …rary_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library()
394 …ared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library()
/third_party/musl/src/hook/linux/
Dmalloc_common.c54 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in malloc() local
82 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in aligned_alloc() local
101 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in free() local
133 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in mmap() local
143 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in munmap() local
161 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in calloc() local
182 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in realloc() local
195 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc_usable_size() local
214 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in prctl() local
Dmemory_trace.c25 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in memtrace() local
Dmusl_preinit.c393 …rary_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library()
429 …ared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.h86 struct vk_physical_device_dispatch_table dispatch_table; member
Dvk_instance.h105 struct vk_instance_dispatch_table dispatch_table; member
Dvk_physical_device.c36 const struct vk_physical_device_dispatch_table *dispatch_table) in vk_physical_device_init()
Dvk_instance.c52 const struct vk_instance_dispatch_table *dispatch_table, in vk_instance_init()
/third_party/mesa3d/src/intel/vulkan/
Danv_instance.c225 struct vk_instance_dispatch_table dispatch_table; in anv_CreateInstance() local
/third_party/mesa3d/src/asahi/vulkan/
Dhk_instance.c139 struct vk_instance_dispatch_table dispatch_table; in hk_CreateInstance() local
Dhk_device.c337 struct vk_device_dispatch_table dispatch_table; in hk_CreateDevice() local
Dhk_physical_device.c1159 struct vk_physical_device_dispatch_table dispatch_table; in hk_create_drm_physical_device() local
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_instance.c151 struct vk_instance_dispatch_table dispatch_table; in nvk_CreateInstance() local
Dnvk_device.c144 struct vk_device_dispatch_table dispatch_table; in nvk_CreateDevice() local
Dnvk_physical_device.c1333 struct vk_physical_device_dispatch_table dispatch_table; in nvk_create_drm_physical_device() local
/third_party/python/Lib/
Dcopyreg.py10 dispatch_table = {} variable
/third_party/mesa3d/src/amd/vulkan/
Dradv_instance.c363 struct vk_instance_dispatch_table dispatch_table; in radv_CreateInstance() local
/third_party/mesa3d/src/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp191 struct vk_physical_device_dispatch_table dispatch_table; in gfxstream_vk_physical_device_init() local
355 struct vk_instance_dispatch_table dispatch_table; in gfxstream_vk_CreateInstance() local
508 struct vk_device_dispatch_table dispatch_table; in gfxstream_vk_CreateDevice() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_instance.c266 struct vk_instance_dispatch_table dispatch_table; in vn_CreateInstance() local
Dvn_common.h413 const struct vk_instance_dispatch_table *dispatch_table, in vn_instance_base_init()
434 const struct vk_physical_device_dispatch_table *dispatch_table) in vn_physical_device_base_init()
452 const struct vk_device_dispatch_table *dispatch_table, in vn_device_base_init()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_instance.c174 struct vk_instance_dispatch_table dispatch_table; in panvk_CreateInstance() local
Dpanvk_vX_device.c216 struct vk_device_dispatch_table dispatch_table; in panvk_per_arch() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1262 struct vk_physical_device_dispatch_table dispatch_table; in lvp_physical_device_init() local
1363 struct vk_instance_dispatch_table dispatch_table; in lvp_CreateInstance() local
1734 struct vk_device_dispatch_table dispatch_table; in lvp_CreateDevice() local

12