Lines Matching refs:symbols
402 to getting the section from symbols, if any. */
404 && info->symbols != NULL
405 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
406 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
407 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
408 section = bfd_get_section (info->symbols[0]);
470 /* If we have symbols, we can try and get at a section from *that*. */
471 if (info->symbols != NULL
472 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
473 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
474 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
477 = sh64_get_contents_type (bfd_get_section (info->symbols[0]),
487 if (info->symbols
488 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
489 && elf_symbol_from (bfd_asymbol_bfd (info->symbols[0]),
490 info->symbols[0])->internal_elf_sym.st_other