Lines Matching defs:from

147    symbols from other input files.  The per-section list of "fix"
172 /* Replace a 32-bit value with a value from the runtime linker (only
619 /* Get the Xtensa ELF linker hash table from a link_info structure. */
1769 /* If we don't need this section, strip it from the output
1886 /* Return the base VMA address which should be subtracted from real addresses
3010 /* Switch from LD model to LE model. */
3449 /* Merge backend specific data from an object file to the output
4355 /* Check if an instruction can be "narrowed", i.e., changed from a standard
4519 /* Check if an instruction can be "widened", i.e., changed from a 2-byte
4896 that will result from evaluating relocations. The standard ELF
5123 from behaving differently with different implementations.
5139 information from the relocation on the literal (if there is one) and
5633 text_actions, beginning from a particular starting action. This is
5634 typically used from offset_with_removed_text to search an entire list of
5881 /* In the usual case, the literal identified by "from" is being
5885 by the "from" offset field. */
5893 r_reloc from;
5914 /* Record that the literal at "from" is being removed. If "to" is not
5915 NULL, the "from" literal is being coalesced with the "to" literal. */
5919 const r_reloc *from,
5926 new_r->from = *from;
5940 else if (removed_list->tail->from.target_offset < from->target_offset)
5947 while (r->from.target_offset < from->target_offset && r->next)
5974 map[i].addr = r->from.target_offset;
6028 print_r_reloc (fp, &r->from);
6732 and symbol definitions, and we need to keep the original values from
6733 being reloaded from the input files, i.e., we need to "pin" the
7638 /* This should not happen: EBBs are iterated from lower addresses to higher.
7640 and start from scratch. */
8379 /* Build a binary searchable offset translation map from a section's
8793 /* Check if the relocation was from an L32R that is being removed
9021 from all uses, then the literal is moved to that location. If
9530 /* For a reference to a discarded section from a DWARF section,
9542 here, but it's not exported from elflink.c. It's also a
9693 bfd_vma orig_dot_copied = 0; /* Byte copied already from
9695 bfd_vma orig_dot_vo = 0; /* Virtual offset from orig_dot. */
10054 /* Find the base offset of the reloc symbol, excluding any addend from the
10055 reloc or from the section contents (for a partial_inplace reloc). Then
10156 is computed from the size of ".rela.plt". It is needed to
10196 the original r_rel is from the same BFD, we can complete this here.
11074 from behaving differently with different implementations.