Searched refs:rebase_off (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp360 start = (uintptr_t)fLinkEditBase + fDyldInfo->rebase_off;
370 else if ( fDyldInfo->rebase_off != 0 )
371 end = (uintptr_t)fLinkEditBase + fDyldInfo->rebase_off + fDyldInfo->rebase_size;
427 const uint8_t* const start = fLinkEditBase + fDyldInfo->rebase_off;
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1228 uint32_t rebase_off; /* file offset to rebase info */ member in struct:dyld_info_command
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp860 uint32_t rebase_off() const INLINE { return E::get32(fields.rebase_off); }
861 void set_rebase_off(uint32_t value) INLINE { E::set32(fields.rebase_off, value); }
H A DMachORebaser.hpp802 const uint8_t* p = &fLinkEditBase[fDyldInfo->rebase_off()];
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h593 uint32_t rebase_off; member in struct:llvm::MachO::dyld_info_command
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1030 dyld->rebase_off += delta;
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1030 dyld->rebase_off += delta;

Completed in 215 milliseconds