Searched refs:base_offset (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgnu-v3-abi.c369 long int cur_base_offset, base_offset; local
418 base_offset = value_as_long (value_subscript (vbase_array, offset_val));
419 return base_offset;
H A Dvalops.c1584 int base_offset;
1596 &base_offset, &skip);
1621 base_offset =
1625 if (base_offset == -1)
1631 base_offset = TYPE_BASECLASS_BITPOS (type, i) / 8;
1633 v = search_struct_method (name, arg1p, args, base_offset + offset,
1819 int base_offset;
1830 &base_offset, &skip);
1837 base_offset = VALUE_OFFSET (*argp) + offset;
1838 base_offset
1582 int base_offset; local
1817 int base_offset; local
2575 int base_offset; local
[all...]
H A Ddwarf2loc.c61 CORE_ADDR base_offset = ANOFFSET (baton->objfile->section_offsets, local
63 CORE_ADDR base_address = baton->base_address + base_offset;
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_extattr.c848 off_t base_offset; local
878 base_offset = sizeof(struct ufs_extattr_fileheader) +
894 local_aio.uio_offset = base_offset;
944 uio->uio_offset = base_offset + sizeof(struct
1055 off_t base_offset; local
1086 base_offset = sizeof(struct ufs_extattr_fileheader) +
1103 local_aio.uio_offset = base_offset;
1131 uio->uio_offset = base_offset + sizeof(struct ufs_extattr_header);
1163 off_t base_offset; local
1185 base_offset
[all...]
/freebsd-10.0-release/sbin/bsdlabel/
H A Dbsdlabel.c1130 u_long base_offset, needed, total_size, total_percent, current_offset; local
1279 base_offset = BBSIZE / secsize;
1286 if (pp->p_offset > base_offset)
1287 free_space += pp->p_offset - base_offset;
1288 if (pp->p_offset + pp->p_size > base_offset)
1289 base_offset = pp->p_offset + pp->p_size;
1291 if (base_offset < lp->d_secperunit)
1292 free_space += lp->d_secperunit - base_offset;
1329 base_offset = BBSIZE / secsize;
1338 base_offset
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr600_cs.c364 u64 base_offset, base_align; local
389 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i];
432 if (!IS_ALIGNED(base_offset, base_align)) {
434 (uintmax_t)base_offset, (uintmax_t)base_align, array_mode);
533 u64 base_offset, base_align; local
584 base_offset = track->db_bo_mc + track->db_offset;
623 if (!IS_ALIGNED(base_offset, base_align)) {
625 (uintmax_t)base_offset, (uintmax_t)base_align, array_mode);
1601 u64 base_offset,
1620 base_offset <<
1598 r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, struct radeon_bo *texture, struct radeon_bo *mipmap, u64 base_offset, u64 mip_offset, u32 tiling_flags) argument
2081 u32 size, offset, base_offset, mip_offset; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vect-transform.c150 tree base_offset = unshare_expr (DR_OFFSET (dr)); local
153 /* Create base_offset */
154 base_offset = size_binop (PLUS_EXPR, base_offset, init);
155 dest = create_tmp_var (TREE_TYPE (base_offset), "base_off");
157 base_offset = force_gimple_operand (base_offset, &new_stmt, false, dest);
162 tree tmp = create_tmp_var (TREE_TYPE (base_offset), "offset");
166 base_offset = fold_build2 (PLUS_EXPR, TREE_TYPE (base_offset),
[all...]
H A Dfunction.c187 HOST_WIDE_INT base_offset;
690 p->base_offset = best_p->base_offset + rounded_size;
745 p->base_offset = frame_offset;
750 p->base_offset = frame_offset_old;
911 if (p->base_offset + p->full_size == q->base_offset)
918 else if (q->base_offset + q->full_size == p->base_offset)
954 && INTVAL (XEXP (x, 1)) >= p->base_offset
186 HOST_WIDE_INT base_offset; local
[all...]
H A Dpostreload.c1336 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)];
1340 + base_offset
1367 trunc_int_for_mode (added_offset + base_offset,
1334 HOST_WIDE_INT base_offset = reg_offset[REGNO (src)]; local
H A Ddwarf2out.c213 HOST_WIDE_INT base_offset; local
698 loc->base_offset = 0;
733 loc.base_offset = 0;
748 || loc1->base_offset == loc2->base_offset));
1479 cfa.base_offset = -cfa_store.offset
1486 cfa.base_offset = -cfa_store.offset
1493 cfa.base_offset = -/+ <const_int> - {cfa_store,cfa_temp}.offset
1498 cfa.base_offset = -{cfa_store,cfa_temp}.offset
1503 cfa.base_offset
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp412 DWARFFormValue::Reference (dw_offset_t base_offset) const
422 die_offset += base_offset;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1424 CharUnits base_offset;
1427 base_offset = record_layout.getVBaseClassOffset(origin_base_cxx_record.decl);
1429 base_offset = record_layout.getBaseClassOffset(origin_base_cxx_record.decl);
1431 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>(origin_base_cxx_record.decl, base_offset));
/freebsd-10.0-release/sys/kern/
H A Dlink_elf.c730 Elf_Off base_offset; local
873 base_offset = trunc_page(segs[0]->p_offset);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c2752 apr_off_t base_offset;
2808 rep_args->base_offset = (apr_off_t)val;
4850 rep.offset = rep_args->base_offset;
5342 && rep_args->base_offset == source->data_rep->offset)))
7266 base_rep.offset = rep_args->base_offset;
2751 apr_off_t base_offset; member in struct:rep_args

Completed in 195 milliseconds