Searched refs:strip (Results 1 – 10 of 10) sorted by relevance
120 if (g->strip != NULL) in __weak_alias()121 free(g->strip); in __weak_alias()
385 switch (OP(m->g->strip[es])) { in dissect()388 es += OPND(m->g->strip[es]); in dissect()391 while (OP(m->g->strip[es]) != O_CH) in dissect()392 es += OPND(m->g->strip[es]); in dissect()398 switch (OP(m->g->strip[ss])) { in dissect()504 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect()505 assert(OP(m->g->strip[esub]) == OOR1); in dissect()510 assert(OP(m->g->strip[esub]) == OOR1); in dissect()512 assert(OP(m->g->strip[esub]) == OOR2); in dissect()514 esub += OPND(m->g->strip[esub]); in dissect()[all …]
112 sop *strip; /* malloced strip */ member270 p->strip = malloc(p->ssize * sizeof(sop)); in regcomp()272 if (p->strip == NULL) { in regcomp()684 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()685 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()1661 (void)memcpy(p->strip + p->slen, p->strip + start, in dupl()1696 p->strip[p->slen++] = (sop)SOP(op, opnd); in doemit()1723 s = p->strip[sn]; in doinsert()1736 memmove(&p->strip[pos+1], &p->strip[pos], (HERE()-pos-1)*sizeof(sop)); in doinsert()1737 p->strip[pos] = s; in doinsert()[all …]
181 sop *strip; /* malloced area for strip */ member
49 line = string.strip(line)56 rest = string.strip(m.group(4))63 rest = string.strip(m.group(2))
67 return_type = line[:pos_lparen].strip().split()105 number = line[pos_rparen+1:].strip()114 number = number[1:].strip()163 line = line.strip()
134 param = param.strip()
40 ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
305 line = string.strip(line)
457 ifeq ($(strip $(TARGET_CPU_VARIANT)),)504 ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)685 WITH_MALLOC_CHECK_LIBC_A := $(strip $(WITH_MALLOC_CHECK_LIBC_A))