HomeSort by: relevance | last modified time | path
    Searched refs:SOS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SS, const DWARFSection &SOS,
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS,
DWARFTypeUnit.h 30 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS,
DWARFUnit.h 172 StringRef SS, const DWARFSection &SOS,
271 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 61 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS,
67 Parser = [=, &Context, &Obj, &Section, &SOS,
89 RS, LocSection, SS, SOS, AOS, LS,
93 DA, RS, LocSection, SS, SOS,
176 StringRef SS, const DWARFSection &SOS,
181 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE),
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
gdb_ari.sh 418 if (trace_string) print "SOS:" FNR, $0;
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
gdb_ari.sh 418 if (trace_string) print "SOS:" FNR, $0;
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 752 llvm::raw_string_ostream SOS(Name);
753 NNS->print(SOS, UD->getASTContext().getPrintingPolicy());
  /src/sys/dev/stbi/
stb_image.c 1653 // after we see SOS
1659 if (z->scan_n < 1 || z->scan_n > 4 || z->scan_n > (int) z->s.img_n) return e("bad SOS component count","Corrupt JPEG");
1660 if (Ls != 6+2*z->scan_n) return e("bad SOS len","Corrupt JPEG");
1672 if (get8(&z->s) != 0) return e("bad SOS","Corrupt JPEG");
1674 if (get8(&z->s) != 0) return e("bad SOS","Corrupt JPEG");
1756 #define SOS(x) ((x) == 0xda)
1786 if (SOS(m)) {

Completed in 26 milliseconds