Searched refs:lo16_rel (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-score7.c | 1899 const Elf_Internal_Rela *lo16_rel; in score_elf_final_link_relocate() local 1905 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate() 1906 if ((local_p) && (lo16_rel != NULL)) in score_elf_final_link_relocate() 1909 tmp = bfd_get_32 (input_bfd, contents + lo16_rel->r_offset); in score_elf_final_link_relocate() 1932 const Elf_Internal_Rela *lo16_rel; in score_elf_final_link_relocate() local 1943 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate() 1944 if ((local_p) && (lo16_rel != NULL)) in score_elf_final_link_relocate() 1947 tmp = bfd_get_32 (input_bfd, contents + lo16_rel->r_offset); in score_elf_final_link_relocate() 2468 const Elf_Internal_Rela *lo16_rel; in s7_bfd_score_elf_relocate_section() local 2480 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in s7_bfd_score_elf_relocate_section() [all …]
|
D | elf32-score.c | 2034 const Elf_Internal_Rela *lo16_rel; in score_elf_final_link_relocate() local 2040 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate() 2041 if ((local_p) && (lo16_rel != NULL)) in score_elf_final_link_relocate() 2044 tmp = score_bfd_get_32 (input_bfd, contents + lo16_rel->r_offset); in score_elf_final_link_relocate()
|