Searched refs:lazy_bind_size (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp303 if ( dyldInfo->lazy_bind_size() != 0 ) {
305 uint32_t lazybindPageOffsetEnd = (dyldInfo->lazy_bind_off() + dyldInfo->lazy_bind_size()) & (-4096);
H A DMachOFileAbstraction.hpp881 uint32_t lazy_bind_size() const INLINE { return E::get32(fields.lazy_bind_size); }
882 void set_lazy_bind_size(uint32_t value) INLINE { E::set32(fields.lazy_bind_size, value); }
H A Dupdate_dyld_shared_cache.cpp1654 fLazyBindInfoSizeInNewLinkEdit = fDyldInfo->lazy_bind_size();
1655 memcpy(fNewLinkEditStart+offset, &fLinkEditBase[fDyldInfo->lazy_bind_off()], fDyldInfo->lazy_bind_size());
1656 offset += fDyldInfo->lazy_bind_size();
H A DMachOBinder.hpp651 const uint8_t* end = &p[fDyldInfo->lazy_bind_size()];
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp1036 const uint8_t* const end = &start[fDyldInfo->lazy_bind_size];
1196 const uint8_t* const end = &start[fDyldInfo->lazy_bind_size];
1197 if ( lazyBindingInfoOffset > fDyldInfo->lazy_bind_size ) {
1199 lazyBindingInfoOffset, fDyldInfo->lazy_bind_size, this->getPath());
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1277 uint32_t lazy_bind_size; /* size of lazy binding infs */ member in struct:dyld_info_command
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h600 uint32_t lazy_bind_size; member in struct:llvm::MachO::dyld_info_command
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1035 if (dyld->lazy_bind_size)
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1035 if (dyld->lazy_bind_size)

Completed in 230 milliseconds