Searched refs:rel_off (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c273 Elf_Off rel_off; local
280 rel_off = rela_off = 0;
319 if (rel_off != 0)
321 rel_off = dp->d_un.d_ptr;
371 if (rel_off != 0) {
386 if (ef_read_entry(ef, ef_get_offset(ef, rel_off), rel_sz,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c992 insert_thumb_branch (insn32 br_insn, int rel_off)
997 BFD_ASSERT ((rel_off & 1) != 1);
999 rel_off >>= 1; /* Half word aligned address. */
1000 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1001 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
991 insert_thumb_branch(insn32 br_insn, int rel_off) argument
H A Delf32-arm.c3975 insert_thumb_branch (insn32 br_insn, int rel_off) argument
3980 BFD_ASSERT ((rel_off & 1) != 1);
3982 rel_off >>= 1; /* Half word aligned address. */
3983 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
3984 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5597 uint64_t io_off, rel_off, stripe_unit_size, transfer, xfer; local
5604 rel_off = off - flp->nfsfl_patoff;
5606 stripe_pos = (rel_off / stripe_unit_size + flp->nfsfl_stripe1) %
5608 transfer = stripe_unit_size - (rel_off % stripe_unit_size);
5624 io_off = (rel_off / (stripe_unit_size *
5626 rel_off % stripe_unit_size;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3511 __be32 rel_off; member in struct:fw_scsi_tgt_acc_wr

Completed in 226 milliseconds