Lines Matching refs:sym_sec

928 		asection *sym_sec,
941 if (sym_sec == NULL
942 || sym_sec->output_section == bfd_abs_section_ptr
943 || spu_elf_section_data (sym_sec->output_section) == NULL)
1009 sym_sec);
1013 sym_sec->owner, sym_name);
1022 && (sym_sec->flags & SEC_CODE) == 0))
1026 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index == 0
1032 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index
1474 asection *sym_sec;
1480 && (sym_sec = h->root.u.def.section) != NULL
1481 && sym_sec->output_section != bfd_abs_section_ptr
1482 && spu_elf_section_data (sym_sec->output_section) != NULL
1483 && (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index != 0
1499 asection *sym_sec;
1505 && (sym_sec = h->root.u.def.section) != NULL
1506 && sym_sec->output_section != bfd_abs_section_ptr
1507 && spu_elf_section_data (sym_sec->output_section) != NULL
1508 && (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index != 0
1512 h->root.u.def.value, sym_sec);
1567 asection *sym_sec;
1590 if (!get_sym_h (&h, &sym, &sym_sec, &local_syms, r_indx, ibfd))
1593 stub_type = needs_ovl_stub (h, sym, sym_sec, isec, irela,
1624 dest, sym_sec))
2688 asection *sym_sec;
2700 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner))
2703 if (sym_sec == NULL
2704 || sym_sec->output_section == bfd_abs_section_ptr)
2724 if ((sym_sec->flags & (SEC_ALLOC | SEC_LOAD | SEC_CODE))
2732 sym_sec->owner, sym_sec);
2763 if ((sym_sec->flags & (SEC_ALLOC | SEC_LOAD | SEC_CODE))
2788 = _bfd_elf_section_from_bfd_section (sym_sec->owner, sym_sec);
2792 fun = maybe_insert_function (sym_sec, sym, FALSE, is_call);
2794 fun = maybe_insert_function (sym_sec, h, TRUE, is_call);
2810 callee->fun = find_function (sym_sec, val, info);
2834 if (sec->owner != sym_sec->owner)
5108 asection *sym_sec ATTRIBUTE_UNUSED,