Searched refs:DT_NULL (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/boot/i386/efi/
H A Dreloc.c52 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/sys/ia64/ia64/
H A Dgenassym.c67 ASSYM(DT_NULL, DT_NULL);
H A Dlocore.S236 cmp.eq p6,p0=DT_NULL,r16 // done?
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c127 for (; dyn->d_tag != DT_NULL ; dyn++)
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dunwind.c89 while (dyn->d_tag != DT_NULL) {
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_start.S160 #define DT_NULL 0 /* Terminating entry. */ define
191 cmp.eq p6,p0=DT_NULL,r16 // done?
H A Dreloc.c620 for (dynp = obj->dynamic; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dstart.S37 #define DT_NULL 0 /* Terminating entry. */ define
141 cmp.eq p6,p0=DT_NULL,r16 // done?
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmipsread.c295 if (dyn_tag == DT_NULL)
H A Dsolib-svr4.c468 if (dyn_tag == DT_NULL)
503 if (dyn_tag == DT_NULL)
H A Dpa64solib.c1043 if (dyn_tag == DT_NULL)
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h525 #define DT_NULL 0 macro
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c297 for (; dyn->d_tag != DT_NULL ; dyn++)
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h418 #define DT_NULL 0 /* marks end of _DYNAMIC array */ macro
/freebsd-9.3-release/libexec/rtld-elf/arm/
H A Dreloc.c96 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/libexec/rtld-elf/mips/
H A Dreloc.c148 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/libexec/rtld-elf/powerpc/
H A Dreloc.c136 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c130 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-9.3-release/sys/kern/
H A Dlink_elf.c493 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
706 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
979 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
/freebsd-9.3-release/sys/sys/
H A Delf_common.h353 #define DT_NULL 0 /* Terminating entry. */ macro
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c279 for (dp = ef->ef_dyn; dp->d_tag != DT_NULL; dp++) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h333 /// \param NULLEnd use one past the first DT_NULL entry as the end instead of
798 while (Start != Ret && Start->getTag() != ELF::DT_NULL)
801 // Include the DT_NULL.
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp730 case DT_NULL:
/freebsd-9.3-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c136 for (dyn = (Elf_Dyn *)dyntab; dyn->d_tag != DT_NULL; dyn++) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1615 DT_NULL = 0, // Marks end of dynamic array. enumerator in enum:llvm::ELF::__anon1989

Completed in 230 milliseconds

12