Home | History | Annotate | Download | only in bfd

Lines Matching full:executable

1385       /* If we're linking an executable at a fixed address, we can
1388 if (info->executable && !info->pie
1443 && !(info->executable && !info->pie))
1482 executable at a fixed location, we won't have emitted a
1486 if (info->executable && !info->pie
1546 /* If we're linking an executable at a fixed address, we can
1549 if (info->executable && !info->pie
1597 if (info->executable && !info->pie && sec && sec->output_section)
1772 if (info->executable
1777 /* If we're linking an executable, we can entirely omit the
1779 else if (info->executable
1843 executable and the symbol binds locally, we can use the
1845 if (info->executable && ! entry->tlsoff_entry)
1848 if (info->executable && !info->pie
1947 if (info->executable
1955 while linking a static executable. */
2881 ((info)->executable \
2884 (((info)->executable || (info)->flags & DF_STATIC_TLS) \
3521 && !(info->executable && !info->pie))
3555 executable at a fixed location, we won't have emitted a
3559 if (info->executable && !info->pie
3677 /* If we're linking an executable at a fixed address, we
3681 if (info->executable && !info->pie
3770 if (info->executable && !info->pie
4511 if (!dinfo->info->executable || dinfo->info->pie)
4516 /* In the executable, TLS relocations to symbols that bind
4523 if (!dinfo->info->executable
4570 we're linking the main executable or a static-tls library, since
4582 BFD_ASSERT (dinfo->info->executable
4594 /* When linking an executable, we can always decay GOTTLSDESC to
4601 if (! dinfo->info->executable
4614 main executable. We have to check whether the symbol's TLSOFF is
4625 && dinfo->info->executable && relaxing
4698 if (dinfo->info->executable || (dinfo->info->flags & DF_STATIC_TLS))
5091 if (dinfo->g.info->executable
5442 if (info->executable)
5623 we're linking the main executable or a static-tls library, since
5654 /* We can only relax when linking the main executable or a library
5656 if (! info->executable && ! (info->flags & DF_STATIC_TLS))
6606 (_("%s: cannot link non-fdpic object file into fdpic executable"),
6610 (_("%s: cannot link fdpic object file into non-fdpic executable"),