Searched refs:PT_NULL (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h251 unsigned type = llvm::ELF::PT_NULL;
H A DScriptParser.cpp1567 .Case("PT_NULL", PT_NULL)
1587 return PT_NULL;
/openbsd-current/usr.sbin/mkuboot/
H A Dcopy_elf.c150 case PT_NULL:
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h280 #define PT_NULL 0 /* Program header table entry unused */ macro
/openbsd-current/gnu/llvm/compiler-rt/lib/cfi/
H A Dcfi.cpp223 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) {
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h295 #define PT_NULL 0 /* Program header table entry unused */ macro
/openbsd-current/sys/sys/
H A Dexec_elf.h464 #define PT_NULL 0 /* unused */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1094 case PT_NULL: pt = "NULL"; break;
2613 case PT_NULL:
4735 p->p_type = PT_NULL;
4745 p->p_type = PT_NULL;
5491 segment->p_type = PT_NULL;
5512 segment2->p_type = PT_NULL;
5531 if (segment->p_type == PT_NULL)
5924 /* FIXME: Do we need to copy PT_NULL segment? */
5925 if (segment->p_type == PT_NULL)
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1381 PT_NULL = 0, // Unused segment. enumerator in enum:llvm::ELF::__anon69
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c963 case PT_NULL: pt = "NULL"; break;
2269 case PT_NULL:
4116 p->p_type = PT_NULL;
4840 segment->p_type = PT_NULL;
4861 segment2->p_type = PT_NULL;
4880 if (segment->p_type == PT_NULL)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c6735 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2};
6862 alpha_procedure_type = PT_NULL;
6892 else if (alpha_procedure_type == PT_NULL)
7351 if (alpha_procedure_type != PT_NULL && vms_base_regno != REG_PV)
7355 if (alpha_procedure_type != PT_NULL
6719 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2}; enumerator in enum:alpha_procedure_types
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.c7188 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2};
7310 alpha_procedure_type = PT_NULL;
7340 else if (alpha_procedure_type == PT_NULL)
7857 if (alpha_procedure_type != PT_NULL && vms_base_regno != REG_PV)
7861 if (alpha_procedure_type != PT_NULL
7886 => alpha_procedure_type != PT_NULL,
7172 enum alpha_procedure_types {PT_NULL = 0, PT_REGISTER = 1, PT_STACK = 2}; enumerator in enum:alpha_procedure_types
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp61 ECase(PT_NULL);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3174 CASE_AND_STREAM(s, PT_NULL, kStrWidth);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2150 case PT_NULL: return "NULL";
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2696 case PT_NULL: return "NULL";
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1396 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL);

Completed in 669 milliseconds