HomeSort by relevance Sort by last modified time
    Searched refs:allextract (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-shlib/
Makefile 73 # add -z allextract ahead of other libraries on Solaris
74 LLVMLibsOptions := -Wl,-z -Wl,allextract $(LLVMLibsOptions)
  /external/elfutils/0.153/src/
ld.c 110 { "-z allextract", '\0', NULL, OPTION_DOC,
810 ld_state.extract_rule = allextract;
1006 else if (strcmp (arg, "allextract") != 0
1020 if (strcmp (arg, "allextract") == 0)
1021 ld_state.extract_rule = allextract;
    [all...]
ld.h 50 allextract /* Extract all archive members regardless of enumerator in enum:extract_rule
    [all...]
ldgeneric.c     [all...]

Completed in 507 milliseconds