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

/freebsd-10.0-release/contrib/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.c54 struct vmap *map_vmap (bfd *, bfd *);
86 struct vmap *vmap; variable in typeref:struct:vmap
99 struct vmap *vp, *nxt;
101 for (nxt = vmap; nxt != NULL;)
129 vmap = NULL;
236 /* Setup initial vmap. */
239 if (vmap == NULL)
382 struct vmap *vp;
405 /* Make a vmap fo
[all...]
H A Drs6000-nat.c130 extern struct vmap *map_vmap (bfd * bf, bfd * arch);
136 static struct vmap *add_vmap (LdInfo *);
140 static void vmap_symtab (struct vmap *);
621 vmap_secs (struct vmap *vp, LdInfo *ldi, int arch64)
648 vmap_symtab (struct vmap *vp)
697 /* Add symbols for a vmap. Return zero upon error. */
700 vmap_add_symbols (struct vmap *vp)
714 /* Add a new vmap entry based on ldinfo() information.
719 Return the vmap new entry. */
721 static struct vmap *
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DValueSymbolTable.h59 ValueSymbolTable() : vmap(0), LastUnique(0) {}
71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
75 inline bool empty() const { return vmap.empty(); }
78 inline unsigned size() const { return unsigned(vmap.size()); }
90 inline iterator begin() { return vmap.begin(); }
93 inline const_iterator begin() const { return vmap.begin(); }
96 inline iterator end() { return vmap.end(); }
99 inline const_iterator end() const { return vmap.end(); }
125 ValueMap vmap; ///< The map that holds the symbol table. member in class:llvm::ValueSymbolTable
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dvmalloc.h37 void *vmap(struct page **pages, unsigned int count, unsigned long flags,
H A Dlinux_compat.c647 vmap(struct page **pages, unsigned int count, unsigned long flags, int prot) function
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp26 for (iterator VI = vmap.begin(), VE = vmap.end(); VI != VE; ++VI)
30 assert(vmap.empty() && "Values remain in symbol table!");
40 if (vmap.insert(V->Name)) {
57 // Try insert the vmap entry with this suffix.
58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
72 vmap.remove(V);
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
96 // Try insert the vmap entry with this suffix.
97 ValueName &NewName = vmap
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c528 struct vmapinfo *vmap; variable in typeref:struct:vmapinfo
537 memset((char *)vmap, 0, maxval * sizeof(*vmap));
559 vmap[val].const_val = v0;
560 vmap[val].is_const = 1;
587 a = vmap[v0].const_val;
588 b = vmap[v1].const_val;
798 if (vmap[val].is_const) {
808 b->s.k += vmap[val].const_val;
869 if (vmap[va
[all...]
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_resources.c82 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
H A Dalloc.c258 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL);
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_prime.c141 .vmap = radeon_gem_prime_vmap,

Completed in 128 milliseconds