Searched refs:lo16_rel (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-score7.c | 1898 const Elf_Internal_Rela *lo16_rel; in score_elf_final_link_relocate() local 1904 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate() 1905 if ((local_p) && (lo16_rel != NULL)) in score_elf_final_link_relocate() 1908 tmp = bfd_get_32 (input_bfd, contents + lo16_rel->r_offset); in score_elf_final_link_relocate() 1931 const Elf_Internal_Rela *lo16_rel; in score_elf_final_link_relocate() local 1942 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend); in score_elf_final_link_relocate() 1943 if ((local_p) && (lo16_rel != NULL)) in score_elf_final_link_relocate() 1946 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()
|