Lines Matching refs:sym_section
698 asection * sym_section; member
725 if (reloc_data.sym_section != NULL) in debug_arc_reloc()
730 reloc_data.sym_section->name, in debug_arc_reloc()
731 (unsigned int) reloc_data.sym_section->output_offset); in debug_arc_reloc()
732 if (reloc_data.sym_section->output_section != NULL) in debug_arc_reloc()
736 ((unsigned int) reloc_data.sym_section->output_section->vma)); in debug_arc_reloc()
739 PR_DEBUG (" file: %s\n", reloc_data.sym_section->owner->filename); in debug_arc_reloc()
830 + (reloc_data.sym_section->output_section != NULL ? \
831 (reloc_data.sym_section->output_offset \
832 + reloc_data.sym_section->output_section->vma) : 0)))
834 + (reloc_data.sym_section->output_section != NULL ? \
835 (reloc_data.sym_section->output_offset \
836 + reloc_data.sym_section->output_section->vma) : 0)))
857 #define SECTSTART (bfd_signed_vma) (reloc_data.sym_section->output_section->vma \
858 + reloc_data.sym_section->output_offset)
870 asection *sym_section = reloc_data.sym_section; \
877 if (sym_section->output_section != NULL) \
880 sym_section->output_section->vma + sym_section->output_offset); \
1119 .sym_section = NULL, in elf_arc_relocate_section()
1258 reloc_data.sym_section = sec; in elf_arc_relocate_section()
1337 bfd_vma sec_vma = reloc_data.sym_section->output_section->vma in elf_arc_relocate_section()
1338 + reloc_data.sym_section->output_offset; in elf_arc_relocate_section()
1387 reloc_data.sym_section = h->root.u.def.section; in elf_arc_relocate_section()
1397 + (reloc_data.sym_section->output_section != NULL ? in elf_arc_relocate_section()
1398 (reloc_data.sym_section->output_offset in elf_arc_relocate_section()
1399 + reloc_data.sym_section->output_section->vma) in elf_arc_relocate_section()
1411 reloc_data.sym_section = htab->splt; in elf_arc_relocate_section()
1420 reloc_data.sym_section = htab->sgot; in elf_arc_relocate_section()
1428 reloc_data.sym_section = htab->splt; in elf_arc_relocate_section()
1439 reloc_data.sym_section = htab->sgot; in elf_arc_relocate_section()
1452 reloc_data.sym_section = htab->splt; in elf_arc_relocate_section()
1473 reloc_data.sym_section = h->root.u.def.section; in elf_arc_relocate_section()
1518 reloc_data.sym_section->output_section->vma in elf_arc_relocate_section()
1519 + reloc_data.sym_section->output_offset; in elf_arc_relocate_section()
1671 && reloc_data.sym_section == NULL) in elf_arc_relocate_section()