Searched refs:dend (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffsolib.h44 CORE_ADDR dend; /* virtual address of data end */ member in struct:vmap
H A Dxcoffsolib.c89 paddr (vp->dstart), paddr (vp->dend),
H A Dexec.c397 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
577 strlen_paddr (), "dend",
586 paddr (vp->dend),
H A Drs6000-nat.c658 vp->dend = vp->dstart + ldi->l64.ldinfo_datasize;
665 vp->dend = vp->dstart + ldi->l32.ldinfo_datasize;
873 relocate its tstart, tend, dstart, dend values. If no such `vp'
1196 stp->endaddr = vp->dend;
H A Dhpread.c2130 if ((dn_bufp->dend.endkind == DNTT_TYPE_FUNCTION) ||
2131 (dn_bufp->dend.endkind == DNTT_TYPE_DOC_FUNCTION))
5573 dn_bufp->dend.address,
5575 switch (dn_bufp->dend.endkind)
5599 dn_temp = hpread_get_lntt (dn_bufp->dend.beginscope.dnttp.index,
5626 valu = hpread_get_location (dn_bufp->dend.address, objfile);
5630 desc = dn_bufp->dend.beginscope.dnttp.index;
5662 valu = hpread_get_location (dn_bufp->dend.address, objfile);
5666 desc = dn_bufp->dend.beginscope.dnttp.index;
6247 index = (int) dn_tmp->dend
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencengine.c102 U8 *dend = d + dlen, *dlast = d; local
119 if (oend <= dend) {
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.xs447 U8 *s, *d, *dend;
454 dend = pv_utf8_decompose(aTHX_ s, slen, &d, dlen, (bool)SvTRUE(compat));
455 sv_setpvn(dst, (char *)d, dend - d);
469 U8 *s, *d, *dend;
476 dend = pv_utf8_reorder(aTHX_ s, slen, &d, dlen);
477 sv_setpvn(dst, (char *)d, dend - d);
493 U8 *s, *d, *dend;
500 dend = pv_utf8_compose(aTHX_ s, slen, &d, dlen, (bool)ix);
501 sv_setpvn(dst, (char *)d, dend - d);
517 U8 *s, *t, *tend, *d, *dend;
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp135 RawShadow *dend = MemToShadow(dst + size); local
136 ShadowSet(d, dend, Shadow::kEmpty);
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c5289 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
5294 while (d == dend) \
5297 if (dend == end_match_2) \
5301 dend = end_match_2; \
5585 const CHAR_T *d, *dend;
5866 `dend' is the end of the input string that `d' points within. `d'
5876 dend = end_match_1;
5882 dend = end_match_2;
5894 dend = end_match_1;
5899 dend
5568 const CHAR_T *d, *dend; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c3975 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3980 while (d == dend) \
3983 if (dend == end_match_2) \
3987 dend = end_match_2; \
4149 const char *d, *dend;
4343 `dend' is the end of the input string that `d' points within. `d'
4351 dend = end_match_1;
4356 dend = end_match_2;
4422 /* Restore best match. It may happen that `dend ==
4430 dend
4129 const char *d, *dend; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3606 #define MATCHING_IN_FIRST_STRING (dend == end_match_1)
3611 while (d == dend) \
3614 if (dend == end_match_2) \
3618 dend = end_match_2; \
3773 const char *d, *dend;
3966 `dend' is the end of the input string that `d' points within. `d'
3974 dend = end_match_1;
3979 dend = end_match_2;
4049 /* Restore best match. It may happen that `dend ==
4057 dend
3754 const char *d, *dend; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h1331 struct dntt_type_end dend; member in union:dnttentry
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h1331 struct dntt_type_end dend; member in union:dnttentry

Completed in 342 milliseconds