Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/file/src/
HDreadelf.h553 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1569 DF_1_INITFIRST = 0x00000020, // Set RTLD_INITFIRST for this object. enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h86 _ELF_DEFINE_DF(DF_1_INITFIRST, 0x20, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1358 dtFlags1 |= DF_1_INITFIRST; in computeContents()