Home
last modified time | relevance | path

Searched refs:regoff_t (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dxregex2.h401 typedef int regoff_t; typedef
409 regoff_t *start;
410 regoff_t *end;
427 regoff_t rm_so; /* Byte offset from string's start to substring's start. */
428 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
500 unsigned num_regs, regoff_t *starts,
501 regoff_t *ends);
Dxregex.h11 # define regoff_t xregoff_t macro
DChangeLog-0415674 * xregex.h (regoff_t): Define.
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c4892 regoff_t *starts, regoff_t *ends) in weak_alias()
4905 regs->start = regs->end = (regoff_t *) 0; in weak_alias()
5261 ? ((regoff_t)(mbs_offset1 != NULL? mbs_offset1[(ptr)-string1] : 0)) \
5262 : ((regoff_t)((mbs_offset2 != NULL? mbs_offset2[(ptr)-string2] : 0) \
5269 ? ((regoff_t) ((ptr) - string1)) \
5270 : ((regoff_t) ((ptr) - string2 + size1)))
5988 regs->start = TALLOC (regs->num_regs, regoff_t); in wcs_re_match_2_internal()
5989 regs->end = TALLOC (regs->num_regs, regoff_t); in wcs_re_match_2_internal()
6004 RETALLOC (regs->start, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
6005 RETALLOC (regs->end, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
[all …]