Home
last modified time | relevance | path

Searched refs:PT_NULL (Results 1 – 8 of 8) sorted by relevance

/minix3/sys/sys/
H A Dptree.h93 #define PT_NULL 0 macro
94 #define PT_NULL_P(node) ((node) == PT_NULL)
H A Dexec_elf.h348 #define PT_NULL 0 /* Program header table entry unused */ macro
/minix3/common/lib/libc/gen/
H A Dptree.c279 PTN_BRANCH_ODDMAN_SLOT(mask) = PT_NULL; in ptree_insert_leaf_after_mask()
739 uintptr_t mask_node = PT_NULL; in ptree_iterate()
741 next_node = PT_NULL; in ptree_iterate()
751 next_node = PT_NULL; in ptree_iterate()
763 mask_node = PT_NULL; in ptree_iterate()
917 PTN_BRANCH_ROOT_SLOT(&pt->pt_rootnode) = PT_NULL; in ptree_remove_node()
918 PTN_BRANCH_ODDMAN_SLOT(&pt->pt_rootnode) = PT_NULL; in ptree_remove_node()
/minix3/external/bsd/file/dist/src/
H A Dreadelf.h163 #define PT_NULL 0 /* p_type */ macro
/minix3/minix/include/sys/
H A Delf_common.h317 #define PT_NULL 0 /* Unused entry. */ macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h894 PT_NULL = 0, // Unused segment. enumerator
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp476 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType()
/minix3/external/bsd/elftoolchain/dist/common/
H A Delfdefinitions.h888 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \