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

12

/freebsd-10.0-release/sys/boot/i386/efi/
H A Dreloc.c62 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-10.0-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-10.0-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c127 for (; dyn->d_tag != DT_NULL ; dyn++)
/freebsd-10.0-release/lib/libc/ia64/gen/
H A Dunwind.c89 while (dyn->d_tag != DT_NULL) {
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c297 for (; dyn->d_tag != DT_NULL ; dyn++)
/freebsd-10.0-release/sys/xen/interface/
H A Delfstructs.h418 #define DT_NULL 0 /* marks end of _DYNAMIC array */ macro
/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dcommon.h548 #define DT_NULL 0 macro
/freebsd-10.0-release/libexec/rtld-elf/arm/
H A Dreloc.c96 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-10.0-release/libexec/rtld-elf/powerpc/
H A Dreloc.c136 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c130 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-10.0-release/libexec/rtld-elf/mips/
H A Dreloc.c152 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-10.0-release/sys/sys/
H A Delf_common.h362 #define DT_NULL 0 /* Terminating entry. */ macro
/freebsd-10.0-release/usr.sbin/kldxref/
H A Def.c279 for (dp = ef->ef_dyn; dp->d_tag != DT_NULL; dp++) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h1422 DT_NULL = 0, // Marks end of dynamic array. enumerator in enum:llvm::ELF::__anon2019
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp747 case DT_NULL:
/freebsd-10.0-release/usr.bin/elfdump/
H A Delfdump.c172 case 0: return "DT_NULL";
792 case DT_NULL:
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c1516 case DT_NULL: return "NULL";
5720 might not have the luxury of section headers. Look for the DT_NULL
5727 if (BYTE_GET (ext->d_tag) == DT_NULL)
5764 might not have the luxury of section headers. Look for the DT_NULL
5771 if (BYTE_GET (ext->d_tag) == DT_NULL)
6213 case DT_NULL :
8621 for (entry = dynamic_section; entry->d_tag != DT_NULL; ++entry)
/freebsd-10.0-release/sys/kern/
H A Dlink_elf.c493 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {

Completed in 284 milliseconds

12