Home
last modified time | relevance | path

Searched refs:DF_1_INTERPOSE (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/file/src/
H A Dreadelf.h526 #define DF_1_INTERPOSE 0x00000400 /* Is an interposer */ macro
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h674 #define DF_1_INTERPOSE 0x00000400 macro
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1269 DF_1_INTERPOSE = 0x00000400, // Object is used to interpose. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h755 #define DF_1_INTERPOSE 0x00000400 /* Interpose all objects but main */ macro
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c6177 if (val & DF_1_INTERPOSE) in process_dynamic_section()
6180 val ^= DF_1_INTERPOSE; in process_dynamic_section()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1282 DtFlags1 |= DF_1_INTERPOSE; in finalizeContents()
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Delf32.em1856 link_info.flags_1 |= (bfd_vma) DF_1_INTERPOSE;
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c1301 if (dynp->d_un.d_val & DF_1_INTERPOSE) in digest_dynamic1()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c2857 { DF_1_INTERPOSE, "INTERPOSE" },