Searched refs:_start (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/libkern/kmod/
H A Dc_start.c40 The trick is that the linkline links all of the developers modules. If any static constructors are used .constructors_used will be left as an undefined symbol. This symbol is exported by the cplus_start.c routine which automatically brings in the appropriate C++ _start routine. However the actual _start symbol is only required by the kmod_info structure that is created and initialized by the CreateKModInfo.perl script. If no C++ was used the _start will be an undefined symbol that is finally satisfied by the c_start module in the kmod library.
54 __private_extern__ kern_return_t _start(kmod_info_t *ki, void *data) function
H A Dcplus_start.c40 The trick is that the linkline links all of the developers modules. If any static constructors are used .constructors_used will be left as an undefined symbol. This symbol is exported by the cplus_start.c routine which automatically brings in the appropriate C++ _start routine. However the actual _start symbol is only required by the kmod_info structure that is created and initialized by the CreateKModInfo.perl script. If no C++ was used the _start will be an undefined symbol that is finally satisfied by the c_start module in the kmod library.
67 __private_extern__ kern_return_t _start(kmod_info_t *ki, void *data) function
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp93 _start = offset;
125 address = _parent->getPhysicalSegment( offset + _start, &actualLength, options );
184 options, _start + offset, length );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOSubMemoryDescriptor.h44 IOByteCount _start; member in class:IOSubMemoryDescriptor
/darwin-on-arm/xnu/osfmk/i386/
H A Dstart.s137 .globl EXT(_start)
138 LEXT(_start)
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s141 .globl EXT(_start)
143 LEXT(_start)
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocore.s52 EnterARM(_start)
/darwin-on-arm/xnu/security/
H A Dmac_policy.h6586 extern kern_return_t _start(kmod_info_t *ki, void *data); \
6589 KMOD_EXPLICIT_DECL(security.mpname, POLICY_VER, _start, _stop) \

Completed in 40 milliseconds