Home
last modified time | relevance | path

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

/third_party/elfutils/libebl/
H A Debldynamictagname.c47 if (tag >= 0 && tag < DT_NUM) in ebl_dynamic_tag_name()
59 eu_static_assert (sizeof (stdtags) / sizeof (const char *) == DT_NUM); in ebl_dynamic_tag_name()
H A Debldynamictagcheck.c44 && ((tag >= 0 && tag < DT_NUM) in ebl_dynamic_tag_check()
/third_party/elfutils/src/
H A Delflint.c1604 static const bool dependencies[DT_NUM][DT_NUM] = in check_dynamic()
1625 bool has_dt[DT_NUM]; in check_dynamic()
1628 static const bool level2[DT_NUM] = in check_dynamic()
1635 static const bool mandatory[DT_NUM] = in check_dynamic()
1708 if (dyn->d_tag >= 0 && dyn->d_tag < DT_NUM) in check_dynamic()
1826 for (cnt = 1; cnt < DT_NUM; ++cnt) in check_dynamic()
1829 for (int inner = 0; inner < DT_NUM; ++inner) in check_dynamic()
/third_party/musl/include/
H A Delf.h783 #define DT_NUM 38 macro
788 #define DT_NUM 38 macro
/third_party/musl/porting/linux/user/include/
H A Delf.h763 #define DT_NUM 38 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h754 #define DT_NUM 35 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h754 #define DT_NUM 35 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h754 #define DT_NUM 35 macro
/third_party/elfutils/libelf/
H A Delf.h911 #define DT_NUM 38 /* Number used */ macro

Completed in 65 milliseconds