Searched refs:target_offset (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 4914 bfd_vma target_offset; member 4935 bfd_vma target_offset; in r_reloc_get_target_offset() local 4940 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx); in r_reloc_get_target_offset() 4941 return (target_offset + r_rel->rela.r_addend); in r_reloc_get_target_offset() 4991 r_rel->target_offset = r_reloc_get_target_offset (r_rel); in r_reloc_init() 5001 r_rel->target_offset += inplace_val; in r_reloc_init() 5024 fprintf_vma (fp, r_rel->target_offset); in print_r_reloc() 5115 if (a->r_rel.target_offset != b->r_rel.target_offset) in source_reloc_compare() 5116 return (a->r_rel.target_offset - b->r_rel.target_offset); in source_reloc_compare() 5201 if (src1->r_rel.target_offset != src2->r_rel.target_offset) in literal_value_equal() [all …]
|
D | ChangeLog-2004 | 894 virtual_offset field to zero. Add contents to target_offset field for 993 offset_with_removed_text. Use new target_offset and removed_bytes
|
/toolchain/binutils/binutils-2.25/gold/ |
D | dwarf_reader.h | 73 get_reloc_target(off_t reloc_offset, off_t* target_offset) in get_reloc_target() argument 74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target() 99 do_get_reloc_target(off_t reloc_offset, off_t* target_offset) = 0; 135 do_get_reloc_target(off_t reloc_offset, off_t* target_offset);
|
D | dwarf_reader.cc | 75 off_t reloc_offset, off_t* target_offset) in do_get_reloc_target() argument 89 *target_offset = value; in do_get_reloc_target()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 10150 int target_offset = 0; in convert_frag_immed() local 10169 target_offset = 0; in convert_frag_immed() 10206 target_offset += unreach->tc_frag_data.text_expansion[0]; in convert_frag_immed() 10211 + target_offset, fragP); in convert_frag_immed() 10217 target_offset += xtensa_format_length (isa, fmt); in convert_frag_immed() 10220 target_offset += xg_get_single_size (tinsn->opcode); in convert_frag_immed() 10223 target_offset += xg_get_single_size (tinsn->opcode); in convert_frag_immed()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 579 bfd_vma, /* target_offset */ 1201 bfd_vma target_offset ATTRIBUTE_UNUSED,
|