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

/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c269 Elf_Off rel_off; local
276 rel_off = rela_off = 0;
315 if (rel_off != 0)
317 rel_off = dp->d_un.d_ptr;
367 if (rel_off != 0) {
382 if (ef_read_entry(ef, ef_get_offset(ef, rel_off), rel_sz,
/freebsd-9.3-release/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.c3982 insert_thumb_branch (insn32 br_insn, int rel_off) argument
3987 BFD_ASSERT ((rel_off & 1) != 1);
3989 rel_off >>= 1; /* Half word aligned address. */
3990 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
3991 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2808 __be32 rel_off; member in struct:fw_scsi_tgt_acc_wr

Completed in 222 milliseconds