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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp304 uint32_t lazybindPageOffsetStart = dyldInfo->lazy_bind_off() & (-4096);
305 uint32_t lazybindPageOffsetEnd = (dyldInfo->lazy_bind_off() + dyldInfo->lazy_bind_size()) & (-4096);
H A DMachOFileAbstraction.hpp878 uint32_t lazy_bind_off() const INLINE { return E::get32(fields.lazy_bind_off); }
879 void set_lazy_bind_off(uint32_t value) INLINE { E::set32(fields.lazy_bind_off, value); }
H A DMachOBinder.hpp650 const uint8_t* p = &this->fLinkEditBase[fDyldInfo->lazy_bind_off()];
H A Dupdate_dyld_shared_cache.cpp1652 if ( (fDyldInfo != NULL) && (fDyldInfo->lazy_bind_off() != 0) ) {
1655 memcpy(fNewLinkEditStart+offset, &fLinkEditBase[fDyldInfo->lazy_bind_off()], fDyldInfo->lazy_bind_size());
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1273 * the offset to lazy_bind_off to get the information on what
1276 uint32_t lazy_bind_off; /* file offset to lazy binding info */ member in struct:dyld_info_command
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h599 uint32_t lazy_bind_off; member in struct:llvm::MachO::dyld_info_command
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp1035 const uint8_t* const start = fLinkEditBase + fDyldInfo->lazy_bind_off;
1195 const uint8_t* const start = fLinkEditBase + fDyldInfo->lazy_bind_off;
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1036 dyld->lazy_bind_off += delta;
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1036 dyld->lazy_bind_off += delta;

Completed in 279 milliseconds