Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c4082 bfd_vma target_offset; member
4103 bfd_vma target_offset; in r_reloc_get_target_offset() local
4108 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx); in r_reloc_get_target_offset()
4109 return (target_offset + r_rel->rela.r_addend); in r_reloc_get_target_offset()
4159 r_rel->target_offset = r_reloc_get_target_offset (r_rel); in r_reloc_init()
4169 r_rel->target_offset += inplace_val; in r_reloc_init()
4192 fprintf_vma (fp, r_rel->target_offset); in print_r_reloc()
4283 if (a->r_rel.target_offset != b->r_rel.target_offset) in source_reloc_compare()
4284 return (a->r_rel.target_offset - b->r_rel.target_offset); in source_reloc_compare()
4369 if (src1->r_rel.target_offset != src2->r_rel.target_offset) in literal_value_equal()
[all …]
H A DChangeLog-2004894 virtual_offset field to zero. Add contents to target_offset field for
993 offset_with_removed_text. Use new target_offset and removed_bytes
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c3219 bfd_vma target_offset; member
3260 r_rel->target_offset = r_reloc_get_target_offset (r_rel);
3271 bfd_vma target_offset; local
3276 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx);
3277 return (target_offset + r_rel->rela.r_addend);
3396 return (a->r_rel.target_offset - b->r_rel.target_offset);
3668 else if (removed_list->tail->from.target_offset < from->target_offset)
3675 while (r->from.target_offset < from->target_offset
3698 while (r && r->from.target_offset < addr)
3700 if (r && r->from.target_offset == addr)
[all …]
/openbsd-src/sys/dev/ic/
H A Daic7xxx_openbsd.c157 int target_offset; in ahc_done() local
159 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
160 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()
416 int target_offset; in ahc_execute_scb() local
418 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()
419 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()
H A Daic7xxx.c2263 devinfo->target_offset = target; in ahc_compile_devinfo()
2267 devinfo->target_offset += 8; in ahc_compile_devinfo()
2268 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahc_compile_devinfo()
3572 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
4948 u_int target_offset; in ahc_index_busy_tcl() local
4958 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
4959 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
4968 u_int target_offset; in ahc_unbusy_tcl() local
4978 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
4979 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL in ahc_unbusy_tcl()
4986 u_int target_offset; ahc_busy_tcl() local
[all...]
H A Daic7xxxvar.h1145 int target_offset; member
H A Daic79xx.h1295 int target_offset;
1296 int target_offset; global() member
H A Daic79xx.c3526 devinfo->target_offset = target; in ahd_compile_devinfo()
3530 devinfo->target_offset += 8; in ahd_compile_devinfo()
3531 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dxtensaelf.em175 bfd_vma, /* target_offset */
866 bfd_vma target_offset ATTRIBUTE_UNUSED,
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c9194 int target_offset = 0; in convert_frag_immed() local
9214 target_offset = 0; in convert_frag_immed()
9251 target_offset += unreach->tc_frag_data.text_expansion[0]; in convert_frag_immed()
9256 + target_offset, fragP); in convert_frag_immed()
9262 target_offset += xtensa_format_length (isa, fmt); in convert_frag_immed()
9265 target_offset += xg_get_single_size (tinsn->opcode); in convert_frag_immed()
9268 target_offset += xg_get_single_size (tinsn->opcode); in convert_frag_immed()
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dxtensaelf.em426 bfd_vma, /* target_offset */
1101 bfd_vma target_offset ATTRIBUTE_UNUSED,