Searched refs:score_bfd_get_32 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-score.c | 242 score_bfd_get_32 (bfd *abfd, const void *data) in score_bfd_get_32() function 331 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_lo16_reloc() 333 addend = score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in score_elf_lo16_reloc() 460 insn = score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in score_elf_gprel15_with_gp() 496 val += score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in gprel32_with_gp() 623 hi16_value = score_bfd_get_32 (abfd, hi16_rel_addr); in score_elf_got_lo16_reloc() 625 addend = score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address); in score_elf_got_lo16_reloc() 1857 contents = score_bfd_get_32 (abfd, address); in score_elf_add_to_rel() 1883 hi16_addend = score_bfd_get_32 (abfd, address - 4); in score_elf_add_to_rel() 1925 contents = score_bfd_get_32 (abfd, address); in score_elf_add_to_rel() [all …]
|