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

  /external/icu4c/tools/tzcode/
icuzones 17 # SystemV time zones.
18 # The Olson systemv file has these commented out.
21 Zone SystemV/AST4ADT -4:00 SystemV A%sT
22 Zone SystemV/EST5EDT -5:00 SystemV E%sT
23 Zone SystemV/CST6CDT -6:00 SystemV C%sT
24 Zone SystemV/MST7MDT -7:00 SystemV M%s
    [all...]
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 56 m_HashStyle(SystemV) {
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 41 SystemV = 0x1,
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 618 ArgHashStyle("hash-style", cl::init(mcld::GeneralOptions::SystemV),
621 clEnumValN(mcld::GeneralOptions::SystemV, "sysv",
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 814 if (GeneralOptions::SystemV == config().options().getHashStyle() ||
    [all...]

Completed in 3819 milliseconds