Searched refs:hi16_rel_addr (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-score7.c | 190 static bfd_byte *hi16_rel_addr; variable 213 hi16_rel_addr = (bfd_byte *) data + reloc_entry->address; in score_elf_hi16_reloc() 230 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc() 240 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc() 524 hi16_value = bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc() 537 bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
|
D | elf32-score.c | 193 static bfd_byte *hi16_rel_addr; variable 314 hi16_rel_addr = (bfd_byte *) data + reloc_entry->address; in score_elf_hi16_reloc() 331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc() 341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc() 623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc() 636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc()
|