Searched refs:DF_SYMBOLIC (Results 1 – 12 of 12) sorted by relevance
511 #define DF_SYMBOLIC 0x00000002 /* */ macro
681 #define DF_SYMBOLIC (1 << 1) macro
1103 (DF_SYMBOLIC): Value for dynamic section flag.
728 #define DF_SYMBOLIC 0x0002 /* Indicates "symbolic" linking. */ macro
1260 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
68 _ELF_DEFINE_DF(DF_SYMBOLIC, 0x2, \
1305 dtFlags |= DF_SYMBOLIC; in finalizeContents()
1298 if (dynp->d_un.d_val & DF_SYMBOLIC) in digest_dynamic1()
2871 { DF_SYMBOLIC, "SYMBOLIC" },
5813 case DF_SYMBOLIC: fputs ("SYMBOLIC", stdout); break; in print_dynamic_flags()
5480 info->flags |= DF_SYMBOLIC; in bfd_elf_size_dynamic_sections()
7338 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if