Home
last modified time | relevance | path

Searched refs:dvma (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gdb/gdb/
HDrs6000-nat.c677 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()
HDxcoffsolib.h45 CORE_ADDR dvma; /* virtual addr of data section in object file */ member
HDexec.c398 vp->dvma = bfd_section_vma (abfd, sect); in bfdsec_to_vmap()