Lines Matching defs:n_desc
1411 nList->n_desc = entry.desc;
1419 // TODO populate n_desc with more flags
1444 nList->n_desc |= defined->isExternalWeakDef() ? N_WEAK_DEF : 0;
1445 nList->n_desc |=
1448 uint16_t n_desc = nList->n_desc;
1451 SET_LIBRARY_ORDINAL(n_desc, DYNAMIC_LOOKUP_ORDINAL);
1453 SET_LIBRARY_ORDINAL(n_desc, EXECUTABLE_ORDINAL);
1456 SET_LIBRARY_ORDINAL(n_desc, static_cast<uint8_t>(ordinal));
1460 n_desc |= dysym->isWeakDef() ? N_WEAK_DEF : 0;
1461 n_desc |= dysym->isWeakRef() ? N_WEAK_REF : 0;
1462 nList->n_desc = n_desc;