Searched refs:vtable (Results 1 - 25 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/
H A Dlt_dlloader.c50 const lt_dlvtable *vtable = (const lt_dlvtable *) item->userdata; local
53 assert (vtable);
55 return streq (vtable->name, name) ? (void *) item : NULL;
62 lt_dlloader_add (const lt_dlvtable *vtable) argument
66 if ((vtable == 0) /* diagnose invalid vtable fields */
67 || (vtable->module_open == 0)
68 || (vtable->module_close == 0)
69 || (vtable->find_sym == 0)
70 || ((vtable
104 const lt_dlvtable *vtable = (const lt_dlvtable *) item->userdata; local
155 const lt_dlvtable * vtable = lt_dlloader_find (name); local
[all...]
H A Dltdl.c130 const lt_dlvtable *vtable);
179 const lt_dlvtable *vtable = 0;
184 vtable = (*vtable_func) (data);
188 errors += lt_dlloader_add (vtable);
190 assert (errors || vtable);
192 if ((!errors) && vtable->dlloader_init)
194 if ((*vtable->dlloader_init) (vtable->dlloader_data))
329 lt_dlvtable *vtable = (lt_dlvtable *) lt_dlloader_get (loader);
331 if ((vtable
178 const lt_dlvtable *vtable = 0; local
328 lt_dlvtable *vtable = (lt_dlvtable *) lt_dlloader_get (loader); local
358 tryall_dlopen(lt_dlhandle *phandle, const char *filename, lt_dladvise advise, const lt_dlvtable *vtable) argument
1268 const lt_dlvtable *vtable = lt_dlloader_find ("lt_preopen"); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/loaders/
H A Ddld_link.c46 /* Boilerplate code to set up the vtable for hooking this loader into
55 static lt_dlvtable *vtable = 0; variable
57 /* Return the vtable for this loader, only the name and sym_prefix
63 if (!vtable)
65 vtable = lt__zalloc (sizeof *vtable);
68 if (vtable && !vtable->name)
70 vtable->name = "lt_dld_link";
71 vtable
[all...]
H A Dload_add_on.c46 /* Boilerplate code to set up the vtable for hooking this loader into
55 static lt_dlvtable *vtable = 0; variable
57 /* Return the vtable for this loader, only the name and sym_prefix
63 if (!vtable)
65 vtable = lt__zalloc (sizeof *vtable);
68 if (vtable && !vtable->name)
70 vtable->name = "lt_load_add_on";
71 vtable
[all...]
H A Dshl_load.c46 /* Boilerplate code to set up the vtable for hooking this loader into
55 static lt_dlvtable *vtable = 0; variable
57 /* Return the vtable for this loader, only the name and sym_prefix
63 if (!vtable)
65 vtable = lt__zalloc (sizeof *vtable);
68 if (vtable && !vtable->name)
70 vtable->name = "lt_shl_load";
71 vtable
[all...]
H A Ddlopen.c46 /* Boilerplate code to set up the vtable for hooking this loader into
55 static lt_dlvtable *vtable = 0; variable
57 /* Return the vtable for this loader, only the name and sym_prefix
63 if (!vtable)
65 vtable = (lt_dlvtable *) lt__zalloc (sizeof *vtable);
68 if (vtable && !vtable->name)
70 vtable->name = "lt_dlopen";
72 vtable
[all...]
H A Dpreopen.c46 /* Boilerplate code to set up the vtable for hooking this loader into
56 static lt_dlvtable *vtable = 0; variable
58 /* Return the vtable for this loader, only the name and sym_prefix
64 if (!vtable)
66 vtable = (lt_dlvtable *) lt__zalloc (sizeof *vtable);
69 if (vtable && !vtable->name)
71 vtable->name = "lt_preopen";
72 vtable
[all...]
H A Dloadlibrary.c50 /* Boilerplate code to set up the vtable for hooking this loader into
60 static lt_dlvtable *vtable = 0; variable
62 /* Return the vtable for this loader, only the name and sym_prefix
68 if (!vtable)
70 vtable = (lt_dlvtable *) lt__zalloc (sizeof *vtable);
74 if (vtable && !vtable->name)
76 vtable->name = "lt_loadlibrary";
77 vtable
[all...]
H A Ddyld.c46 /* Boilerplate code to set up the vtable for hooking this loader into
56 static lt_dlvtable *vtable = 0; variable
58 /* Return the vtable for this loader, only the name and sym_prefix
64 if (!vtable)
66 vtable = lt__zalloc (sizeof *vtable);
69 if (vtable && !vtable->name)
71 vtable->name = "lt_dyld";
72 vtable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/com/dcom/
H A Dtables.c28 struct IUnknown_vtable *vtable; member in struct:dcom_proxy
36 proxy->vtable = proxy_vtable;
46 if (GUID_equal(&p->vtable->iid, iid)) {
47 return p->vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/com/dcom/
H A Dtables.c28 struct IUnknown_vtable *vtable; member in struct:dcom_proxy
36 proxy->vtable = proxy_vtable;
46 if (GUID_equal(&p->vtable->iid, iid)) {
47 return p->vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/com/dcom/
H A Dtables.c28 struct IUnknown_vtable *vtable; member in struct:dcom_proxy
36 proxy->vtable = proxy_vtable;
46 if (GUID_equal(&p->vtable->iid, iid)) {
47 return p->vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgnu-v3-abi.c48 /* To help us find the components of a vtable, we build ourselves a
49 GDB type object representing the vtable structure. Following the
178 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
199 struct value *vtable; local
231 vtable = value_at_lazy (vtable_type,
234 /* Find the linker symbol for this vtable. */
236 = lookup_minimal_symbol_by_pc (VALUE_ADDRESS (vtable)
237 + value_offset (vtable)
238 + value_embedded_offset (vtable));
242 /* The symbol's demangled name should be something like "vtable fo
323 struct value *vtable = gnuv3_get_vtable (container); local
381 struct value *vtable; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgnu-v3-abi.c48 /* To help us find the components of a vtable, we build ourselves a
49 GDB type object representing the vtable structure. Following the
178 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
199 struct value *vtable; local
231 vtable = value_at_lazy (vtable_type,
234 /* Find the linker symbol for this vtable. */
236 = lookup_minimal_symbol_by_pc (VALUE_ADDRESS (vtable)
237 + value_offset (vtable)
238 + value_embedded_offset (vtable));
242 /* The symbol's demangled name should be something like "vtable fo
323 struct value *vtable = gnuv3_get_vtable (container); local
381 struct value *vtable; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgnu-v3-abi.c48 /* To help us find the components of a vtable, we build ourselves a
49 GDB type object representing the vtable structure. Following the
178 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
199 struct value *vtable; local
231 vtable = value_at_lazy (vtable_type,
234 /* Find the linker symbol for this vtable. */
236 = lookup_minimal_symbol_by_pc (VALUE_ADDRESS (vtable)
237 + value_offset (vtable)
238 + value_embedded_offset (vtable));
242 /* The symbol's demangled name should be something like "vtable fo
323 struct value *vtable = gnuv3_get_vtable (container); local
381 struct value *vtable; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/com/classes/
H A Dsimple.c69 ret->vtable = &simple_IStream_vtable;
115 class_object->vtable = (struct IUnknown_vtable *)&simple_classobject_vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/com/classes/
H A Dsimple.c69 ret->vtable = &simple_IStream_vtable;
115 class_object->vtable = (struct IUnknown_vtable *)&simple_classobject_vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/com/classes/
H A Dsimple.c69 ret->vtable = &simple_IStream_vtable;
115 class_object->vtable = (struct IUnknown_vtable *)&simple_classobject_vtable;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/libltdl/
H A Dlt_dlloader.h43 /* Function pointer types for module loader vtable entries: */
73 LT_SCOPE int lt_dlloader_add (const lt_dlvtable *vtable);
81 /* Type of a function to get a loader's vtable: */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/libltdl/
H A Dlt__private.h112 const lt_dlvtable * vtable; /* dlopening interface */ member in struct:lt__handle
H A Dlt_dlloader.h43 /* Function pointer types for module loader vtable entries: */
73 LT_SCOPE int lt_dlloader_add (const lt_dlvtable *vtable);
81 /* Type of a function to get a loader's vtable: */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sys-include/libltdl/
H A Dlt_dlloader.h43 /* Function pointer types for module loader vtable entries: */
73 LT_SCOPE int lt_dlloader_add (const lt_dlvtable *vtable);
81 /* Type of a function to get a loader's vtable: */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sys-include/libltdl/
H A Dlt_dlloader.h43 /* Function pointer types for module loader vtable entries: */
73 LT_SCOPE int lt_dlloader_add (const lt_dlvtable *vtable);
81 /* Type of a function to get a loader's vtable: */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Ddbus-protocol.c416 static const DBusObjectPathVTable vtable = { local
457 dbus_connection_register_object_path(c, i->path, &vtable, i);
550 static const DBusObjectPathVTable vtable = { local
600 dbus_connection_register_object_path(c, i->path, &vtable, i);
606 static const DBusObjectPathVTable vtable = { local
655 dbus_connection_register_object_path(c, i->path, &vtable, i);
661 static const DBusObjectPathVTable vtable = { local
711 dbus_connection_register_object_path(c, i->path, &vtable, i);
770 static const DBusObjectPathVTable vtable = { local
824 dbus_connection_register_object_path(c, i->path, &vtable,
833 static const DBusObjectPathVTable vtable = { local
887 static const DBusObjectPathVTable vtable = { local
939 static const DBusObjectPathVTable vtable = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Ddbus-protocol.c416 static const DBusObjectPathVTable vtable = { local
457 dbus_connection_register_object_path(c, i->path, &vtable, i);
550 static const DBusObjectPathVTable vtable = { local
600 dbus_connection_register_object_path(c, i->path, &vtable, i);
606 static const DBusObjectPathVTable vtable = { local
655 dbus_connection_register_object_path(c, i->path, &vtable, i);
661 static const DBusObjectPathVTable vtable = { local
711 dbus_connection_register_object_path(c, i->path, &vtable, i);
770 static const DBusObjectPathVTable vtable = { local
824 dbus_connection_register_object_path(c, i->path, &vtable,
833 static const DBusObjectPathVTable vtable = { local
887 static const DBusObjectPathVTable vtable = { local
939 static const DBusObjectPathVTable vtable = { local
[all...]

Completed in 180 milliseconds

123