Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/file/src/
HDreadelf.h522 #define DF_1_INITFIRST 0x00000020 /* init/fini takes priority */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h669 #define DF_1_INITFIRST 0x00000020 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1273 DF_1_INITFIRST = 0x00000020, // Set RTLD_INITFIRST for this object. enumerator
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h86 _ELF_DEFINE_DF(DF_1_INITFIRST, 0x20, \
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c6152 if (val & DF_1_INITFIRST) in process_dynamic_section()
6155 val ^= DF_1_INITFIRST; in process_dynamic_section()
/freebsd-11-stable/contrib/binutils/ld/emultempl/
HDelf32.em1854 link_info.flags_1 |= (bfd_vma) DF_1_INITFIRST;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1309 dtFlags1 |= DF_1_INITFIRST; in finalizeContents()
/freebsd-11-stable/contrib/binutils/bfd/
HDelflink.c5986 info->flags_1 &= ~ (DF_1_INITFIRST in bfd_elf_size_dynamic_sections()