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

12

/macosx-10.9.5/cctools-845/ld/
H A Dpass1.h99 struct dylib_table_of_contents *tocs;
168 const struct dylib_table_of_contents *toc);
H A Dpass1.c2059 struct dylib_table_of_contents *toc;
2404 p->tocs = (struct dylib_table_of_contents *)(
2579 sizeof(struct dylib_table_of_contents),
2594 sizeof(struct dylib_table_of_contents),
2710 sizeof(struct dylib_table_of_contents),
2737 sizeof(struct dylib_table_of_contents),
3029 sizeof(struct dylib_table_of_contents),
3048 sizeof(struct dylib_table_of_contents),
3424 struct dylib_table_of_contents *toc;
3447 sizeof(struct dylib_table_of_contents),
[all...]
H A Dlayout.c734 sizeof(struct dylib_table_of_contents) +
1740 sizeof(struct dylib_table_of_contents);
H A Dpass2.c590 sizeof(struct dylib_table_of_contents);
/macosx-10.9.5/cctools-845/misc/
H A Dcmpdylib.c82 const struct dylib_table_of_contents *toc);
86 const struct dylib_table_of_contents *toc);
353 struct dylib_table_of_contents *old_tocs, *new_tocs, *toc;
394 old_tocs = (struct dylib_table_of_contents *)
474 new_tocs = (struct dylib_table_of_contents *)
543 sizeof(struct dylib_table_of_contents),
549 sizeof(struct dylib_table_of_contents),
622 sizeof(struct dylib_table_of_contents),
628 sizeof(struct dylib_table_of_contents),
676 const struct dylib_table_of_contents *to
[all...]
H A Dindr.c139 const struct dylib_table_of_contents *toc1,
140 const struct dylib_table_of_contents *toc2);
819 struct dylib_table_of_contents *tocs;
835 struct dylib_table_of_contents *new_tocs;
850 tocs = (struct dylib_table_of_contents *)
1203 new_tocs = (struct dylib_table_of_contents *)allocate(
1204 new_ntoc * sizeof(struct dylib_table_of_contents));
1215 qsort(new_tocs, new_ntoc, sizeof(struct dylib_table_of_contents),
1268 ntoc * sizeof(struct dylib_table_of_contents)+
1278 new_ntoc * sizeof(struct dylib_table_of_contents)
[all...]
H A Dinout.c249 (struct dylib_table_of_contents *)
283 sizeof(struct dylib_table_of_contents)+
H A Dredo_prebinding.c202 static struct dylib_table_of_contents *arch_tocs = NULL;
246 struct dylib_table_of_contents *tocs;
387 struct dylib_table_of_contents *tocs,
410 const struct dylib_table_of_contents *toc);
4053 arch_tocs = (struct dylib_table_of_contents *)
4215 libs[i].tocs = (struct dylib_table_of_contents *)
4316 struct dylib_table_of_contents *tocs,
4497 struct dylib_table_of_contents *toc;
4515 sizeof(struct dylib_table_of_contents),
4548 struct dylib_table_of_contents *to
[all...]
H A Dstrip.c147 static struct dylib_table_of_contents *new_tocs = NULL;
237 struct dylib_table_of_contents *tocs,
296 struct dylib_table_of_contents *tocs,
945 struct dylib_table_of_contents *tocs;
1023 tocs = (struct dylib_table_of_contents *)
1426 new_ntoc * sizeof(struct dylib_table_of_contents);
1428 object->dyst->ntoc * sizeof(struct dylib_table_of_contents);
1672 sizeof(struct dylib_table_of_contents);
1774 object->dyst->ntoc * sizeof(struct dylib_table_of_contents)+
2531 struct dylib_table_of_contents *toc
[all...]
H A Dinstall_name_tool.c516 (struct dylib_table_of_contents *)
540 sizeof(struct dylib_table_of_contents)+
553 sizeof(struct dylib_table_of_contents)+
H A Dcodesign_allocate.c424 (struct dylib_table_of_contents *)
459 sizeof(struct dylib_table_of_contents)+
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h199 struct dylib_table_of_contents *tocs,
H A Dloader.h1010 struct dylib_table_of_contents { struct
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h217 struct dylib_table_of_contents *output_tocs;
H A Dbytesex.h411 struct dylib_table_of_contents *tocs,
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.h100 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.9.5/cctools-845/libstuff/
H A Dcheckout.c463 sizeof(struct dylib_table_of_contents);
469 sizeof(struct dylib_table_of_contents);
H A Dwriteout.c803 object->output_ntoc *sizeof(struct dylib_table_of_contents));
805 sizeof(struct dylib_table_of_contents);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1009 struct dylib_table_of_contents { struct
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c133 struct dylib_table_of_contents **tocs,
631 struct dylib_table_of_contents *tocs, *allocated_tocs;
1083 sizeof(struct dylib_table_of_contents));
1085 ntocs * sizeof(struct dylib_table_of_contents));
1729 struct dylib_table_of_contents **tocs, /* output */
1746 *tocs = (struct dylib_table_of_contents *)(object_addr +
1749 bigsize *= sizeof(struct dylib_table_of_contents);
1754 sizeof(struct dylib_table_of_contents);
H A Dofile_print.h118 struct dylib_table_of_contents *tocs,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h495 struct dylib_table_of_contents { struct in namespace:llvm::MachO
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp274 const struct dylib_table_of_contents* toc = (dylib_table_of_contents*)&this->fLinkEditBase[fDynamicInfo->tocoff()];
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c621 struct dylib_table_of_contents *tocs,

Completed in 313 milliseconds

12