Searched refs:DT_NEEDED (Results 1 – 3 of 3) sorted by relevance
167 DT_NEEDED = 1 # d_val optional optional variable
431 private static final int DT_NEEDED = 1; field in ReadElf.DynamicEntry441 if (mTag == DT_NEEDED) { in isNeeded()
561 if dyn.d_tag == consts.DT_NEEDED: