Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDcommon.h680 #define DF_ORIGIN (1 << 0) macro
HDChangeLog-91031102 (DF_ORIGIN): Value for dynamic section flag.
/trueos/sys/sys/
HDelf_common.h479 #define DF_ORIGIN 0x0001 /* Indicates that the object being loaded may macro
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1744 DF_ORIGIN = 0x01, // The object may reference $ORIGIN. enumerator
/trueos/contrib/binutils/ld/emultempl/
HDelf32.em1879 link_info.flags |= (bfd_vma) DF_ORIGIN;
/trueos/libexec/rtld-elf/
HDrtld.c1128 if (dynp->d_un.d_val & DF_ORIGIN) in digest_dynamic1()
/trueos/contrib/binutils/binutils/
HDreadelf.c5812 case DF_ORIGIN: fputs ("ORIGIN", stdout); break; in print_dynamic_flags()