Symbol: DT_NULL
usr/src/boot/common/self_reloc.c
77
for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
usr/src/boot/efi/loader/reloc.c
82
for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
usr/src/cmd/abi/appcert/static_prof/static_prof.c
1453
while (dcurrent->d_tag != DT_NULL) {
usr/src/cmd/sgs/dump/common/dump.c
1113
while (p_dyn.d_tag != DT_NULL) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
2068
expect_dt = DT_NULL; /* means we ignore the type */
usr/src/cmd/sgs/elfdump/common/elfdump.c
2071
(expect_dt != DT_NULL)) {
usr/src/cmd/sgs/elfdump/common/elfdump.c
3238
case DT_NULL:
usr/src/cmd/sgs/elfdump/common/elfdump.c
3245
((dyn + 1)->d_tag == DT_NULL)) {
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
1216
for (dyn = sec.dyn.data->d_buf; dyn->d_tag != DT_NULL; dyn++) {
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
374
case DT_NULL:
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
1321
if (d_tag == DT_NULL) {
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
157
if (argstate->dyn.data[null_ndx].d_tag == DT_NULL) {
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
165
if (argstate->dyn.data[null_ndx].d_tag == DT_NULL)
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
391
case DT_NULL:
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
402
((dyn + 1)->d_tag == DT_NULL) &&
usr/src/cmd/sgs/elfedit/modules/common/dyn.c
887
if ((dyn[arg1].d_tag == DT_NULL) && (arg2 != 0))
usr/src/cmd/sgs/elfedit/modules/common/syminfo.c
486
case DT_NULL:
usr/src/cmd/sgs/ldprof/common/profile.c
256
for (; dynp->d_tag != DT_NULL; dynp++) {
usr/src/cmd/sgs/libconv/common/dynamic.c
514
CONV_DS_MSG_INIT(DT_NULL, tags_null_cf) };
usr/src/cmd/sgs/libconv/common/dynamic.c
516
CONV_DS_MSG_INIT(DT_NULL, tags_null_cfnp) };
usr/src/cmd/sgs/libconv/common/dynamic.c
518
CONV_DS_MSG_INIT(DT_NULL, tags_null_nf) };
usr/src/cmd/sgs/libconv/common/dynamic.c
520
CONV_DS_MSG_INIT(DT_NULL, tags_null_dmp) };
usr/src/cmd/sgs/libld/common/files.c
1809
for (dyn = (Dyn *)dp->d_buf; dyn->d_tag != DT_NULL; dyn++) {
usr/src/cmd/sgs/libld/common/files.c
2136
for (dyn = (Dyn *)dp->d_buf; dyn->d_tag != DT_NULL; dyn++) {
usr/src/cmd/sgs/libld/common/files.c
2176
for (dyn = data; dyn->d_tag != DT_NULL; dyn++) {
usr/src/cmd/sgs/libld/common/files.c
2190
for (dyn = data; dyn->d_tag != DT_NULL; dyn++) {
usr/src/cmd/sgs/libld/common/update.c
2657
dyn->d_tag = DT_NULL;
usr/src/cmd/sgs/liblddbg/common/dynamic.c
74
conv_dyn_tag(DT_NULL, ELFOSABI_NONE, 0, 0, &inv_buf),
usr/src/cmd/sgs/librtld/common/dynamic.c
59
while (dyn->d_tag != DT_NULL) {
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
148
d.d_tag = DT_NULL;
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
159
} while (d.d_tag != DT_NULL);
usr/src/cmd/sgs/rtld/amd64/_setup.c
243
for (ld_dyn = dyn_ptr; ld_dyn->d_tag != DT_NULL; ld_dyn++) {
usr/src/cmd/sgs/rtld/common/elf.c
1751
case DT_NULL:
usr/src/cmd/sgs/rtld/common/elf.c
183
if (dyn->d_tag == DT_NULL) {
usr/src/cmd/sgs/rtld/i386/_setup.c
179
for (ld_dyn = dyn_ptr; ld_dyn->d_tag != DT_NULL; ld_dyn++) {
usr/src/cmd/sgs/rtld/sparc/_setup.c
176
for (ld_dyn = dyn_ptr; ld_dyn->d_tag != DT_NULL; ld_dyn++) {
usr/src/cmd/sgs/rtld/sparcv9/_setup.c
174
for (ld_dyn = dyn_ptr; ld_dyn->d_tag != DT_NULL; ld_dyn++) {
usr/src/lib/libdwarf/common/dwarf_elf_defines.h
736
#ifndef DT_NULL
usr/src/lib/libproc/common/Psymtab.c
1270
dync.d_tag = DT_NULL;
usr/src/lib/libproc/common/Psymtab.c
1305
dync.d_tag = DT_NULL;
usr/src/uts/common/krtld/kobj.c
1239
dyn->d_tag != DT_NULL; dyn++) {
usr/src/uts/common/krtld/kobj.c
1733
for (dynp = (Dyn *)dyndata; dynp && dynp->d_tag != DT_NULL; dynp++) {
usr/src/uts/common/krtld/kobj.c
745
dyn->d_tag != DT_NULL; dyn++) {
usr/src/uts/common/krtld/kobj.c
778
dyn->d_tag != DT_NULL; dyn++)