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

  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 78 # add -z allextract ahead of other libraries on Solaris
79 LLVMLibsOptions := -Wl,-z -Wl,allextract $(LLVMLibsOptions)
  /external/elfutils/src/
ld.c 101 { "-z allextract", '\0', NULL, OPTION_DOC,
796 ld_state.extract_rule = allextract;
992 else if (strcmp (arg, "allextract") != 0
1006 if (strcmp (arg, "allextract") == 0)
1007 ld_state.extract_rule = allextract;
    [all...]
ld.h 42 allextract /* Extract all archive members regardless of enumerator in enum:extract_rule
    [all...]
ldgeneric.c     [all...]

Completed in 3612 milliseconds