Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h574 #define DF_1_PIE 0x08000000 /* Position Independent Executable */ macro
H A Dreadelf.c1198 if (xdh_val & DF_1_PIE) { in dodynamic()
/freebsd/usr.bin/ldd/
H A Dldd.c381 pie = (dyn[i].d_un.d_val & DF_1_PIE) != 0; in is_pie()
/freebsd/sys/sys/
H A Delf_common.h797 #define DF_1_PIE 0x08000000 /* Is position-independent executable */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1590 DF_1_PIE = 0x08000000, // Object is a position-independent executable. enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1368 dtFlags1 |= DF_1_PIE; in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1559 if (dynp->d_un.d_val & DF_1_PIE) in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2946 { DF_1_PIE, "PIE" },