Home
last modified time | relevance | path

Searched refs:DF_1_INITFIRST (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h553 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */ macro
/freebsd/sys/sys/
H A Delf_common.h807 #define DF_1_INITFIRST 0x00000020 /* Initialize DSO first at runtime */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1647 DF_1_INITFIRST = 0x00000020, // Set RTLD_INITFIRST for this object. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h86 _ELF_DEFINE_DF(DF_1_INITFIRST, 0x20, \
/freebsd/libexec/rtld-elf/
H A Drtld.c1590 if (dynp->d_un.d_val & DF_1_INITFIRST) in digest_dynamic1()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1409 dtFlags1 |= DF_1_INITFIRST; in computeContents()