Searched refs:dstart (Results 1 – 8 of 8) sorted by relevance
626 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 …]
43 CORE_ADDR dstart; /* virtual address of data start */ member
396 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()
89 paddr (vp->dstart), paddr (vp->dend), in solib_info()
63 long dstart; /* */ member
43 static void dstart (const char *);91 dstart(const char *from) in dstart() function111 dstart(xcp); in dinit()120 dstart("/"); in dinit()
358 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
2168 uint32_t dstart; /* data start (as reported by card) */ in en_service() local2201 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()