Home
last modified time | relevance | path

Searched refs:inplace_address (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-visium.c312 bfd_byte *inplace_address; in visium_elf_howto_parity_reloc() local
348 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()
Delf32-nds32.c2628 bfd_byte *inplace_address; in nds32_elf_generic_reloc() local
2687 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()