Searched refs:dstart (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | doop.c | 67 U8 *dstart; in S_do_trans_simple() 77 dstart = d; in S_do_trans_simple() 96 sv_setpvn(sv, (char*)dstart, d - dstart); in S_do_trans_simple() 97 Safefree(dstart); in S_do_trans_simple() 101 SvCUR_set(sv, d - dstart); in S_do_trans_simple() 192 U8 * const dstart = d; in S_do_trans_complex() 239 SvCUR_set(sv, d - dstart); in S_do_trans_complex() 245 U8 *dstart; in S_do_trans_complex() 261 dstart in S_do_trans_complex() 69 U8 *dstart; S_do_trans_simple() local 194 U8 * const dstart = d; S_do_trans_complex() local 247 U8 *dstart; S_do_trans_complex() local [all...] |
| H A D | utf8.c | 2837 U8* dstart = d; in Perl_utf16_to_utf8_base() 2890 *newlen = d - dstart; 2932 U8* dstart = d; in Perl_utf8_to_utf16_base() 2978 *newlen = d - dstart; 2833 U8* dstart = d; Perl_utf16_to_utf8_base() local 2928 U8* dstart = d; Perl_utf8_to_utf16_base() local
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | rs6000-nat.c | 656 vp->dstart = (CORE_ADDR) ldi->l64.ldinfo_dataorg; in vmap_secs() 657 vp->dend = vp->dstart + ldi->l64.ldinfo_datasize; in vmap_secs() 663 vp->dstart = (unsigned long) ldi->l32.ldinfo_dataorg; in vmap_secs() 664 vp->dend = vp->dstart + ldi->l32.ldinfo_datasize; in vmap_secs() 707 new_offsets->offsets[SECT_OFF_DATA (objfile)] = vp->dstart - vp->dvma; in vmap_symtab() 708 new_offsets->offsets[SECT_OFF_BSS (objfile)] = vp->dstart - vp->dvma; in vmap_symtab() 981 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec() 982 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec() 986 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec() 987 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec() [all …]
|
| H A D | xcoffsolib.h | 43 CORE_ADDR dstart; /* virtual address of data start */ member
|
| H A D | exec.c | 394 vp->dstart = bfd_section_vma (abfd, sect); in bfdsec_to_vmap() 395 vp->dend = vp->dstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap() 581 paddr (vp->dstart), in exec_files_info()
|
| H A D | xcoffsolib.c | 89 paddr (vp->dstart), paddr (vp->dend), in solib_info()
|
| H A D | ChangeLog-1997 | 1854 tstart and dstart with section VMA.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
| H A D | Normalize.xs | 40 #define Renew_d_if_not_enough_to(need) STRLEN curlen = d - dstart; \ 43 Renew(dstart, dlen+1, U8); \ 44 d = dstart + curlen; \ 215 U8* dstart = *dp; in pv_utf8_decompose() local 216 U8* d = dstart; in pv_utf8_decompose() 244 *dp = dstart; in pv_utf8_decompose() 253 U8* dstart = *dp; in pv_utf8_reorder() local 254 U8* d = dstart; in pv_utf8_reorder() 317 *dp = dstart; in pv_utf8_reorder() 326 U8* dstart = *dp; in pv_utf8_compose() local [all …]
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | testpkts.c | 815 uint8_t* dstart = walk; in get_serial() local 817 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, &sl, in get_serial() 819 if(dlen >= 2 && sldns_read_uint16(dstart) == LDNS_RR_TYPE_SOA) { in get_serial() 823 if(dlen < 10 + (size_t)sldns_read_uint16(dstart+8)) in get_serial() 825 dstart += 10; in get_serial() 828 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial() 830 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial() 835 (int)sldns_read_uint32(dstart)); in get_serial() 836 return sldns_read_uint32(dstart); in get_serial() 873 uint8_t* dstart = w; in pkt_find_edns_opt() local [all …]
|