Searched refs:has_dt (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Delflint.c1605 bool has_dt[DT_NUM]; local
1624 memset (has_dt, '\0', sizeof (has_dt));
1676 if (has_dt[DT_NULL] && dyn->d_tag != DT_NULL && ! non_null_warned)
1690 if (has_dt[dyn->d_tag]
1713 has_dt[dyn->d_tag] = true;
1807 if (has_dt[cnt])
1810 if (dependencies[cnt][inner] && ! has_dt[inner])
1835 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)])
1841 if (!has_dt[DT_HAS
[all...]

Completed in 271 milliseconds