Searched refs:DF_SYMBOLIC (Results 1 – 13 of 13) sorted by relevance
511 #define DF_SYMBOLIC 0x00000002 /* */ macro
681 #define DF_SYMBOLIC (1 << 1) macro
1103 (DF_SYMBOLIC): Value for dynamic section flag.
745 #define DF_SYMBOLIC 0x0002 /* Indicates "symbolic" linking. */ macro
1360 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
68 _ELF_DEFINE_DF(DF_SYMBOLIC, 0x2, \
162 "shared object. Implies -Bsymbolic but does not set DF_SYMBOLIC">,
1360 dtFlags |= DF_SYMBOLIC; in finalizeContents()
1303 if (dynp->d_un.d_val & DF_SYMBOLIC) in digest_dynamic1()
2884 { 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