Searched refs:headerType (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/objc4-646/runtime/
H A Dobjc-load.mm112 headerType ** hdr_addr,
150 headerType * header_addr = 0;
H A Dobjc-file.mm53 _getObjcImageInfo(const headerType *mhdr, size_t *outBytes)
64 getsegbynamefromheader(const headerType *head, const char *segname)
H A Dobjc-opt.mm58 header_info *preoptimizedHinfoForHeader(const headerType *mhdr)
181 header_info *get(const headerType *mhdr)
211 header_info *preoptimizedHinfoForHeader(const headerType *mhdr)
H A Dobjc-file-old.mm90 _getObjcImageInfo(const headerType *mhdr, size_t *outBytes)
123 getsegbynamefromheader(const headerType *head, const char *segname)
H A Dobjc-os.mm128 hi->mhdr = (const headerType *)image;
246 BOOL bad_magic(const headerType *mhdr)
253 static header_info * addHeader(const headerType *mhdr)
537 const headerType *mhdr = (const headerType *)info[i].imageLoadAddress;
691 const headerType *mhdr = (headerType *)infoList[i].imageLoadAddress;
794 const headerType *mhdr = (headerType*)infoList[i].imageLoadAddress;
809 * mh is mach_header instead of headerType becaus
[all...]
H A Dobjc-os.h599 typedef IMAGE_DOS_HEADER headerType; typedef
603 #define libobjc_header ((headerType *)&__ImageBase)
883 typedef struct mach_header headerType; typedef in typeref:struct:mach_header
887 typedef struct mach_header_64 headerType; typedef in typeref:struct:mach_header_64
892 #define libobjc_header ((headerType *)&_mh_dylib_header)
H A Dobjc-private.h346 const headerType *mhdr;
384 extern objc_image_info *_getObjcImageInfo(const headerType *head, size_t *size);
421 extern header_info *preoptimizedHinfoForHeader(const headerType *mhdr);
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c198 uint32_t headerType; local
224 headerType = bytes[kIOPCIConfigHeaderType];
225 if (maxFn && (0x80 & headerType))
227 headerType &= 0x7f;
228 if (!headerType)
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIPrivate.h76 uint8_t headerType; member in struct:IOPCIDeviceExpansionData
H A DIOPCIConfigurator.h274 uint8_t headerType; member in struct:IOPCIConfigEntry
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp492 bridge->headerType = kPCIHeaderType1;
1164 if (child->headerType == kPCIHeaderType2)
1778 child->headerType = configRead8(child, kIOPCIConfigHeaderType) & 0x7f;
1783 child->headerType, child->classCode, configRead16(child, kIOPCIConfigCommand),
1787 switch (child->headerType)
1808 DLOG(" bad PCI header type 0x%x\n", child->headerType);
2002 if (kPCIHeaderType1 != device->headerType) break;
3380 switch (device->headerType)
3561 if (kPCIHeaderType2 == bridge->headerType) break;
3668 if (kPCIHeaderType2 == bridge->headerType)
[all...]
H A DIOPCIBridge.cpp2013 nub->reserved->headerType = (0x7F & nub->configRead8(kIOPCIConfigHeaderType));
2075 if (kPCIHeaderType1 == nub->reserved->headerType)
/macosx-10.10/WebCore-7600.1.25/page/
H A DContentSecurityPolicy.cpp765 ContentSecurityPolicy::HeaderType headerType() const { return m_headerType; } function in class:WebCore::CSPDirectiveList
1356 didReceiveHeader((*iter)->header(), (*iter)->headerType());
1398 return m_policies.isEmpty() ? Enforce : m_policies[0]->headerType();

Completed in 292 milliseconds