HomeSort by: relevance | last modified time | path
    Searched refs:DT_NULL (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
reloc_ia32.c 52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_aarch64.c 60 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_arm.c 60 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_mips64el.c 55 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_riscv64.c 63 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_x86_64.c 61 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) {
reloc_ia64.S 62 #define DT_NULL 0 /* Marks end of dynamic section */
132 cmp.eq Pnull,p0 = DT_NULL,d_tag
  /src/sys/arch/i386/stand/efiboot/
self_reloc.c 56 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 116 for (dynp = obj->dynamic; dynp->d_tag != DT_NULL; ++dynp) {
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-bsd-tdep.c 89 if (tag == DT_NULL)
hppa-linux-tdep.c 398 if (tag == DT_NULL)
mipsread.c 227 if (dyn_tag == DT_NULL)
  /src/external/gpl3/gdb/dist/gdb/
hppa-bsd-tdep.c 89 if (tag == DT_NULL)
hppa-linux-tdep.c 400 if (tag == DT_NULL)
mipsread.c 223 if (dyn_tag == DT_NULL)
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-glibc.c 125 for (; dyn->d_tag != DT_NULL ; dyn++)
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c 125 for (; dyn->d_tag != DT_NULL ; dyn++)
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 99 for (dynp = get_dynamic_section(); dynp->d_tag != DT_NULL; dynp++) {
  /src/sys/arch/ia64/stand/ia64/efi/
start.S 39 #define DT_NULL 0 /* Terminating entry. */
167 cmp.eq p6,p0=DT_NULL,r16 // done?
  /src/lib/csu/common/
crt0-common.c 263 for (; dynp->d_tag != DT_NULL; dynp++) {
  /src/libexec/ld.elf_so/arch/m68k/
mdreloc.c 78 for (; dynp->d_tag != DT_NULL; dynp++) {
  /src/libexec/ld.elf_so/arch/or1k/
mdreloc.c 77 for (; dynp->d_tag != DT_NULL; dynp++) {
  /src/libexec/ld.elf_so/arch/riscv/
mdreloc.c 75 for (; dynp->d_tag != DT_NULL; dynp++) {
  /src/libexec/ld.elf_so/arch/vax/
mdreloc.c 64 for (; dynp->d_tag != DT_NULL; dynp++) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 36 enum DT_NULL = 0;

Completed in 59 milliseconds

1 2 3 4