Searched refs:DT_NEEDED (Results 1 – 3 of 3) sorted by relevance
563 if dyn.d_tag == consts.DT_NEEDED:581 return {consts.DT_NEEDED: dt_needed, consts.DT_RUNPATH: dt_runpath}632 deps.extend(dynamic[consts.DT_NEEDED])
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()