Searched refs:DF_1_PIE (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h543 #define DF_1_PIE 0x08000000 /* Position Independent Executable */ macro
H A Dreadelf.c1120 if (xdh_val & DF_1_PIE)
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c382 pie = (dyn[i].d_un.d_val & DF_1_PIE) != 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1307 DF_1_PIE = 0x08000000, // Object is a position-independent executable. enumerator in enum:llvm::ELF::__anon3107
/freebsd-13-stable/sys/sys/
H A Delf_common.h771 #define DF_1_PIE 0x08000000 /* Is position-independent executable */ macro
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1322 dtFlags1 |= DF_1_PIE;
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1403 if (dynp->d_un.d_val & DF_1_PIE)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2915 { DF_1_PIE, "PIE" },

Completed in 227 milliseconds