Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfclassify.c383 if (dyn->d_tag == DT_FLAGS_1 && (dyn->d_un.d_val & DF_1_PIE)) in run_classify()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1321 DF_1_PIE = 0x08000000, // Object is a position-independent executable. enumerator
/external/elfutils/libelf/
Delf.h994 #define DF_1_PIE 0x08000000 macro
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1363 dtFlags1 |= DF_1_PIE; in finalizeContents()