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

/freebsd-10-stable/contrib/gdb/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.c399 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
579 strlen_paddr (), "dend",
588 paddr (vp->dend),
H A Drs6000-nat.c628 vp->dend = vp->dstart + ldi->l64.ldinfo_datasize;
635 vp->dend = vp->dstart + ldi->l32.ldinfo_datasize;
843 relocate its tstart, tend, dstart, dend values. If no such `vp'
1166 stp->endaddr = vp->dend;
H A Dhpread.c2132 if ((dn_bufp->dend.endkind == DNTT_TYPE_FUNCTION) ||
2133 (dn_bufp->dend.endkind == DNTT_TYPE_DOC_FUNCTION))
5579 dn_bufp->dend.address,
5581 switch (dn_bufp->dend.endkind)
5605 dn_temp = hpread_get_lntt (dn_bufp->dend.beginscope.dnttp.index,
5632 valu = hpread_get_location (dn_bufp->dend.address, objfile);
5636 desc = dn_bufp->dend.beginscope.dnttp.index;
5668 valu = hpread_get_location (dn_bufp->dend.address, objfile);
5672 desc = dn_bufp->dend.beginscope.dnttp.index;
6254 index = (int) dn_tmp->dend
[all...]
/freebsd-10-stable/contrib/ldns/
H A Ddnssec.c1360 uint8_t* dend; local
1376 dend = ldns_rdf_data(bitmap) + ldns_rdf_size(bitmap);
1381 while (dptr < dend && dptr[0] <= window) {
1384 dptr + dptr[1] + 2 <= dend) {
1397 uint8_t* dend; local
1413 dend = ldns_rdf_data(bitmap) + ldns_rdf_size(bitmap);
1418 while (dptr < dend && dptr[0] <= window) {
1421 dptr + dptr[1] + 2 <= dend) {
1435 uint8_t* dend; local
1452 dend
[all...]
/freebsd-10-stable/contrib/binutils/libiberty/
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...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
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...]
/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso_dl.c358 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) {
/freebsd-10-stable/contrib/gdb/include/
H A Dhp-symtab.h1331 struct dntt_type_end dend; member in union:dnttentry

Completed in 124 milliseconds