Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dirix-core.c54 struct vmap64 vmap; in do_sections64() local
60 val = bfd_bread ((PTR) &vmap, (bfd_size_type) sizeof vmap, abfd); in do_sections64()
61 if (val != sizeof vmap) in do_sections64()
64 switch (vmap.v_type) in do_sections64()
83 if (vmap.v_offset == 0) in do_sections64()
88 vmap.v_len, vmap.v_vaddr, vmap.v_offset)) in do_sections64()
102 struct vmap vmap; in do_sections() local
108 val = bfd_bread ((PTR) &vmap, (bfd_size_type) sizeof vmap, abfd); in do_sections()
109 if (val != sizeof vmap) in do_sections()
112 switch (vmap.v_type) in do_sections()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dxcoffsolib.h33 struct vmap struct
35 struct vmap *nxt; /* ptr to next in chain */ argument
58 struct vmap *pvmap; argument
61 extern struct vmap *vmap;
64 extern int vmap_add_symbols (struct vmap *vp);
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 *);
651 vmap_secs (struct vmap *vp, LdInfo *ldi, int arch64) in vmap_secs()
678 vmap_symtab (struct vmap *vp) in vmap_symtab()
729 vmap_add_symbols (struct vmap *vp) in vmap_add_symbols()
750 static struct vmap *
756 struct vmap *vp; in add_vmap()
825 if (vp == vmap || auto_solib_add) in add_vmap()
837 struct vmap *vp; in vmap_ldinfo()
[all …]
Dxcoffsolib.c41 struct vmap *vp = vmap; in xcoff_solib_address()
67 struct vmap *vp = vmap; in solib_info()
121 struct vmap *vp = vmap; in sharedlibrary_command()
Dexec.c51 struct vmap *map_vmap (bfd *, bfd *);
91 struct vmap *vmap; variable
104 struct vmap *vp, *nxt; in exec_close()
106 for (nxt = vmap; nxt != NULL;) in exec_close()
134 vmap = NULL; in exec_close()
247 if (vmap == NULL) in exec_file_attach()
390 struct vmap *vp; in bfdsec_to_vmap()
416 struct vmap *
420 struct vmap *vp, **vpp; in map_vmap()
422 vp = (struct vmap *) xmalloc (sizeof (*vp)); in map_vmap()
[all …]
/mirbsd/src/lib/libpcap/
Doptimize.c516 struct vmapinfo *vmap; variable
525 memset((char *)vmap, 0, maxval * sizeof(*vmap)); in init_val()
549 vmap[val].const_val = v0;
550 vmap[val].is_const = 1;
583 a = vmap[v0].const_val;
584 b = vmap[v1].const_val;
764 if (vmap[val].is_const) {
767 b->s.k += vmap[val].const_val;
823 if (vmap[val].is_const && BPF_SRC(b->s.code) == BPF_K) {
824 bpf_int32 v = vmap[val].const_val;
[all …]