HomeSort by relevance Sort by last modified time
    Searched full:longnames (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.c 584 arch->longnames = NULL;
628 arch->longnames = (char *) malloc (arch->longnames_size);
629 if (arch->longnames == NULL)
635 if (fread (arch->longnames, arch->longnames_size, 1, file) != 1)
637 free (arch->longnames);
638 arch->longnames = NULL;
687 if (arch->longnames != NULL)
688 free (arch->longnames);
694 longnames table. For nested archives, it will open the nested archive
711 if (arch->longnames == NULL || arch->longnames_size == 0
    [all...]
elfcomm.h 71 char * longnames; /* The long file names table. */
70 char * longnames; \/* The long file names table. *\/ member in struct:archive_info
elfedit.c 301 arch.longnames = NULL;
310 nested_arch.longnames = NULL;
readelf.c     [all...]
  /external/llvm/tools/llvm-cov/
gcov.cpp 109 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
111 cl::alias LongNamesA("long-file-names", cl::aliasopt(LongNames));
147 PreservePaths, UncondBranch, LongNames, NoOutput);
  /external/elfutils/src/
arlib.h 70 char *longnames; member in struct:arlib_symtab
arlib.c 122 symtab.longnames = obstack_finish (&symtab.longnamesob);
127 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s);
ar.c 1038 && (write_retry (newfd, symtab.longnames, symtab.longnameslen)
    [all...]
  /external/mksh/src/
sh_flags.opt 39 * options are sorted by their longnames
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 179 // keep a reference to the filename to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
206 // keep a reference to the prefix to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 179 // keep a reference to the filename to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
206 // keep a reference to the prefix to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 1014 char longNames[100];
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java     [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.h 129 // -- shortnames always use one dash. Most longnames will accept
132 // longnames require two dashes, and some require only one. The
    [all...]

Completed in 263 milliseconds