Home
last modified time | relevance | path

Searched refs:DF_ORIGIN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h510 #define DF_ORIGIN 0x00000001 /* uses $ORIGIN */ macro
/freebsd/sys/sys/
H A Delf_common.h754 #define DF_ORIGIN 0x0001 /* Indicates that the object being loaded may macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1555 DF_ORIGIN = 0x01, // The object may reference $ORIGIN. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h66 _ELF_DEFINE_DF(DF_ORIGIN, 0x1, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1374 dtFlags |= DF_ORIGIN; in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1496 if (dynp->d_un.d_val & DF_ORIGIN) in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2911 { DF_ORIGIN, "ORIGIN" },