Searched refs:PT_NULL (Results 1 – 8 of 8) sorted by relevance
93 #define PT_NULL 0 macro94 #define PT_NULL_P(node) ((node) == PT_NULL)
348 #define PT_NULL 0 /* Program header table entry unused */ macro
279 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()
163 #define PT_NULL 0 /* p_type */ macro
317 #define PT_NULL 0 /* Unused entry. */ macro
894 PT_NULL = 0, // Unused segment. enumerator
476 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType()
888 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \