Searched refs: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.cpp297 uint32_t bindPageOffsetStart = dyldInfo->bind_off() & (-4096);
298 uint32_t bindPageOffsetEnd = (dyldInfo->bind_off() + dyldInfo->bind_size()) & (-4096);
H A DMachOFileAbstraction.hpp866 uint32_t bind_off() const INLINE { return E::get32(fields.bind_off); }
867 void set_bind_off(uint32_t value) INLINE { E::set32(fields.bind_off, value); }
H A DMachOBinder.hpp717 const uint8_t* p = &this->fLinkEditBase[fDyldInfo->bind_off()];
H A Dupdate_dyld_shared_cache.cpp1630 if ( (fDyldInfo != NULL) && (fDyldInfo->bind_off() != 0) ) {
1633 memcpy(fNewLinkEditStart+offset, &fLinkEditBase[fDyldInfo->bind_off()], fDyldInfo->bind_size());
1892 // fprintf(stderr, " bind_off=0x%08X\n", fDyldInfo->bind_off());
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp361 else if ( fDyldInfo->bind_off != 0 )
362 start = (uintptr_t)fLinkEditBase + fDyldInfo->bind_off;
368 if ( fDyldInfo->bind_off != 0 )
369 end = (uintptr_t)fLinkEditBase + fDyldInfo->bind_off + fDyldInfo->bind_size;
933 const uint8_t* const start = fLinkEditBase + fDyldInfo->bind_off;
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1243 uint32_t bind_off; /* file offset to binding info */ member in struct:dyld_info_command
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h595 uint32_t bind_off; member in struct:llvm::MachO::dyld_info_command
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1032 dyld->bind_off += delta;
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1032 dyld->bind_off += delta;

Completed in 269 milliseconds