Lines Matching defs:n_desc
1396 nList->n_desc = entry.desc;
1404 // TODO populate n_desc with more flags
1429 nList->n_desc |= defined->isExternalWeakDef() ? N_WEAK_DEF : 0;
1430 nList->n_desc |=
1433 uint16_t n_desc = nList->n_desc;
1436 SET_LIBRARY_ORDINAL(n_desc, DYNAMIC_LOOKUP_ORDINAL);
1438 SET_LIBRARY_ORDINAL(n_desc, EXECUTABLE_ORDINAL);
1441 SET_LIBRARY_ORDINAL(n_desc, static_cast<uint8_t>(ordinal));
1445 n_desc |= dysym->isWeakDef() ? N_WEAK_DEF : 0;
1446 n_desc |= dysym->isWeakRef() ? N_WEAK_REF : 0;
1447 nList->n_desc = n_desc;