Searched refs:PT_NULL (Results 1 – 18 of 18) sorted by relevance
96 phdr.p_type = PT_NULL; in check_elf()161 if (phdr.p_type != PT_NULL in check_elf()
80 [PT_NULL] = "NULL", in main()
60 if (segment >= PT_NULL && segment < PT_NUM) in ebl_segment_type_name()
26 #define PT_NULL 0 macro
56 pub const PT_NULL: u32 = 0; constant
190 for (const ElfW(Dyn) *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
454 #define PT_NULL 0 /* unused */ macro
133 notes->p_type = PT_NULL; in dwfl_report_core_segments()
1135 PT_NULL = 0, // Unused segment. enumerator
1012 PT_NULL = 0, // Unused segment. enumerator
1014 PT_NULL = 0, // Unused segment. enumerator
45 ECase(PT_NULL); in enumeration()
598 #define PT_NULL 0 /* Program header table entry unused */ macro
711 #define PT_NULL 0 /* Program header table entry unused */ macro
1151 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType()1171 LLVM_READOBJ_PHDR_ENUM(ELF, PT_NULL) in getElfPtType()
1181 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType()1206 LLVM_READOBJ_PHDR_ENUM(ELF, PT_NULL) in getElfPtType()
1580 pub const PT_NULL: u32 = 0; constant
2641 pub const PT_NULL: u32 = 0; constant