Searched refs:offsets (Results 1 - 25 of 134) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.h21 extern void windows_set_context_register_offsets (const int *offsets);
H A Dsolib-som.h33 struct section_offsets *offsets);
H A Dsolib-som.c831 struct section_offsets *offsets)
837 /* Oh what a pain! We need the offsets before so_list->objfile
844 offsets->offsets[SECT_OFF_TEXT (objfile)]
847 offsets->offsets[SECT_OFF_RODATA (objfile)]
848 = ANOFFSET (offsets, SECT_OFF_TEXT (objfile));
857 offsets->offsets[SECT_OFF_DATA (objfile)] = 0;
858 offsets
830 som_solib_section_offsets(struct objfile *objfile, struct section_offsets *offsets) argument
[all...]
H A Dsolib-target.c51 /* The cached offsets for each section of this shared library,
53 struct section_offsets *offsets; member in struct:lm_info
321 xfree (so->lm_info->offsets);
335 if (so->lm_info->offsets == NULL)
339 so->lm_info->offsets = xzalloc (SIZEOF_N_SECTION_OFFSETS (num_sections));
390 so->lm_info->offsets->offsets[i]
419 so->lm_info->offsets,
422 Could not relocate shared library \"%s\": bad offsets"), so->so_name);
432 /* If we have run out of offsets, assum
[all...]
H A Drs6000-tdep.c431 const struct ppc_reg_offsets *offsets,
435 *regsize = offsets->gpr_size;
438 return (offsets->r0_offset
439 + (regnum - tdep->ppc_gp0_regnum) * offsets->gpr_size);
442 return offsets->pc_offset;
445 return offsets->ps_offset;
448 return offsets->lr_offset;
451 return offsets->ctr_offset;
453 *regsize = offsets->xr_size;
455 return offsets
428 ppc_greg_offset(struct gdbarch *gdbarch, struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum, int *regsize) argument
466 ppc_fpreg_offset(struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum) argument
481 ppc_vrreg_offset(struct gdbarch_tdep *tdep, const struct ppc_reg_offsets *offsets, int regnum) argument
508 const struct ppc_reg_offsets *offsets = regset->descr; local
553 const struct ppc_reg_offsets *offsets; local
621 const struct ppc_reg_offsets *offsets; local
667 const struct ppc_reg_offsets *offsets = regset->descr; local
714 const struct ppc_reg_offsets *offsets; local
787 const struct ppc_reg_offsets *offsets; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dconst7.C5 short offsets[1] = { variable
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dieee754io.h57 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
58 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-stdarg.h30 int *offsets; member in struct:stdarg_info
H A Dtree-stdarg.c120 if (si->offsets == NULL)
124 si->offsets = XNEWVEC (int, num_ssa_names);
126 si->offsets[i] = -1;
136 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
144 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
198 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
202 si->offsets[SSA_NAME_VERSION (lhs)] = max_size;
204 si->offsets[SSA_NAME_VERSION (lhs)] = val;
518 && si->offsets[SSA_NAME_VERSION (use)] != -1)
523 gpr_size = si->offsets[SSA_NAME_VERSIO
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-stdarg.h31 int *offsets; member in struct:stdarg_info
H A Dtree-stdarg.c124 if (si->offsets == NULL)
128 si->offsets = xmalloc (num_ssa_names * sizeof (int));
130 si->offsets[i] = -1;
138 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
146 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
204 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
208 si->offsets[SSA_NAME_VERSION (lhs)] = max_size;
210 si->offsets[SSA_NAME_VERSION (lhs)] = val;
538 && si->offsets[SSA_NAME_VERSION (use)] != -1)
543 gpr_size = si->offsets[SSA_NAME_VERSIO
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dfixedname.h33 * dns_fixedname_t is a convenience type containing a name, an offsets table,
70 dns_offsets_t offsets; member in struct:dns_fixedname
77 dns_name_init(&((fn)->name), (fn)->offsets); \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
H A Drd-dtpoffd1.s2 ; module-local) and local symbols with offsets.
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dieee754io.c145 offsets_t offsets,
150 *(bufp + offsets[*fieldindex]) = val;
164 offsets_t offsets
206 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
211 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
222 mantissa_low |= get_byte(bufp, offsets, &fieldindex) << 8;
223 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
231 mantissa_high |= get_byte(bufp, offsets, &fieldindex) << 8;
232 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
234 mantissa_low = get_byte(bufp, offsets,
143 put_byte( unsigned char *bufp, offsets_t offsets, int *fieldindex, unsigned char val ) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Derrlist.awk58 offsets[number] = offset;
103 offsets[errno++] = offset;
105 printf("\t%d,\n", offsets[j]);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z80/
H A Doffset.s1 ;;; various instructions involving offsets
H A Doffset.d2 #name: instructions with offsets
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc572 // lack relocs, and offsets are unique, so we can ignore the section
590 offset_to_iterator(const std::vector<Offset_to_lineno_entry>* offsets, argument
596 // If no offset in offsets is >= lookup_key, returns end().
598 = std::lower_bound(offsets->begin(), offsets->end(), lookup_key);
601 // Here's a possible offsets array:
629 // offsets[0]. Since it's not an exact match and we're
630 // at the beginning of offsets, we return end() (invalid).
634 // offsets[0] exactly, and that's the entry we return.
636 // offsets[
708 const std::vector<Offset_to_lineno_entry>* offsets; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dname.c120 if (name->offsets != NULL) \
121 var = name->offsets; \
126 if (name->offsets != NULL) \
127 var = name->offsets; \
207 set_offsets(const dns_name_t *name, unsigned char *offsets,
211 dns_name_init(dns_name_t *name, unsigned char *offsets) { argument
215 DNS_NAME_INIT(name, offsets);
239 name->offsets = NULL;
519 unsigned char *offsets; local
535 SETUP_OFFSETS(name, offsets, odat
869 unsigned char *offsets; local
895 unsigned char *offsets; local
971 unsigned char *offsets; local
1037 unsigned char *offsets; local
1694 set_offsets(const dns_name_t *name, unsigned char *offsets, dns_name_t *set_name) argument
1746 unsigned char *offsets; local
1995 unsigned char *ndata, *offsets; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr40924.C88 const uintv &offsets = indexes * uintv (1); local
89 data = gather (offsets.data, array);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dmb_7.c90 dns_offsets_t offsets; local
98 dns_name_init(&name, offsets);
186 dns_offsets_t offsets; local
191 dns_name_init(&name, offsets);
H A Dmd_3.c90 dns_offsets_t offsets; local
98 dns_name_init(&name, offsets);
187 dns_offsets_t offsets; local
192 dns_name_init(&name, offsets);
H A Dmf_4.c90 dns_offsets_t offsets; local
98 dns_name_init(&name, offsets);
186 dns_offsets_t offsets; local
191 dns_name_init(&name, offsets);
H A Dns_2.c98 dns_offsets_t offsets; local
106 dns_name_init(&name, offsets);
194 dns_offsets_t offsets; local
199 dns_name_init(&name, offsets);

Completed in 2029 milliseconds

123456