Lines Matching refs:input_sec
9973 asection *input_sec, in elf_link_output_symstrtab() argument
9990 int ret = (*output_symbol_hook) (flinfo->info, name, elfsym, input_sec, h); in elf_link_output_symstrtab()
10002 || (input_sec->flags & SEC_EXCLUDE)) in elf_link_output_symstrtab()
10390 asection *input_sec; in elf_link_output_extsym() local
10545 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
10552 input_sec = h->root.u.def.section; in elf_link_output_extsym()
10553 if (input_sec->output_section != NULL) in elf_link_output_extsym()
10557 input_sec->output_section); in elf_link_output_extsym()
10563 flinfo->output_bfd, input_sec->output_section, input_sec); in elf_link_output_extsym()
10572 sym.st_value = h->root.u.def.value + input_sec->output_offset; in elf_link_output_extsym()
10575 sym.st_value += input_sec->output_section->vma; in elf_link_output_extsym()
10586 BFD_ASSERT (input_sec->owner == NULL in elf_link_output_extsym()
10587 || (input_sec->owner->flags & DYNAMIC) != 0); in elf_link_output_extsym()
10589 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
10595 input_sec = h->root.u.c.p->section; in elf_link_output_extsym()
10596 sym.st_shndx = bed->common_section_index (input_sec); in elf_link_output_extsym()
10838 else if (input_sec == bfd_und_section_ptr in elf_link_output_extsym()
10849 if ((input_sec->flags & SEC_EXCLUDE) != 0) in elf_link_output_extsym()
10877 input_sec, h); in elf_link_output_extsym()