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

1 2

  /src/external/bsd/elftosb/dist/common/
ELF.h 230 PT_NULL = 0,
  /src/sys/sys/
ptree.h 93 #define PT_NULL 0
94 #define PT_NULL_P(node) ((node) == PT_NULL)
exec_elf.h 437 #define PT_NULL 0 /* Program header table entry unused */
  /src/common/lib/libc/gen/
ptree.c 278 PTN_BRANCH_ODDMAN_SLOT(mask) = PT_NULL;
738 uintptr_t mask_node = PT_NULL;
740 next_node = PT_NULL;
750 next_node = PT_NULL;
762 mask_node = PT_NULL;
909 * the only time the tree can a PT_NULL node is when it's empty.
916 PTN_BRANCH_ROOT_SLOT(&pt->pt_rootnode) = PT_NULL;
917 PTN_BRANCH_ODDMAN_SLOT(&pt->pt_rootnode) = PT_NULL;
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 288 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/bsd/file/dist/src/
readelf.h 199 #define PT_NULL 0 /* p_type */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 303 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 292 enum PT_NULL = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 292 enum PT_NULL = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 262 enum PT_NULL = 0;
  /src/usr.bin/elf2aout/
elf2aout.c 315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
  /src/external/gpl3/gdb.old/dist/gdb/
gcore.c 382 p_type = PT_NULL;
  /src/external/gpl3/gdb/dist/gdb/
gcore.c 382 p_type = PT_NULL;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 272 enum PT_NULL = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 277 enum PT_NULL = 0;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 345 #define PT_NULL 0 /* Program header table entry unused */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 347 #define PT_NULL 0 /* Program header table entry unused */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 347 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1277 PT_NULL = 0, // Unused segment.
  /src/external/gpl3/binutils/dist/include/elf/
common.h 474 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 474 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 474 #define PT_NULL 0 /* Program header table entry unused */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 474 #define PT_NULL 0 /* Program header table entry unused */
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 260 case PT_NULL:
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 7232 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2};
7301 alpha_procedure_type = PT_NULL;
7337 else if (alpha_procedure_type == PT_NULL)
7424 case PT_NULL:
7453 /* PT_NULL procedures have no frame of their own and we only allow
7457 if (alpha_procedure_type == PT_NULL)
7952 if (alpha_procedure_type != PT_NULL && vms_base_regno != REG_PV)
7956 if (alpha_procedure_type != PT_NULL
7981 => alpha_procedure_type != PT_NULL,

Completed in 271 milliseconds

1 2