Lines Matching refs:vmap
50 struct vmap *map_vmap (bfd *, bfd *);
82 struct vmap *vmap; variable
95 struct vmap *vp, *nxt; in exec_close()
97 for (nxt = vmap; nxt != NULL;) in exec_close()
125 vmap = NULL; in exec_close()
236 if (vmap == NULL) in exec_file_attach()
378 struct vmap *vp; in bfdsec_to_vmap()
404 struct vmap *
408 struct vmap *vp, **vpp; in map_vmap()
410 vp = (struct vmap *) xmalloc (sizeof (*vp)); in map_vmap()
422 for (vpp = &vmap; *vpp; vpp = &(*vpp)->nxt) in map_vmap()
564 if (vmap) in exec_files_info()
566 struct vmap *vp; in exec_files_info()
568 printf_unfiltered ("\tMapping info for file `%s'.\n", vmap->name); in exec_files_info()
577 for (vp = vmap; vp; vp = vp->nxt) in exec_files_info()