HomeSort by: relevance | last modified time | path
    Searched defs:vtable (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/usr.bin/tip/
vars.c 47 value_t vtable[] = { variable
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
dyncast.cc 53 const void *vtable = *static_cast <const void *const *> (src_ptr); local
56 (vtable, -ptrdiff_t (offsetof (vtable_prefix, origin))));
tinfo.h 39 // Initial part of a vtable, this structure is used with offsetof, so we don't
78 const void *vtable = *static_cast <const void *const *> (addr); local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
dyncast.cc 53 const void *vtable = *static_cast <const void *const *> (src_ptr); local
56 (vtable, -ptrdiff_t (offsetof (vtable_prefix, origin))));
tinfo.h 39 // Initial part of a vtable, this structure is used with offsetof, so we don't
78 const void *vtable = *static_cast <const void *const *> (addr); local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset);
  /src/usr.bin/dc/
bcode.h 67 struct vtable { struct
75 struct vtable *vtable; member in struct:source
  /src/external/bsd/libarchive/dist/libarchive/
archive_private.h 112 const struct archive_vtable *vtable; member in struct:archive
archive_read_private.h 73 const struct archive_read_filter_bidder_vtable *vtable; member in struct:archive_read_filter_bidder
97 const struct archive_read_filter_vtable *vtable; member in struct:archive_read_filter
245 const struct archive_read_filter_bidder_vtable *vtable);
  /src/external/gpl3/gcc/dist/libcc1/
gdbctx.hh 38 vtable =
53 this->base.ops = &vtable;
121 struct gcc_base_vtable vtable; member in struct:cc1_plugin::base_gdb_plugin
336 // "vtable"s. These functions are parameterized by type and method
  /src/external/gpl3/gcc.old/dist/libcc1/
gdbctx.hh 38 vtable =
53 this->base.ops = &vtable;
121 struct gcc_base_vtable vtable; member in struct:cc1_plugin::base_gdb_plugin
336 // "vtable"s. These functions are parameterized by type and method
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 537 DBusObjectPathVTable vtable = { local
552 if (!dbus_connection_try_register_object_path(con, path, &vtable,
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_list.h 257 const struct gl_list_implementation *vtable; member in struct:__anon9185
429 const struct gl_list_implementation *vtable; member in struct:gl_list_impl_base
468 return ((const struct gl_list_impl_base *) list)->vtable
476 return ((const struct gl_list_impl_base *) list)->vtable
484 return ((const struct gl_list_impl_base *) list)->vtable
492 return ((const struct gl_list_impl_base *) list)->vtable
500 return ((const struct gl_list_impl_base *) list)->vtable
508 return ((const struct gl_list_impl_base *) list)->vtable
516 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
517 return ((const struct gl_list_impl_base *) list)->vtable
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 37 table, tex, vtable, titlepage, bad_type enumerator in enum:insertion_type
  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 1158 We take advantage of fact that vtable stores must appear within constructor
1313 tree vtable; local
1316 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2))
1323 tree binfo = subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)),
1324 offset2, vtable);
1328 fprintf (dump_file, " Construction vtable used\n");
1334 return DECL_CONTEXT (vtable);
1613 tmp2 = tmp[otr_token]; // vtable lookup
1635 /* Check if definition looks like vtable lookup. */
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 1159 We take advantage of fact that vtable stores must appear within constructor
1314 tree vtable; local
1317 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2))
1324 tree binfo = subbinfo_with_vtable_at_offset (TYPE_BINFO (DECL_CONTEXT (vtable)),
1325 offset2, vtable);
1329 fprintf (dump_file, " Construction vtable used\n");
1335 return DECL_CONTEXT (vtable);
1614 tmp2 = tmp[otr_token]; // vtable lookup
1636 /* Check if definition looks like vtable lookup. */
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 82 /* String defining vtable pointer for a class. */
83 char *vtable; member in struct:stab_type_stack
402 s->vtable = NULL;
553 free (s->vtable);
1452 char *vtable;
1458 vtable = xmalloc (23);
1459 sprintf (vtable, "~%%%ld", info->type_stack->index);
1465 vtable = xmalloc (strlen (vstring) + 3);
1466 sprintf (vtable, "~%%%s", vstring);
1471 info->type_stack->vtable = vtable
1450 char *vtable; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 82 /* String defining vtable pointer for a class. */
83 char *vtable; member in struct:stab_type_stack
402 s->vtable = NULL;
553 free (s->vtable);
1454 char *vtable;
1460 vtable = xmalloc (23);
1461 sprintf (vtable, "~%%%ld", info->type_stack->index);
1467 vtable = xmalloc (strlen (vstring) + 3);
1468 sprintf (vtable, "~%%%s", vstring);
1473 info->type_stack->vtable = vtable
1452 char *vtable; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 46 with explicit mention of their vtable). When we have to provide a
67 tree vtable; /* The VAR_DECL of the vtable. Only filled at end of variable
291 /* build reference to type_info from vtable. */
366 /* So we need to look into the vtable of the type of exp.
419 it --- decls in vtables are only used if the vtable is output. */
925 is the vtable pointer and NTBS name. The NTBS name is emitted as a
967 vtable_ptr = ti->vtable;
988 /* We need to point into the middle of the vtable. */
995 ti->vtable = vtable_ptr
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 46 with explicit mention of their vtable). When we have to provide a
67 tree vtable; /* The VAR_DECL of the vtable. Only filled at end of variable
291 /* build reference to type_info from vtable. */
366 /* So we need to look into the vtable of the type of exp.
419 it --- decls in vtables are only used if the vtable is output. */
921 is the vtable pointer and NTBS name. The NTBS name is emitted as a
963 vtable_ptr = ti->vtable;
984 /* We need to point into the middle of the vtable. */
991 ti->vtable = vtable_ptr
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 59 /* To help us find the components of a vtable, we build ourselves a
60 GDB type object representing the vtable structure. Following the
193 /* Return the ptrdiff_t type used in the vtable type. */
204 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
261 /* Find the vtable for a value of CONTAINER_TYPE located at
262 CONTAINER_ADDR. Return a value of the correct vtable type for this
263 architecture, or NULL if CONTAINER does not have a vtable. */
310 struct value *vtable; local
329 vtable = gnuv3_get_vtable (gdbarch, values_type,
331 if (vtable == NULL
397 struct value *vtable, *vfn; local
465 struct value *vtable; local
880 struct value *vtable; local
935 struct value *vtable; local
1115 struct value *vtable, *typeinfo_value; local
    [all...]
rust-lang.c 251 if (strcmp (type->field (i).name (), "vtable") == 0)
257 CORE_ADDR vtable = value_as_address (value_field (value, vtable_field)); local
258 struct symbol *symbol = find_symbol_at_address (vtable);
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 59 /* To help us find the components of a vtable, we build ourselves a
60 GDB type object representing the vtable structure. Following the
193 /* Return the ptrdiff_t type used in the vtable type. */
204 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
261 /* Find the vtable for a value of CONTAINER_TYPE located at
262 CONTAINER_ADDR. Return a value of the correct vtable type for this
263 architecture, or NULL if CONTAINER does not have a vtable. */
310 struct value *vtable; local
329 vtable = gnuv3_get_vtable (gdbarch, values_type,
331 if (vtable == NULL
397 struct value *vtable, *vfn; local
465 struct value *vtable; local
880 struct value *vtable; local
935 struct value *vtable; local
1115 struct value *vtable, *typeinfo_value; local
    [all...]
rust-lang.c 256 if (strcmp (type->field (i).name (), "vtable") == 0)
262 CORE_ADDR vtable = value_as_address (value_field (value, vtable_field)); local
263 struct symbol *symbol = find_symbol_at_address (vtable);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-io.cc 1690 tree vtable = null_pointer_node; local
1760 // build vtable expr
1766 vtable = se.expr;
1786 vtable = vtab->backend_decl;
1787 if (vtable == NULL_TREE)
1788 vtable = gfc_get_symbol_decl (vtab);
1789 vtable = gfc_build_addr_expr (pvoid_type_node, vtable);
1809 tmp, dtype, dtio_proc, vtable);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-io.cc 1688 tree vtable = null_pointer_node; local
1755 // build vtable expr
1761 vtable = se.expr;
1781 vtable = vtab->backend_decl;
1782 if (vtable == NULL_TREE)
1783 vtable = gfc_get_symbol_decl (vtab);
1784 vtable = gfc_build_addr_expr (pvoid_type_node, vtable);
1804 tmp, dtype, dtio_proc, vtable);

Completed in 44 milliseconds

1 2