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

  /external/compiler-rt/lib/profile/
GCDAProfiling.c 164 int prefix_strip; local
174 prefix_strip = atoi(prefix_strip_str);
177 if (prefix_strip < 0)
178 prefix_strip = 0;
180 prefix_strip = 0;
184 for (level = 0, ptr = fname + 1; level < prefix_strip; ++ptr) {
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 117 static int prefix_strip; /* --prefix-strip */ variable
    [all...]

Completed in 63 milliseconds