Home
last modified time | relevance | path

Searched refs:dst_off (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
H A Dgc.h230 Address dst_off; in gc_process_relocs() local
241 dst_off = lsym.get_st_value() + addend; in gc_process_relocs()
245 Address symvalue = dst_off - addend; in gc_process_relocs()
292 dst_off = static_cast<const Sized_symbol<size>*>(gsym)->value(); in gc_process_relocs()
293 dst_off += addend; in gc_process_relocs()
321 Address symvalue = dst_off - addend; in gc_process_relocs()
347 dst_off); in gc_process_relocs()
H A Dtarget.h1100 typename elfcpp::Elf_types<size>::Elf_Addr dst_off) const in gc_add_reference() argument
1103 dst_obj, dst_shndx, dst_off); in gc_add_reference()
H A Dpowerpc.cc220 typename elfcpp::Elf_types<size>::Elf_Addr dst_off) in add_reference() argument
223 this->access_from_map_[dst_off].insert(src_id); in add_reference()
229 add_gc_mark(typename elfcpp::Elf_types<size>::Elf_Addr dst_off) in add_gc_mark() argument
231 size_t ndx = this->opd_ent_ndx(dst_off); in add_gc_mark()
818 Address dst_off) const;
6449 Address dst_off = p->first; in gc_process_relocs() local
6494 Address dst_off) const in do_gc_add_reference()
6505 dst_shndx = ppc_object->get_opd_ent(dst_off); in do_gc_add_reference()
6512 ppc_object->add_reference(src_obj, src_shndx, dst_off); in do_gc_add_reference()
6536 Address dst_off = gsym->value(); in do_gc_mark_symbol() local
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dgc.h231 Address dst_off; in gc_process_relocs() local
242 dst_off = lsym.get_st_value() + addend; in gc_process_relocs()
246 Address symvalue = dst_off - addend; in gc_process_relocs()
298 dst_off = static_cast<const Sized_symbol<size>*>(gsym)->value(); in gc_process_relocs()
299 dst_off += addend; in gc_process_relocs()
328 Address symvalue = dst_off - addend; in gc_process_relocs()
354 dst_off); in gc_process_relocs()
H A Dtarget.h1128 typename elfcpp::Elf_types<size>::Elf_Addr dst_off) const in gc_add_reference() argument
1131 dst_obj, dst_shndx, dst_off); in gc_add_reference()
/dragonfly/sbin/fsck_msdosfs/
H A Dfat.c1055 off_t dst_off, src_off; in copyfat() local
1071 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1072 dst_off *= boot->bpbBytesPerSec; in copyfat()
1075 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat()
1086 if ((lseek(fd, dst_off, SEEK_SET) != dst_off || in copyfat()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dtarget.c2279 size_t j, dst_off, src_off, length; in omp_target_memcpy_rect_worker() local
2285 || __builtin_mul_overflow (element_size, dst_offsets[0], &dst_off) in omp_target_memcpy_rect_worker()
2290 memcpy ((char *) dst + dst_off, (char *) src + src_off, length); in omp_target_memcpy_rect_worker()
2295 (char *) dst + dst_off, in omp_target_memcpy_rect_worker()
2299 (char *) dst + dst_off, in omp_target_memcpy_rect_worker()
2303 (char *) dst + dst_off, in omp_target_memcpy_rect_worker()
2319 if (__builtin_mul_overflow (dst_slice, dst_offsets[0], &dst_off) in omp_target_memcpy_rect_worker()
2324 ret = omp_target_memcpy_rect_worker ((char *) dst + dst_off, in omp_target_memcpy_rect_worker()
2333 dst_off += dst_slice; in omp_target_memcpy_rect_worker()
/dragonfly/contrib/libpcap/
H A Dgencode.c3976 int dir, bpf_u_int32 ll_proto, u_int src_off, u_int dst_off) in gen_hostop() argument
3988 offset = dst_off; in gen_hostop()
3992 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop()
3993 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop()
3999 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop()
4000 b1 = gen_hostop(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop()
4042 u_int dst_off) in gen_hostop6() argument
4055 offset = dst_off; in gen_hostop6()
4059 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6()
4060 b1 = gen_hostop6(cstate, addr, mask, Q_DST, ll_proto, src_off, dst_off); in gen_hostop6()
[all …]