Home | History | Annotate | Download | only in config

Lines Matching defs:lazy

978    Lazy will remain in place.  */
979 #define LAZY 0x01
1047 s->n_desc &= ~LAZY; /* The native tool switches this off too. */
1068 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP);
1411 s->n_desc &= ~(REFE | LAZY);
1757 unsigned lazy = 0;
1771 lazy = LAZY;
1827 If the section is lazy-bound, we need to keep the
1837 else if (S_IS_LOCAL (isym->sym) && ! lazy)
1847 || lazy)
1849 sym->n_desc &= ~LAZY;
1850 /* ... it can be lazy, if not defined or hidden. */
1855 sym->n_desc |= lazy;