Lines Matching defs:target_sec

6205   asection *target_sec;
6217 asection *target_sec,
6227 fix->target_sec = target_sec;
7122 asection *target_sec;
7146 target_sec = r_reloc_get_section (&r_rel);
7147 target_relax_info = get_xtensa_relax_info (target_sec);
7216 asection *target_sec;
7221 target_sec = r_reloc_get_section (&r_rel);
7222 target_relax_info = get_xtensa_relax_info (target_sec);
7283 asection *target_sec;
7296 target_sec = r_reloc_get_section (&r_rel);
7297 target_relax_info = get_xtensa_relax_info (target_sec);
7354 asection *target_sec;
7392 target_sec = r_reloc_get_section (&r_rel);
7399 if (!target_sec->output_section)
7406 && (target_sec->output_section != sec->output_section
7410 if (target_sec->output_section != sec->output_section)
7429 dest_address = target_sec->output_section->vma;
7432 if (sec->output_section->vma > target_sec->output_section->vma)
7435 dest_address += bfd_get_section_limit (abfd, target_sec->output_section);
7444 dest_address = (target_sec->output_section->vma
7445 + target_sec->output_offset + target_offset);
7465 adjust = target_sec->alignment_power;
7469 s = target_sec->output_section;
7471 first_align = target_sec->alignment_power;
9166 asection *target_sec = r_reloc_get_section (&values->last_loc);
9167 if (target_sec && target_sec->output_section == sec->output_section)
9355 asection *target_sec;
9369 target_sec = r_reloc_get_section (target_loc);
9370 target_relax_info = get_xtensa_relax_info (target_sec);
9374 if (bfd_is_und_section (target_sec))
9380 if (!section_cache_section (target_sec_cache, target_sec, link_info))
9385 target_sec->vma + target_loc->target_offset);
9404 -4 - (1 << target_sec->alignment_power), true);
9407 relocs_fit = check_section_ebb_pcrels_fit (target_sec->owner, target_sec,
9418 if (target_sec->alignment_power > 2 && target_entry != src_entry)
9425 target_entry->address - target_sec->vma + target_entry->size;
9438 target_sec, entry_sec_offset);
9439 removed_diff = compute_removed_action_diff (target_fa, target_sec,
9446 ta_fill, target_sec, entry_sec_offset, removed_diff);
9553 asection *target_sec;
9636 target_sec = r_reloc_get_section (&r_rel);
9646 && target_sec != NULL
9647 && discarded_section (target_sec))
9657 asection *kept = target_sec->kept_section;
9668 if (strcmp (s->name, target_sec->name) == 0)
9680 && ((target_sec->rawsize != 0
9681 ? target_sec->rawsize : target_sec->size)
9683 target_sec = kept;
9686 target_relax_info = get_xtensa_relax_info (target_sec);
9692 target_sec = translate_reloc (&r_rel, &new_reloc, target_sec);
9812 if (target_sec->owner == abfd)
9827 target_sec,
10081 sec = fix->target_sec;
10134 new_fix.target_sec = new_sec;
10142 new_fix.target_sec = new_sec;
10527 asection *target_sec;
10550 target_sec = r_reloc_get_section (&val.r_rel);
10551 target_relax_info = get_xtensa_relax_info (target_sec);
10581 || last_zfill_target_sec != target_sec
10601 last_zfill_target_sec = target_sec;
10958 sec = fix->target_sec;
10985 sec = fix->target_sec;
11048 asection *target_sec = NULL;
11058 target_sec = bfd_und_section_ptr;
11060 target_sec = bfd_abs_section_ptr;
11062 target_sec = bfd_com_section_ptr;
11064 target_sec = bfd_section_from_elf_index (abfd, section_index);
11079 target_sec = h->root.u.def.section;
11082 target_sec = bfd_com_section_ptr;
11086 target_sec = bfd_und_section_ptr;
11089 target_sec = bfd_und_section_ptr;
11093 return target_sec;
11497 asection *target_sec;
11501 target_sec = NULL;
11506 target_sec = r_reloc_get_section (&l32r_rel);
11509 (*callback) (sec, irel->r_offset, target_sec, target_offset,