Home | History | Annotate | Download | only in config

Lines Matching defs:LAZY

986    Lazy will remain in place.  */
987 #define LAZY 0x01
1055 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1076 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1421 s->n_desc &= ~(REFE | LAZY);
1767 unsigned lazy = 0;
1781 lazy = LAZY;
1837 If the section is lazy-bound, we need to keep the
1843 else if (S_IS_LOCAL (isym->sym) && ! lazy)
1853 || lazy)
1855 sym->n_desc &= ~LAZY;
1856 /* ... it can be lazy, if not defined or hidden. */
1861 sym->n_desc |= lazy;