Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Drs6000-nat.c626 vp->dstart = (CORE_ADDR) ldi->l64.ldinfo_dataorg; in vmap_secs()
627 vp->dend = vp->dstart + ldi->l64.ldinfo_datasize; in vmap_secs()
633 vp->dstart = (unsigned long) ldi->l32.ldinfo_dataorg; in vmap_secs()
634 vp->dend = vp->dstart + ldi->l32.ldinfo_datasize; in vmap_secs()
677 new_offsets->offsets[SECT_OFF_DATA (objfile)] = vp->dstart - vp->dvma; in vmap_symtab()
678 new_offsets->offsets[SECT_OFF_BSS (objfile)] = vp->dstart - vp->dvma; in vmap_symtab()
951 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec()
952 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec()
956 exec_ops.to_sections[i].addr += vmap->dstart - vmap->dvma; in vmap_exec()
957 exec_ops.to_sections[i].endaddr += vmap->dstart - vmap->dvma; in vmap_exec()
[all …]
Dxcoffsolib.h43 CORE_ADDR dstart; /* virtual address of data start */ member
Dexec.c396 vp->dstart = bfd_section_vma (abfd, sect); in bfdsec_to_vmap()
397 vp->dend = vp->dstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap()
583 paddr (vp->dstart), in exec_files_info()
Dxcoffsolib.c89 paddr (vp->dstart), paddr (vp->dend), in solib_info()
/freebsd-10-stable/sys/i386/ibcs2/
Dcoff.h63 long dstart; /* */ member
/freebsd-10-stable/contrib/tcsh/
Dsh.dir.c43 static void dstart (const char *);
91 dstart(const char *from) in dstart() function
111 dstart(xcp); in dinit()
120 dstart("/"); in dinit()
/freebsd-10-stable/crypto/openssl/crypto/dso/
Ddso_dl.c358 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
/freebsd-10-stable/sys/dev/en/
Dmidway.c2168 uint32_t dstart; /* data start (as reported by card) */ in en_service() local
2201 dstart = MIDV_DSTART(en_read(sc, MID_DST_RP(vc->vcc.vci))); in en_service()
2202 dstart = (dstart * sizeof(uint32_t)) + slot->start; in en_service()
2205 if (dstart == cur) { in en_service()