Searched refs:vptr (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dthread-m.h68 #define tsd_getspecific(key, vptr) (vptr = (key))
H A Darena.c116 Void_t *vptr = NULL; local
134 tsd_getspecific(arena_key, vptr);
135 if(vptr != ATFORK_ARENA_PTR)
138 if(vptr != ATFORK_ARENA_PTR)
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc152 __cxxabiv1::__cxa_free_exception(void *vptr) throw() argument
154 char *ptr = (char *) vptr;
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c1200 char *vptr = val; local
1203 vptr = strrchr(val, '/');
1204 if (vptr)
1205 vlen = vptr - val;
1206 vptr = val;
1209 vptr = strrchr(val, '/');
1210 if (vptr) {
1211 vptr++;
1212 vlen = strlen(vptr);
1214 vptr
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dbiospnp.c92 #define vsegofs(vptr) (((uint32_t)VTOPSEG(vptr) << 16) + VTOPOFF(vptr))
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y236 var_t *vptr;
292 vptr = &vars[command.returns[0].return_index];
293 retvar.return_len = vptr->len;
294 retvar.return_type = vptr->type;
295 retvar.return_value = vptr->value;
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c1656 vm_offset_t vptr, ptr; local
1668 vptr = (vm_offset_t)PTRIN(pss.ps_argvstr);
1675 vptr = (vm_offset_t)PTRIN(pss.ps_envstr);
1682 vptr = (vm_offset_t)PTRIN(pss.ps_envstr) +
1684 if (vptr % 4 != 0)
1686 for (ptr = vptr, i = 0; i < PROC_AUXV_MAX; i++) {
1704 if (proc_readmem(td, p, vptr, proc_vector32, size) != size) {
1730 vm_offset_t vptr, ptr; local
1744 vptr = (vm_offset_t)pss.ps_argvstr;
1751 vptr
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c1190 bfd_boolean vptr, bfd_boolean ownvptr)
1197 if (vptr && ! ownvptr)
1222 if (size != 0 || vptr || ownvptr || tag != NULL)
1237 if (vptr)
2090 bfd_boolean vptr, bfd_boolean ownvptr)
2098 if (vptr && ! ownvptr)
2122 if (size != 0 || vptr || ownvptr || tag != NULL)
2124 if (vptr)
1183 pr_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
2082 tg_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
H A Dwrstabs.c1447 stab_start_class_type (void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr)
1453 if (! vptr || ownvptr)
1467 if (vptr)
1445 stab_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
H A Dieee.c6097 bfd_boolean vptr, bfd_boolean ownvptr)
6123 if (vptr && ! ownvptr)
6091 ieee_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
/freebsd-11-stable/sys/dev/pci/
H A Dpcivar.h406 pci_get_vpd_readonly(device_t dev, const char *kw, const char **vptr) argument
408 return(PCI_GET_VPD_READONLY(device_get_parent(dev), dev, kw, vptr));
H A Dvga_pci.c455 const char **vptr)
458 return (pci_get_vpd_readonly(dev, kw, vptr));
454 vga_pci_get_vpd_readonly(device_t dev, device_t child, const char *kw, const char **vptr) argument
H A Dpci_private.h79 const char *kw, const char **vptr);
H A Dpci.c1345 const char **vptr)
1357 *vptr = cfg->vpd.vpd_ros[i].value;
1361 *vptr = NULL;
1344 pci_get_vpd_readonly_method(device_t dev, device_t child, const char *kw, const char **vptr) argument
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c115 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp) argument
157 type = isp_get_response_type(isp, (isphdr_t *)vptr);
158 unp.vp = vptr;
160 ISP_TDQE(isp, "isp_target_notify", (int) *optrp, vptr);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.c2520 uint8_t *vptr; local
2570 vptr = mpt->request;
2578 req->req_vbuf = vptr;
2581 vptr += MPT_REQUEST_AREA;
2584 req->sense_vbuf = (vptr - MPT_SENSE_SIZE);
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c559 /* Second, the requested type may not be the owner of its own vptr.
4147 /* A nearly-empty class has to be vptr-containing; a nearly empty
4148 class contains just a vptr. */
4593 tree vptr;
4615 vptr = create_vtable_ptr (t, virtuals_p);
4617 /* The vptr is always the first thing in the class. */
4618 if (vptr)
4620 TREE_CHAIN (vptr) = TYPE_FIELDS (t);
4621 TYPE_FIELDS (t) = vptr;
4622 next_field = &TREE_CHAIN (vptr);
4589 tree vptr; local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h100 void *vptr[2]; member in union:i6addr
117 #define iplookupptr vptr[0]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c6080 char *vptr; local
6102 vptr = ni_propval("/machines", NULL, nbuf, "name", '\n');
6104 if (vptr == NULL)
6111 if ((ptr = strchr(vptr, '\n')) != NULL)
6114 if (sm_strlcpy(name, vptr, hbsize) >= hbsize)
6116 sm_free(vptr);
6120 sm_free(vptr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1911 /// Struct with all information about dynamic [sub]class needed to set vptr.
1920 void InitializeVTablePointer(const VPtr &vptr);
1958 /// If vptr CFI is enabled, emit a check that VTable is valid.
1968 /// that VTable is a member of RD's type identifier. Or, if vptr CFI is
2544 /// Emit assumption that vptr load == global vtable.
2545 void EmitVTableAssumptionLoad(const VPtr &vptr, Address This);
2637 /// Determine whether the pointer type check \p TCK requires a vptr check.
H A DCGDebugInfo.cpp2002 // Don't emit any vtable shape or vptr info if this class doesn't have an
2011 // emit a special named pointer type into the element list. The vptr type
2033 // The vptr is a pointer to this special vtable type.
2037 // If there is a primary base then the artificial vptr member lives there.

Completed in 572 milliseconds