Searched refs:vmap (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffsolib.h22 /* The vmap struct is used to describe the virtual address space of
33 struct vmap struct
35 struct vmap *nxt; /* ptr to next in chain */
58 struct vmap *pvmap;
61 extern struct vmap *vmap;
63 /* Add symbols for a vmap. */
64 extern int vmap_add_symbols (struct vmap *vp);
H A Dxcoffsolib.c41 struct vmap *vp = vmap;
43 /* The first vmap entry is for the exec file. */
67 struct vmap *vp = vmap;
79 /* Skip over the first vmap, it is the main program, always loaded. */
121 struct vmap *vp = vmap;
126 /* skip over the first vmap, it is the main program, always loaded. */
H A Dexec.c50 struct vmap *map_vmap (bfd *, bfd *);
82 struct vmap *vmap; variable in typeref:struct:vmap
95 struct vmap *vp, *nxt;
97 for (nxt = vmap; nxt != NULL;)
125 vmap = NULL;
233 /* Setup initial vmap. */
236 if (vmap == NULL)
380 struct vmap *vp;
403 /* Make a vmap fo
[all...]
H A Drs6000-nat.c129 extern struct vmap *map_vmap (bfd * bf, bfd * arch);
135 static struct vmap *add_vmap (LdInfo *);
139 static void vmap_symtab (struct vmap *);
651 vmap_secs (struct vmap *vp, LdInfo *ldi, int arch64)
678 vmap_symtab (struct vmap *vp)
727 /* Add symbols for a vmap. Return zero upon error. */
730 vmap_add_symbols (struct vmap *vp)
744 /* Add a new vmap entry based on ldinfo() information.
749 Return the vmap new entry. */
751 static struct vmap *
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dirix-core.c72 struct vmap64 vmap; local
78 val = bfd_bread ((PTR) &vmap, (bfd_size_type) sizeof vmap, abfd);
79 if (val != sizeof vmap)
82 switch (vmap.v_type)
101 if (vmap.v_offset == 0)
106 vmap.v_len, vmap.v_vaddr, vmap.v_offset))
122 struct vmap vma local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Doptimize.c562 struct vmapinfo *vmap; variable in typeref:struct:vmapinfo
571 memset((char *)vmap, 0, maxval * sizeof(*vmap));
595 vmap[val].const_val = v0;
596 vmap[val].is_const = 1;
629 a = vmap[v0].const_val;
630 b = vmap[v1].const_val;
843 if (vmap[val].is_const) {
853 b->s.k += vmap[val].const_val;
913 if (vmap[va
[all...]

Completed in 101 milliseconds