Searched refs:AOS (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 28 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit() argument 30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 29 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit() argument 32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
H A D | DWARFUnit.h | 181 const DWARFSection *AOS, const DWARFSection &LS, bool LE, 311 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, 351 void setAddrOffsetSection(const DWARFSection *AOS, uint64_t Base) { in setAddrOffsetSection() argument 352 AddrOffsetSection = AOS; in setAddrOffsetSection()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument 110 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl() 115 AOS, LS, LE, IsDWO, *this); in addUnitsImpl() 198 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFUnit() argument 202 StringOffsetSection(SOS), AddrOffsetSection(AOS), IsLittleEndian(LE), in DWARFUnit()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sniffer | 207 >20 belong&0x03FFFFFF 222 (AOS Space Data Link protocol
|
/freebsd/contrib/libpcap/ |
H A D | pcap.c | 3310 DLT_CHOICE(AOS, "AOS Space Data Link protocol"),
|
H A D | CHANGES | 1071 Add link-layer types for AOS
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1748 - Added support for the Ungermann-Bass Ethernet on IBM/PC-RTs running AOS.
|