Searched refs:linkType (Results 1 - 11 of 11) sorted by last modified time

/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARM64Assembler.h612 JumpLinkType linkType() const { return data.realTypes.m_linkType; }
613 void setLinkType(JumpLinkType linkType) { ASSERT(data.realTypes.m_linkType == LinkInvalid); data.realTypes.m_linkType = linkType; }
2947 JumpLinkType linkType = computeJumpType(record.type(), from, to);
2948 record.setLinkType(linkType);
2949 return linkType;
2960 switch (record.linkType()) {
H A DARMv7Assembler.h561 JumpLinkType linkType() const { return data.realTypes.m_linkType; }
562 void setLinkType(JumpLinkType linkType) { ASSERT(data.realTypes.m_linkType == LinkInvalid); data.realTypes.m_linkType = linkType; }
2154 JumpLinkType linkType = computeJumpType(record.type(), from, to); local
2155 record.setLinkType(linkType);
2156 return linkType;
2167 switch (record.linkType()) {
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp1720 linkEventData.linkType = activeMedium->getType();
H A DIOEthernetInterface.cpp1340 if ((IOMediumGetNetworkType(linkData->linkType) == kIOMediumEthernet))
H A DIONetworkControllerPrivate.h48 uint32_t linkType; member in struct:IONetworkLinkEventData
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dtcl.h1706 Tcl_Obj *toPtr, int linkType));
H A DtclInt.h2080 Tcl_Obj *toPtr, int linkType));
H A DtclTest.c399 Tcl_Obj *to, int linkType));
6287 TestReportLink(path, to, linkType)
6290 int linkType;
6293 return Tcl_FSLink(TestReportGetNativePath(path), to, linkType);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dtcl.h1624 Tcl_Obj *toPtr, int linkType));
H A DtclInt.h2714 int linkType);
H A DtclTest.c404 Tcl_Obj *to, int linkType);
6707 int linkType)
6710 return Tcl_FSLink(TestReportGetNativePath(path), to, linkType);
6636 TestReportLink( Tcl_Obj *path, Tcl_Obj *to, int linkType) argument

Completed in 287 milliseconds