Searched refs:inplace_address (Results 1 – 2 of 2) sorted by relevance
312 bfd_byte *inplace_address; in visium_elf_howto_parity_reloc() local348 inplace_address = (bfd_byte *) data + reloc_entry->address; in visium_elf_howto_parity_reloc()349 insn = bfd_get_32 (input_bfd, inplace_address); in visium_elf_howto_parity_reloc()384 bfd_put_32 (input_bfd, insn, inplace_address); in visium_elf_howto_parity_reloc()
2628 bfd_byte *inplace_address; in nds32_elf_generic_reloc() local2687 inplace_address = (bfd_byte *) data + reloc_entry->address; in nds32_elf_generic_reloc()2698 short x = bfd_getb16 (inplace_address); in nds32_elf_generic_reloc()2701 bfd_putb16 ((bfd_vma) x, inplace_address); in nds32_elf_generic_reloc()2706 unsigned long x = bfd_getb32 (inplace_address); in nds32_elf_generic_reloc()2709 bfd_putb32 ((bfd_vma) x, inplace_address); in nds32_elf_generic_reloc()