Searched refs:DT_NULL (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dia64-tdep.c2935 if (tag == DT_NULL)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf.c1232 if (dyn.d_tag == DT_NULL)
1780 if (dyn.d_tag == DT_NULL)
H A Delflink.c6423 if (!_bfd_elf_add_dynamic_entry (info, DT_NULL, 0))
10092 case DT_NULL:
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DELF.h763 /// \param NULLEnd use one past the first DT_NULL entry as the end instead of
2571 while (Start != Ret && Start->getTag() != ELF::DT_NULL)
2574 // Include the DT_NULL.
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c871 for (dynp = obj->dynamic; dynp->d_tag != DT_NULL; dynp++) {

Completed in 125 milliseconds

12