Lines Matching refs:sym_sec
1829 asection *sym_sec; in msp430_elf_relax_section() local
1833 sym_sec = bfd_und_section_ptr; in msp430_elf_relax_section()
1835 sym_sec = bfd_abs_section_ptr; in msp430_elf_relax_section()
1837 sym_sec = bfd_com_section_ptr; in msp430_elf_relax_section()
1839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in msp430_elf_relax_section()
1841 + sym_sec->output_section->vma + sym_sec->output_offset); in msp430_elf_relax_section()
1996 asection *sym_sec; in msp430_elf_relax_section() local
2000 sym_sec = bfd_und_section_ptr; in msp430_elf_relax_section()
2002 sym_sec = bfd_abs_section_ptr; in msp430_elf_relax_section()
2004 sym_sec = bfd_com_section_ptr; in msp430_elf_relax_section()
2006 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in msp430_elf_relax_section()
2008 + sym_sec->output_section->vma + sym_sec->output_offset); in msp430_elf_relax_section()