Searched refs:Reserved2 (Results 1 - 16 of 16) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h34 /// Reserved2 - The 'reserved2' field of a section, used to represent the
36 unsigned Reserved2; member in class:llvm::MCSectionMachO
65 unsigned getStubSize() const { return Reserved2; }
H A DMCContext.h256 unsigned Reserved2,
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
120 if (Reserved2 != 0)
121 OS << ",none," << Reserved2; local
149 if (Reserved2 != 0)
150 OS << ',' << Reserved2; local
H A DMCContext.cpp209 unsigned Reserved2, SectionKind Kind) {
227 Reserved2, Kind);
207 getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, unsigned Reserved2, SectionKind Kind) argument
/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win.h54 unsigned long Reserved2,
97 unsigned long Reserved2,
104 pInput, Reserved2, phNewContext, pOutput,
90 InitializeSecurityContext(PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument
H A Dmock_sspi_library_win.h41 unsigned long Reserved2,
H A Dmock_sspi_library_win.cc42 unsigned long Reserved2,
34 InitializeSecurityContext( PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* contextAttr, PTimeStamp ptsExpiry) argument
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketFrame.h69 Reserved2 = 4, enumerator in enum:blink::WebSocketFrame::__anon11231
H A DWebSocketFrame.cpp190 , reserved2(flags & Reserved2)
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp146 uint32_t Reserved2; member in struct:__anon26414::MachOSection
171 Section.Reserved2 = Sect.reserved2;
183 Section.Reserved2 = Sect.reserved2;
249 W.printHex("Reserved2", MOSection.Reserved2);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp77 uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) {
91 outs() << " ('reserved2', " << Reserved2 << ")\n";
70 DumpSectionData(const MachOObjectFile &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/external/llvm/include/llvm/Support/
H A DCOFF.h465 uint16_t Reserved2[10]; member in struct:llvm::COFF::DOSHeader
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h882 USHORT Reserved2[5]; member in struct:_HIDP_VALUE_CAPS
896 USHORT StringIndex, Reserved2; member in struct:_HIDP_VALUE_CAPS::__anon12868::__anon12870
/external/llvm/include/llvm/Object/
H A DCOFF.h49 support::ulittle16_t Reserved2[10]; member in struct:llvm::object::dos_header
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h812 ULONG Reserved2; member in struct:_IMAGEHLP_STACK_FRAME
988 USHORT Reserved2; member in struct:_MINIDUMP_SYSTEM_INFO::__anon13763::__anon13764
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h812 ULONG Reserved2; member in struct:_IMAGEHLP_STACK_FRAME
988 USHORT Reserved2; member in struct:_MINIDUMP_SYSTEM_INFO::__anon27174::__anon27175

Completed in 4742 milliseconds