Lines Matching refs:internal_relocs
1757 Elf_Internal_Rela * internal_relocs; in msp430_elf_relax_section() local
1778 internal_relocs = in msp430_elf_relax_section()
1780 if (internal_relocs == NULL) in msp430_elf_relax_section()
1784 irelend = internal_relocs + sec->reloc_count; in msp430_elf_relax_section()
1787 for (irel = internal_relocs; irel < irelend; irel++) in msp430_elf_relax_section()
1921 elf_section_data (sec)->relocs = internal_relocs; in msp430_elf_relax_section()
1965 for (irel = internal_relocs; irel < irelend; irel++) in msp430_elf_relax_section()
2108 elf_section_data (sec)->relocs = internal_relocs; in msp430_elf_relax_section()
2178 if (internal_relocs != NULL in msp430_elf_relax_section()
2179 && elf_section_data (sec)->relocs != internal_relocs) in msp430_elf_relax_section()
2180 free (internal_relocs); in msp430_elf_relax_section()
2190 if (internal_relocs != NULL in msp430_elf_relax_section()
2191 && elf_section_data (sec)->relocs != internal_relocs) in msp430_elf_relax_section()
2192 free (internal_relocs); in msp430_elf_relax_section()