Searched refs:sbh (Results 1 – 1 of 1) sorted by relevance
2279 struct bfd_link_hash_entry *sbh; in elf32_tic6x_relocate_section() local2506 sbh = bfd_link_hash_lookup (info->hash, "__c6xabi_DSBT_BASE", in elf32_tic6x_relocate_section()2508 if (sbh != NULL in elf32_tic6x_relocate_section()2509 && (sbh->type == bfd_link_hash_defined in elf32_tic6x_relocate_section()2510 || sbh->type == bfd_link_hash_defweak)) in elf32_tic6x_relocate_section()2518 relocation -= (sbh->u.def.value in elf32_tic6x_relocate_section()2519 + sbh->u.def.section->output_section->vma in elf32_tic6x_relocate_section()2520 + sbh->u.def.section->output_offset); in elf32_tic6x_relocate_section()