/illumos-gate/usr/src/uts/common/krtld/ |
H A D | reloc_defs.h | 46 Word re_flags; /* relocation attributes */ member 91 ((_reltab[(X)].re_flags & FLG_RE_PLTREL) != 0) 94 ((_reltab[(X)].re_flags & FLG_RE_GOTADD) != 0) 97 ((_reltab[(X)].re_flags & FLG_RE_GOTPC) != 0) 100 ((_reltab[(X)].re_flags & (FLG_RE_GOTPC | FLG_RE_GOTADD)) == \ 104 ((_reltab[(X)].re_flags & FLG_RE_GOTREL) != 0) 107 ((_reltab[(X)].re_flags & FLG_RE_GOTOPINS) != 0) 110 ((_reltab[(X)].re_flags & (FLG_RE_GOTADD | FLG_RE_GOTREL | \ 114 ((_reltab[(X)].re_flags & FLG_RE_PCREL) != 0) 117 ((_reltab[(X)].re_flags & FLG_RE_ADDRELATIVE) != 0) [all …]
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 388 int field_size, re_flags; in do_reloc_krtld() local 394 re_flags = rep->re_flags; in do_reloc_krtld() 397 if ((re_flags & FLG_RE_SIGN) && sigbit_mask) { in do_reloc_krtld() 422 if (re_flags & FLG_RE_UNALIGN) in do_reloc_krtld() 467 if ((re_flags & FLG_RE_UNALIGN) == 0) { in do_reloc_krtld() 504 if (re_flags & FLG_RE_WDISP16) { in do_reloc_krtld() 515 if (re_flags & FLG_RE_SIGN) { in do_reloc_krtld() 541 if (re_flags & FLG_RE_SIGN) { in do_reloc_krtld() 572 if ((re_flags & FLG_RE_VERIFY) && sigbit_mask) { in do_reloc_krtld() 573 if (((re_flags & FLG_RE_SIGN) && in do_reloc_krtld() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | glob.c | 61 int re_flags; \ 290 glob_dir(glob_t* gp, globlist_t* ap, int re_flags) in glob_dir() argument 312 int meta = ((gp->re_flags & REG_ICASE) && *ap->gl_begin != '/') ? MATCH_META : 0; in glob_dir() 485 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE)) in glob_dir() 489 if (err = regcomp(&rei, pat, gp->re_flags|REG_ICASE)) in glob_dir() 495 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir() 504 if (err = regcomp(&rec, pat, gp->re_flags)) in glob_dir() 510 gp->re_flags = regstat(prec)->re_flags; in glob_dir() 515 if ((ire = gp->gl_ignore) && (gp->re_flags & REG_ICASE)) in glob_dir() 519 if (regcomp(&gp->re_ignorei, gp->gl_fignore, re_flags|REG_ICASE)) in glob_dir() [all …]
|
H A D | magic.c | 2348 mp->redisc.re_flags = REG_NOFREE; in magicopen()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | regex.h | 156 regflags_t re_flags; /* regsubcomp() flags */ member 168 regflags_t re_flags; /* discipline flags */ member 180 regflags_t re_flags; /* REG_* */ member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regalloc.c | 33 state.disc.re_flags = flags; in regalloc()
|
H A D | regstat.c | 35 p->env->stats.re_flags = p->env->flags; in regstat()
|
H A D | reginit.c | 398 if (!n && (disc->re_flags & REG_NOFREE)) in alloc() 404 if (!(disc->re_flags & REG_NOFREE)) in alloc()
|
H A D | regsubcomp.c | 353 sub->re_flags = flags; in regsubcomp() 368 if (!(env->disc->re_flags & REG_NOFREE)) in regsubfree()
|
H A D | regsubexec.c | 173 if (m <= 0 && !(b->re_flags & REG_SUB_ALL) || !*s) in regsubexec()
|
H A D | regnexec.c | 2034 if (--env->refs <= 0 && !(env->disc->re_flags & REG_NOFREE)) in regfree()
|
H A D | regcomp.c | 196 if (e && !(disc->re_flags & REG_NOFREE)) in drop()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mib2.h | 739 int re_flags; member 808 int re_flags; member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 300 if (fp->re[x]->re_sub->re_flags & REG_SUB_STOP) in getfmt()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4670 if (rp->ipRouteInfo.re_flags & RTF_INDIRECT) { in form_v4_route_flags() 4685 if (rp->ipRouteInfo.re_flags & RTF_DYNAMIC) { in form_v4_route_flags() 4697 if (rp->ipRouteInfo.re_flags & RTF_MULTIRT) { in form_v4_route_flags() 4701 if (rp->ipRouteInfo.re_flags & RTF_SETSRC) { in form_v4_route_flags() 4705 if (rp->ipRouteInfo.re_flags & RTF_REJECT) { in form_v4_route_flags() 4709 if (rp->ipRouteInfo.re_flags & RTF_BLACKHOLE) { in form_v4_route_flags() 4713 if (rp->ipRouteInfo.re_flags & RTF_ZONE) { in form_v4_route_flags() 4972 if (rp6->ipv6RouteInfo.re_flags & RTF_INDIRECT) { in form_v6_route_flags() 4989 if (rp6->ipv6RouteInfo.re_flags & RTF_DYNAMIC) { in form_v6_route_flags() 4997 if (rp6->ipv6RouteInfo.re_flags & RTF_MULTIRT) { in form_v6_route_flags() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1463 rp->ipRouteInfo.re_flags, in sync_kern() 1472 rtm.rtm_flags = rp->ipRouteInfo.re_flags; in sync_kern()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.sparc.c | 729 !(rep->re_flags & FLG_RE_UNALIGN)) { in ld_perform_outreloc()
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 1964 if (!cret && *(p += preg.re_npat) && !(preg.re_sub->re_flags & REG_SUB_LAST)) in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 557 if (edit->re.re_sub->re_flags & REG_SUB_STOP) in ppcontrol()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 11049 re->ipRouteInfo.re_flags = ire->ire_flags; in ip_snmp_get2_v4() 11176 re->ipv6RouteInfo.re_flags = ire->ire_flags; in ip_snmp_get2_v6_route()
|