Searched refs:SOS (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypeUnit.h30 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS,
27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFCompileUnit.h22 StringRef SS, const DWARFSection &SOS,
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
H A DDWARFUnit.h172 StringRef SS, const DWARFSection &SOS,
271 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp61 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),
58 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) argument
173 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/ari/
H A Dgdb_ari.sh418 if (trace_string) print "SOS:" FNR, $0;
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dgdb_ari.sh418 if (trace_string) print "SOS:" FNR, $0;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp752 llvm::raw_string_ostream SOS(Name);
753 NNS->print(SOS, UD->getASTContext().getPrintingPolicy());
/netbsd-current/sys/dev/stbi/
H A Dstb_image.c1653 // 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) macro
1786 if (SOS(m)) {

Completed in 322 milliseconds