Lines Matching refs:input_bfd

717 			    bfd *		   input_bfd,  in msp430_final_link_relocate()  argument
733 if (uses_msp430x_relocs (input_bfd)) in msp430_final_link_relocate()
749 if (uses_msp430x_relocs (input_bfd)) in msp430_final_link_relocate()
791 if (uses_msp430x_relocs (input_bfd)) in msp430_final_link_relocate()
807 srel += bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
810 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
817 srel += bfd_get_16 (input_bfd, contents) & 0x3ff; in msp430_final_link_relocate()
841 NULL, input_bfd, input_section, relocation); in msp430_final_link_relocate()
848 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
850 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
860 addend = (bfd_get_16 (input_bfd, contents) & 0xf) << 16; in msp430_final_link_relocate()
861 addend |= bfd_get_16 (input_bfd, contents + 6); in msp430_final_link_relocate()
870 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 6); in msp430_final_link_relocate()
871 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
873 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
883 addend = (bfd_get_16 (input_bfd, contents) & 0x0780) << 9; in msp430_final_link_relocate()
884 addend |= bfd_get_16 (input_bfd, contents + 4); in msp430_final_link_relocate()
889 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 4); in msp430_final_link_relocate()
891 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
893 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
900 srel += bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
909 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
919 addend = (bfd_get_16 (input_bfd, contents) & 0xf) << 16; in msp430_final_link_relocate()
920 addend |= bfd_get_16 (input_bfd, contents + 4); in msp430_final_link_relocate()
928 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 4); in msp430_final_link_relocate()
930 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
932 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
942 addend = ((bfd_get_16 (input_bfd, contents) & 0x0780) << 9); in msp430_final_link_relocate()
943 addend |= bfd_get_16 (input_bfd, contents + 4); in msp430_final_link_relocate()
952 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 4); in msp430_final_link_relocate()
954 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
956 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
963 srel += bfd_get_8 (input_bfd, contents); in msp430_final_link_relocate()
966 bfd_put_8 (input_bfd, srel & 0xff, contents); in msp430_final_link_relocate()
976 addend = (bfd_get_16 (input_bfd, contents) & 0xf) << 16; in msp430_final_link_relocate()
977 addend |= bfd_get_16 (input_bfd, contents + 4); in msp430_final_link_relocate()
982 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 4); in msp430_final_link_relocate()
984 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
986 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
996 addend = (bfd_get_16 (input_bfd, contents) & 0xf) << 16; in msp430_final_link_relocate()
997 addend |= bfd_get_16 (input_bfd, contents + 6); in msp430_final_link_relocate()
1002 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 6); in msp430_final_link_relocate()
1004 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1006 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1017 addend = ((bfd_get_16 (input_bfd, contents) & 0xf00) << 8); in msp430_final_link_relocate()
1018 addend |= bfd_get_16 (input_bfd, contents + 2); in msp430_final_link_relocate()
1023 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 2); in msp430_final_link_relocate()
1025 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1027 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1037 addend = ((bfd_get_16 (input_bfd, contents) & 0xf) << 16); in msp430_final_link_relocate()
1038 addend |= bfd_get_16 (input_bfd, contents + 2); in msp430_final_link_relocate()
1043 bfd_put_16 (input_bfd, (srel & 0xffff), contents + 2); in msp430_final_link_relocate()
1045 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1047 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1054 srel += bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1060 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1069 bfd_put_16 (input_bfd, (srel >> 16) & 0xffff, contents); in msp430_final_link_relocate()
1079 addend = (bfd_get_16 (input_bfd, contents) & 0xf) << 16; in msp430_final_link_relocate()
1080 addend |= bfd_get_16 (input_bfd, contents + 2); in msp430_final_link_relocate()
1088 bfd_put_16 (input_bfd, srel & 0xffff, contents + 2); in msp430_final_link_relocate()
1090 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1092 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1099 srel += bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1105 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1112 srel += (bfd_get_32 (input_bfd, contents) & 0x7fffffff); in msp430_final_link_relocate()
1116 x = bfd_get_32 (input_bfd, contents); in msp430_final_link_relocate()
1118 bfd_put_32 (input_bfd, x, contents); in msp430_final_link_relocate()
1122 r = _bfd_final_link_relocate (howto, input_bfd, input_section, in msp430_final_link_relocate()
1155 NULL, input_bfd, input_section, relocation); in msp430_final_link_relocate()
1162 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1164 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1186 x = bfd_get_16 (input_bfd, contents); in msp430_final_link_relocate()
1188 bfd_put_16 (input_bfd, x, contents); in msp430_final_link_relocate()
1190 x = bfd_get_16 (input_bfd, contents - 2); in msp430_final_link_relocate()
1193 bfd_put_16 (input_bfd, x, contents - 2); in msp430_final_link_relocate()
1209 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1221 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1228 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1239 bfd_put_16 (input_bfd, srel & 0xffff, contents); in msp430_final_link_relocate()
1247 bfd_put_8 (input_bfd, srel & 0xff, contents); in msp430_final_link_relocate()
1259 r = _bfd_final_link_relocate (howto, input_bfd, input_section, in msp430_final_link_relocate()
1272 bfd * input_bfd, in elf32_msp430_relocate_section() argument
1284 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; in elf32_msp430_relocate_section()
1285 sym_hashes = elf_sym_hashes (input_bfd); in elf32_msp430_relocate_section()
1303 if (uses_msp430x_relocs (input_bfd)) in elf32_msp430_relocate_section()
1319 (input_bfd, symtab_hdr->sh_link, sym->st_name); in elf32_msp430_relocate_section()
1326 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in elf32_msp430_relocate_section()
1334 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in elf32_msp430_relocate_section()
1340 r = msp430_final_link_relocate (howto, input_bfd, input_section, in elf32_msp430_relocate_section()
1352 (bfd_vma) 0, input_bfd, input_section, rel->r_offset); in elf32_msp430_relocate_section()
1357 (info, name, input_bfd, input_section, rel->r_offset, TRUE); in elf32_msp430_relocate_section()
1378 (*info->callbacks->warning) (info, msg, name, input_bfd, in elf32_msp430_relocate_section()