Searched refs:PT_NULL (Results 1 – 14 of 14) sorted by relevance
197 #define PT_NULL 0 /* p_type */ macro
271 unsigned type = llvm::ELF::PT_NULL;
1645 .Case("PT_NULL", PT_NULL) in readPhdrType()1665 return PT_NULL; in readPhdrType()
227 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
544 #define PT_NULL 0 /* Unused entry. */ macro
557 case PT_NULL: in handle_core()
1471 PT_NULL = 0, // Unused segment. enumerator
650 case PT_NULL: in main()
952 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \
346 case PT_NULL: return "PT_NULL"; in elf_phdr_type_str()
61 ECase(PT_NULL); in enumeration()
3355 CASE_AND_STREAM(s, PT_NULL, kStrWidth); in DumpELFProgramHeader_p_type()
691 case PT_NULL: return "NULL"; in phdr_type()
1477 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL); in segmentTypeToString()