Lines Matching refs:sym_sec

925 		asection *sym_sec,  in needs_ovl_stub()  argument
938 if (sym_sec == NULL in needs_ovl_stub()
939 || sym_sec->output_section == bfd_abs_section_ptr in needs_ovl_stub()
940 || spu_elf_section_data (sym_sec->output_section) == NULL) in needs_ovl_stub()
1006 sym_sec); in needs_ovl_stub()
1010 sym_sec->owner, sym_name); in needs_ovl_stub()
1019 && (sym_sec->flags & SEC_CODE) == 0)) in needs_ovl_stub()
1023 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index == 0 in needs_ovl_stub()
1029 if (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index in needs_ovl_stub()
1471 asection *sym_sec; in allocate_spuear_stubs() local
1477 && (sym_sec = h->root.u.def.section) != NULL in allocate_spuear_stubs()
1478 && sym_sec->output_section != bfd_abs_section_ptr in allocate_spuear_stubs()
1479 && spu_elf_section_data (sym_sec->output_section) != NULL in allocate_spuear_stubs()
1480 && (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index != 0 in allocate_spuear_stubs()
1496 asection *sym_sec; in build_spuear_stubs() local
1502 && (sym_sec = h->root.u.def.section) != NULL in build_spuear_stubs()
1503 && sym_sec->output_section != bfd_abs_section_ptr in build_spuear_stubs()
1504 && spu_elf_section_data (sym_sec->output_section) != NULL in build_spuear_stubs()
1505 && (spu_elf_section_data (sym_sec->output_section)->u.o.ovl_index != 0 in build_spuear_stubs()
1509 h->root.u.def.value, sym_sec); in build_spuear_stubs()
1564 asection *sym_sec; in process_stubs() local
1587 if (!get_sym_h (&h, &sym, &sym_sec, &local_syms, r_indx, ibfd)) in process_stubs()
1590 stub_type = needs_ovl_stub (h, sym, sym_sec, isec, irela, in process_stubs()
1621 dest, sym_sec)) in process_stubs()
2697 asection *sym_sec; in mark_functions_via_relocs() local
2709 if (!get_sym_h (&h, &sym, &sym_sec, psyms, r_indx, sec->owner)) in mark_functions_via_relocs()
2712 if (sym_sec == NULL in mark_functions_via_relocs()
2713 || sym_sec->output_section == bfd_abs_section_ptr) in mark_functions_via_relocs()
2733 if ((sym_sec->flags & (SEC_ALLOC | SEC_LOAD | SEC_CODE)) in mark_functions_via_relocs()
2741 sym_sec->owner, sym_sec); in mark_functions_via_relocs()
2772 if ((sym_sec->flags & (SEC_ALLOC | SEC_LOAD | SEC_CODE)) in mark_functions_via_relocs()
2797 = _bfd_elf_section_from_bfd_section (sym_sec->owner, sym_sec); in mark_functions_via_relocs()
2801 fun = maybe_insert_function (sym_sec, sym, FALSE, is_call); in mark_functions_via_relocs()
2803 fun = maybe_insert_function (sym_sec, h, TRUE, is_call); in mark_functions_via_relocs()
2819 callee->fun = find_function (sym_sec, val, info); in mark_functions_via_relocs()
2843 if (sec->owner != sym_sec->owner) in mark_functions_via_relocs()
5124 asection *sym_sec ATTRIBUTE_UNUSED, in spu_elf_output_symbol_hook()