HomeSort by relevance Sort by last modified time
    Searched refs:Strip (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
Optimize.cpp 53 static cl::opt<bool> Strip("strip-all",
54 cl::desc("Strip all symbol info from executable"));
56 static cl::alias A0("s", cl::desc("Alias for --strip-all"),
57 cl::aliasopt(Strip));
59 static cl::opt<bool> StripDebug("strip-debug",
60 cl::desc("Strip debugger symbol info from executable"));
62 static cl::alias A1("S", cl::desc("Alias for --strip-debug"),
96 // If the -s or -S command line options were specified, strip the symbols out
98 // that we are supporting; they alias -strip-all and -strip-debug.
    [all...]
  /build/soong/cc/
strip.go 20 Strip struct {
31 return !ctx.AConfig().EmbeddedInMake() && !stripper.StripProperties.Strip.None
34 func (stripper *stripper) strip(ctx ModuleContext, in, out android.ModuleOutPath, func
39 flags.stripKeepSymbols = stripper.StripProperties.Strip.Keep_symbols
llndk_library.go 144 library.StripProperties.Strip.None = true
androidmk.go 260 if stripper.StripProperties.Strip.None {
262 } else if stripper.StripProperties.Strip.Keep_symbols {
  /art/runtime/
elf_file.h 80 // Strip an ELF file of unneeded debugging information.
82 static bool Strip(File* file, std::string* error_msg);
elf_file_impl.h 135 bool Strip(File* file, std::string* error_msg);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/
Makefile 54 $(EDK_TOOLS_SOURCE)\Strip\Makefile \
  /external/v8/tools/release/
git_recipes.py 59 for line in message.strip().splitlines():
60 line = line.strip()
73 footers[m.group(1)] = m.group(2).strip()
81 def Strip(f):
87 return result.strip()
102 return self.Git("status -s -uno", **kwargs).strip() == ""
104 @Strip
125 return map(str.strip,
151 return map(str.strip, files.splitlines())
157 @Strip
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
Makefile 16 # This file is used to build the Strip utility.
52 TARGET_NAME=Strip
57 TARGET_EXE_SOURCE = "$(TARGET_SOURCE_DIR)\Strip.c"
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 41 public class Strip {
48 Strip s = new Strip(args);
53 public Strip(String[] args) { this.args = args; }
263 System.err.println("usage: java org.antlr.tool.Strip [args] file.g");
  /bootable/recovery/minui/
Android.mk 42 # ordinary characters in this context). Strip double-quotes from the
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DataSection.py 99 Strip=True
EfiSection.py 254 Strip=True
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 122 s.Field(1).SetString("Sunset Strip")
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 65 // Strip comments so their text won't defeat our heuristic.
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 122 s.Field(1).SetString("Sunset Strip")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 65 // Strip comments so their text won't defeat our heuristic.
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 113 // Strip zero or more spaces followed by \n or a single space.
263 // Strip the "Output:" or "Unordered output:" comment and adjust body
300 // Strip copyright comment if present.
  /prebuilts/go/linux-x86/src/go/doc/
example.go 113 // Strip zero or more spaces followed by \n or a single space.
263 // Strip the "Output:" or "Unordered output:" comment and adjust body
300 // Strip copyright comment if present.
  /build/soong/ui/build/
util.go 152 // Strip off the end marker too
  /external/ppp/pppd/plugins/radius/etc/
dictionary 100 ATTRIBUTE Strip-User-Name 1035 integer
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 142 // Strip data- so that custom attribute heuristics below are
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 49 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.
  /prebuilts/go/linux-x86/src/html/template/
attr.go 142 // Strip data- so that custom attribute heuristics below are
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 49 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.

Completed in 705 milliseconds

1 2 3 4