Searched refs:score_bfd_put_32 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-score.c | 288 score_bfd_put_32 (bfd *abfd, bfd_vma addr, void *data) in score_bfd_put_32() function 341 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_lo16_reloc() 344 score_bfd_put_32 (abfd, addend, (bfd_byte *) data + reloc_entry->address); in score_elf_lo16_reloc() 466 score_bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address); in score_elf_gprel15_with_gp() 506 score_bfd_put_32 (abfd, val, (bfd_byte *) data + reloc_entry->address); in gprel32_with_gp() 636 score_bfd_put_32 (abfd, hi16_value, hi16_rel_addr); in score_elf_got_lo16_reloc() 639 score_bfd_put_32 (abfd, addend, (bfd_byte *) data + reloc_entry->address); in score_elf_got_lo16_reloc() 1524 score_bfd_put_32 (abfd, value, (sgot->contents + entry.gotidx)); in score_elf_create_local_got_entry() 1878 score_bfd_put_32 (abfd, contents, address); in score_elf_add_to_rel() 1891 score_bfd_put_32 (abfd, hi16_value, address - 4); in score_elf_add_to_rel() [all …]
|