Searched defs:*A (Results 1 - 25 of 2739) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp864 void Rebaser<A>::adjustDATA() function in class:Rebaser
[all...]
H A DObjCModernAbstraction.hpp263 typedef x86_64 A; typedef in class:objc_ivar_offset_t
[all...]
H A Ddsc_extractor.cpp406 #define FA reinterpret_cast<fat_arch*>(base_ptr + (8 + (nfat_archs - 1) * sizeof(fat_arch))) macro
467 #undef FA macro
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp660 void ImageLoaderMachO::preFetchDATA(int fd, uint64_t offsetInFat, const LinkContext& context) function in class:ImageLoaderMachO
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/cxa_finalize/
H A Dfoo.cxx26 class A class
29 A() { f = 10; } function in class:A
30 ~A() { if ( f == 0 ) abort(); f = 0; } function in class:A
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlclose-dylib-terminators/
H A Dfoo.cpp6 class A { class
8 A() { bar(); } function in class:A
9 ~A() { bar(); } function in class:A
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_LOCAL-weak/
H A Dbar.c1 int __attribute__((weak)) A[] = { 1, 2, 3, 4 }; variable
4 int* getA() { return A; } function
H A Dfoo.c3 int __attribute__((weak)) A[] = { 5, 6, 7, 8 }; variable
5 int* getA() { return A; } function
H A Dmain.c32 int A[] = { 10, 11, 12, 13 }; variable
65 int* fooA = (*fooproc)(); local
66 int* barA = (*barproc)(); local
[all...]
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm.s190 #define ISA 0 define
[all...]
H A Dobjc-msg-x86_64.s227 #define FP_AREA 0 define
228 #define LINK_AREA (FP_AREA define
229 #define REG_AREA (LINK_AREA+4*8) define
230 #define STACK_AREA (REG_AREA+6*8) define
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dllvm-MathExtras.h332 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) { argument
399 inline uint64_t MinAlign(uint64_t A, uint64_t B) { argument
406 NextPowerOf2(uint64_t A) argument
418 NextPowerOf2(uint32_t A) argument
[all...]
H A Dobjc-config.h77 # define SUPPORT_NONPOINTER_ISA 0 macro
79 # define SUPPORT_NONPOINTER_ISA 1 macro
H A Dobjc-object.h76 objc_object::ISA() function in class:objc_object
586 objc_object::ISA() function in class:objc_object
[all...]
H A Dobjc-runtime-new.h346 #define RO_META (1<<0) macro
[all...]
H A Dobjc-runtime-old.h30 #define CLS_META 0x2 macro
76 #define ISMETA(cls) (((cls)->info & CLS_META) != 0) macro
77 #define GETMETA(cls) (ISMETA(cls) ? (cls) : (cls)->ISA()) macro
[all...]
H A Druntime.h1602 #define CLS_META macro
[all...]
/macosx-10.10/objc4-646/test/
H A Dtest.h31 # define SUPPORT_NONPOINTER_ISA 0 macro
33 # define SUPPORT_NONPOINTER_ISA 1 macro
35 # define SUPPORT_NONPOINTER_ISA 1 macro
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/Common/
H A DAppleUSBCDCACM.h37 #define LOG_DATA 0 // logs data to the appropriate log - LDEBUG must also be set macro
84 #undef LOG_DATA macro
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h36 #define LOG_DATA 0 // logs data to the appropriate log - LDEBUG must also be set macro
74 #undef LOG_DATA macro
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/Common/
H A DAppleUSBCDCECM.h33 #define LOG_DATA 0 // logs data to the appropriate log - LDEBUG must also be set macro
77 #undef LOG_DATA macro
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h34 #define LOG_DATA 0 // logs data to the appropriate log - LDEBUG must also be set macro
74 #undef LOG_DATA macro
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DAppleUSBCDCCommon.h43 #define kUSBv25PCCA 2 macro
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h43 #define LOG_DATA 1 // logs data to the IOLog - DEBUG must also be set macro
64 #undef LOG_DATA macro
156 class AppleIrDA : public IOService // nub with nice name for user-client connections class in inherits:IOService
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h153 class AppleUSBIrDA : public AppleIrDASerial // glue for IrDA to call the USB IrDA Driver class in inherits:AppleIrDASerial
190 IrDAComm *fIrDA; // IrDA (IrCOMM) object member in class:AppleUSBIrDADriver
[all...]

Completed in 924 milliseconds

1234567891011>>