Searched refs:DT_NULL (Results 1 – 15 of 15) sorted by relevance
214 #define DT_NULL 0 macro
257 for (; dynamic_entry->d_tag != DT_NULL; ++dynamic_entry) { in Init()
372 case DT_NULL: in find_dynsym()
129 #define DT_NULL 0 macro
1483 DT_NULL = 0, // Marks end of dynamic array. enumerator
1533 [DT_NULL] = true, in check_dynamic()1588 if (has_dt[DT_NULL] && dyn->d_tag != DT_NULL && ! non_null_warned) in check_dynamic()1604 && dyn->d_tag != DT_NULL in check_dynamic()
1325 case DT_NULL: in handle_dynamic()
735 case DT_NULL: in printValue()
652 #define DT_NULL 0 /* Marks end of dynamic section */ macro
740 elflint: mustn't warn about multiple DT_NULL
1640 for (j = 0; dyn_img[j].d_tag != DT_NULL; j++) { in ML_()
2643 while (Start != Ret && Start->getTag() != ELF::DT_NULL)
3241 msgid "section [%2d] '%s': non-DT_NULL entries follow DT_NULL entry\n"
627 #define DT_NULL 0 /* Marks end of dynamic section */ macro19671 put_dt(dynamic, DT_NULL, 0); in tcc_output_file()