Searched refs:dylib_table_of_contents (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.h101 const struct dylib_table_of_contents toc[], uint32_t symbolCount, uint32_t hintIndex) const;
H A DImageLoaderMachOClassic.cpp857 const struct dylib_table_of_contents toc[], uint32_t symbolCount, uint32_t hintIndex) const
935 sym = binarySearchWithToc(name, fStrings, fSymbolTable, (dylib_table_of_contents*)&fLinkEditBase[fDynamicInfo->tocoff],
1479 const dylib_table_of_contents* toc = (dylib_table_of_contents*)&fLinkEditBase[fDynamicInfo->tocoff];
1518 const dylib_table_of_contents* toc = (dylib_table_of_contents*)&fLinkEditBase[fDynamicInfo->tocoff];
1553 const dylib_table_of_contents* toc = (dylib_table_of_contents*)&fLinkEditBase[fDynamicInfo->tocoff];
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1009 struct dylib_table_of_contents { struct
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h495 struct dylib_table_of_contents { struct in namespace:llvm::MachO
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp274 const struct dylib_table_of_contents* toc = (dylib_table_of_contents*)&this->fLinkEditBase[fDynamicInfo->tocoff()];

Completed in 198 milliseconds