Searched refs:offsets (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c907 u_short offsets[MAXFRAGS+1]; local
924 memset(offsets, 0, sizeof(offsets));
1013 (u_int)f, offsets[f],
1014 offsets[f] +
1212 f < numfrags && offsets[f] < offset;
1217 if (f < numfrags && offset == offsets[f]) {
1219 count, offset, counts[f], offsets[f]));
1223 if (f > 0 && (offsets[f-1] + counts[f-1]) > offset) {
1225 offset, counts[f-1], offsets[
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c352 * cmds, datas, offsets, errors, and sizes are arrays of length ncmds. Each IO
357 vdev_geom_io(struct g_consumer *cp, int *cmds, void **datas, off_t *offsets, argument
379 off = offsets[i];
400 off = offsets[i];
426 off_t offsets[VDEV_LABELS]; local
450 offsets[l] = vdev_label_offset(psize, l, 0) + VDEV_SKIP_SIZE;
453 ASSERT(offsets[l] % pp->sectorsize == 0);
457 vdev_geom_io(cp, cmds, (void**)vdev_lists, offsets, sizes, errors,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymtab.h730 Each struct contains an array of offsets.
731 The ordering and meaning of the offsets is file-type-dependent;
736 of these offsets, the ANOFFSET macro must be used to insert and
741 CORE_ADDR offsets[1]; /* As many as needed. */
747 : secoff->offsets[whichone])
752 + sizeof (((struct section_offsets *) 0)->offsets) * ((n)-1))
888 /* Set of relocation offsets to apply to each section. */
738 CORE_ADDR offsets[1]; /* As many as needed. */ member in struct:section_offsets
H A Dsymfile.c444 for the objectfile OBJFILE and stuffs ADDR into all of the offsets. */
459 /* Now calculate offsets for section that were specified by the
469 /* Record all sections in offsets */
472 (objfile->section_offsets)->offsets[osp->sectindex] = osp->addr;
487 an 'add-symbol-file' command, then this is the list of offsets and
497 OFFSETS is a table of section offsets already in the right
499 elements present in OFFSETS->offsets. If OFFSETS is non-zero, we
516 struct section_offsets *offsets,
524 gdb_assert (! (addrs && offsets));
539 if (! addrs && ! offsets)
513 syms_from_objfile(struct objfile *objfile, struct section_addr_info *addrs, struct section_offsets *offsets, int num_offsets, int mainline, int verbo) argument
779 symbol_file_add_with_addrs_or_offsets(char *name, int from_tty, struct section_addr_info *addrs, struct section_offsets *offsets, int num_offsets, int mainline, int flags) argument
1810 struct section_offsets *offsets; local
[all...]
H A Drs6000-nat.c665 /* If symbols are not yet loaded, offsets are not yet valid. */
673 new_offsets->offsets[i] = ANOFFSET (objfile->section_offsets, i);
677 new_offsets->offsets[SECT_OFF_TEXT (objfile)] = vp->tstart - vp->tvma;
678 new_offsets->offsets[SECT_OFF_DATA (objfile)] = vp->dstart - vp->dvma;
679 new_offsets->offsets[SECT_OFF_BSS (objfile)] = vp->dstart - vp->dvma;
H A Dobjfiles.c507 delta->offsets[i] =
625 (objfile->section_offsets)->offsets[i] = ANOFFSET (new_offsets, i);
H A Dpa64solib.c326 (so->objfile->section_offsets)->offsets[SECT_OFF_TEXT (so->objfile)]
328 (so->objfile->section_offsets)->offsets[SECT_OFF_DATA (so->objfile)]
H A Dsolib-sunos.c50 rather than void *, so that we may use byte offsets to find the
742 new_offsets->offsets[i] = displacement;
H A Delfread.c431 SECTION_OFFSETS is a set of offsets to apply to relocate the symbols
696 offsets to static variables are relative to the start of the data
747 (pst->section_offsets)->offsets[i] = maybe->sections[i];
751 /* We were unable to find any offsets for this file. Complain. */
H A Dsomread.c303 SECTION_OFFSETS is a set of offsets to apply to relocate the symbols
423 /* SOM specific parsing routine for section offsets.
450 offsets from the library, else get them from addrs. */
462 (objfile->section_offsets)->offsets[i] = text_addr;
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c560 struct list_head offsets; member in struct:table
581 list_add_tail(&offset->list, &t->offsets);
586 INIT_LIST_HEAD(&t->offsets);
632 list_for_each_entry(offset, &t->offsets, list) {
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c87 offsets. */
520 therefore virtual bases can be found at their static offsets. */
1354 primary base, make sure the offsets match. */
1417 base, make sure the offsets match. */
1763 vbase and vcall offsets, etc. Set its type and call the backend
3109 record_subobject_offset (tree type, tree offset, splay_tree offsets)
3117 n = splay_tree_lookup (offsets, (splay_tree_key) offset);
3119 n = splay_tree_insert (offsets,
3134 check_subobject_offset (tree type, tree offset, splay_tree offsets)
3143 n = splay_tree_lookup (offsets, (splay_tree_ke
3105 record_subobject_offset(tree type, tree offset, splay_tree offsets) argument
3130 check_subobject_offset(tree type, tree offset, splay_tree offsets) argument
3162 walk_subobject_offsets(tree type, subobject_offset_fn f, tree offset, splay_tree offsets, tree max_offset, int vbases_p) argument
3360 record_subobject_offsets(tree type, tree offset, splay_tree offsets, bool is_data_member) argument
3393 layout_conflict_p(tree type, tree offset, splay_tree offsets, int vbases_p) argument
3420 layout_nonempty_base_or_field(record_layout_info rli, tree decl, tree binfo, splay_tree offsets) argument
3529 layout_empty_base(tree binfo, tree eoc, splay_tree offsets) argument
3588 build_base_field(record_layout_info rli, tree binfo, splay_tree offsets, tree *next_field) argument
3692 build_base_fields(record_layout_info rli, splay_tree offsets, tree *next_field) argument
4349 layout_virtual_bases(record_layout_info rli, splay_tree offsets) argument
[all...]
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev.h199 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h315 __u32 offsets[4]; /* offset of each plane */ member in struct:drm_mode_fb_cmd2
H A Ddrm_crtc_helper.c912 fb->offsets[i] = mode_cmd->offsets[i];
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s30 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets
H A Dpkt_rx0.asm55 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c353 * offsets for parity field descriptions
1393 int offsets = 0; local
1420 offsets = 1;
1429 offsets = 1;
1803 PRINTF(offsets ? "%s, %2ld:%02ld:%02d, %ld.%02ld.%02ld, <%s%s%s%s> (%c%ld.%06lds)" :
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.c169 apr_array_header_t *offsets; member in struct:packed_revprops_t
526 revprops->offsets = apr_array_make(result_pool, (int)count,
592 APR_ARRAY_PUSH(revprops->offsets, apr_size_t) = offset;
987 apr_size_t offset = APR_ARRAY_IDX(revprops->offsets, i, apr_size_t);
1109 + (revprops->offsets->nelts + 2) * SVN_INT64_BUFFER_SIZE;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-rs6000.c1195 /* After the count comes a list of four byte file offsets. */
1253 /* After the count comes a list of eight byte file offsets. */
1260 /* After the file offsets come null terminated symbol names. */
1860 0x0078 offsets [0x08 * num_syms], binary
1906 /* loop over the 32 bit offsets */
2002 /* loop over the 64 bit offsets */
2088 file_ptr *offsets;
2111 offsets = (file_ptr *) bfd_alloc (abfd, count * sizeof (file_ptr));
2112 if (offsets == NULL)
2189 offsets[
2085 file_ptr *offsets; local
2317 file_ptr *offsets; local
[all...]
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c299 width * bpp + cmd->offsets[i];
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s87 # define offsets of fields in hash context structure
317 # so rbp is "centered" there, allowing short offsets to the key
320 # offsets from both rsp and rbp only in the 1024-bit case.
322 # with short offsets, except in the 1024-bit case
325 leaq FRAME_OFFS(%rsp),%rbp #maximize use of short offsets
950 o1K_rdi = 0 #offsets in X[] associated with each register
/freebsd-11-stable/contrib/gcc/
H A Dvar-tracking.c1046 for common offsets, i.e. the locations of a variable part are sorted by
1114 thus there are at most MAX_VAR_PARTS different offsets. */
1549 don't reject negative offsets because they can be generated for
2162 thus there are at most MAX_VAR_PARTS different offsets. */
2372 HOST_WIDE_INT offsets[MAX_VAR_PARTS]; local
2391 offsets[n_var_parts] = var->var_part[i].offset;
2394 last_limit = offsets[n_var_parts] + GET_MODE_SIZE (mode);
2458 last_limit = offsets[n_var_parts] + GET_MODE_SIZE (mode);
2481 = gen_rtx_EXPR_LIST (VOIDmode, loc[0], GEN_INT (offsets[0]));
2492 = gen_rtx_EXPR_LIST (VOIDmode, loc[i], GEN_INT (offsets[
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1539 int *offsets; local
1542 offsets = os_calloc(bss->nai_realm_count * MAX_NAI_REALMS,
1544 if (offsets == NULL)
1550 offsets[i * MAX_NAI_REALMS + j] =
1559 os_free(offsets);
1568 int offs = offsets[i * MAX_NAI_REALMS + j];
1575 os_free(offsets);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1051 // To calculate the adjustments use offsets for thread-local storage.
1886 // relocations each, at subsequent offsets following the last address entry.
1912 // Number of bits to use for the relocation offsets bitmap.
1916 // Get offsets for all relative relocations and sort them.
1917 std::vector<uint64_t> offsets; local
1919 offsets.push_back(rel.getOffset());
1920 llvm::sort(offsets);
1924 for (size_t i = 0, e = offsets.size(); i < e;) {
1926 relrRelocs.push_back(Elf_Relr(offsets[i]));
1927 uint64_t base = offsets[
[all...]

Completed in 210 milliseconds

123