Searched refs:getDyldInfoExports (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp155 // need getDyldInfoExports because export info uses ULEB encoding and size could grow
156 virtual const uint8_t* getDyldInfoExports() const = 0;
203 virtual const uint8_t* getDyldInfoExports() const { return fDyldInfoExports; } function in class:MachOLayout
H A DMachOBinder.hpp221 const uint8_t* exportsStart = layout.getDyldInfoExports();
483 const uint8_t* exportsStart = this->fLayout.getDyldInfoExports();
493 const uint8_t* aDylibsExportsStart = binder->fLayout.getDyldInfoExports();
H A DMachORebaser.hpp473 const uint8_t* start = fLayout.getDyldInfoExports();
H A Dupdate_dyld_shared_cache.cpp1663 if ( (fDyldInfo != NULL) && (fLayout.getDyldInfoExports() != NULL) ) {
1666 memcpy(fNewLinkEditStart+offset, fLayout.getDyldInfoExports(), fDyldInfo->export_size());

Completed in 148 milliseconds