Searched refs:tocs (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dpass1.h99 struct dylib_table_of_contents *tocs; member in struct:dynamic_library
H A Dpass1.c2404 p->tocs = (struct dylib_table_of_contents *)(
2578 q->tocs, q->definition_obj->dysymtab->ntoc,
2592 nlist.n_un.n_name, q->tocs,
2709 q->tocs, q->definition_obj->dysymtab->ntoc,
2735 nlist.n_un.n_name, q->tocs,
2771 undefined->merged_symbol->itoc = toc - q->tocs;
3028 q->tocs,q->definition_obj->dysymtab->ntoc,
3046 nlist.n_un.n_name, q->tocs,
3446 p->tocs, p->definition_obj->dysymtab->ntoc,
3554 p->tocs,
4206 struct dylib_table_of_contents *tocs; local
[all...]
H A Dsymbols.c2675 dynamic_library->tocs,
2680 merged_symbol->itoc = toc - dynamic_library->tocs;
8377 struct dylib_table_of_contents *tocs, *toc; local
8581 tocs = (struct dylib_table_of_contents *)(output_addr +
8583 toc = tocs;
8590 swap_dylib_table_of_contents(tocs, ntoc, target_byte_sex);
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c183 struct toc *tocs; /* internal table of contents */ member in struct:arch
2136 if(archs[i].tocs != NULL)
2137 free(archs[i].tocs);
3503 arch->tocs = allocate(sizeof(struct toc) * arch->toc_nranlibs);
3545 arch->tocs[r].name = arch->toc_strings + s;
3546 arch->tocs[r].index1 = i + 1;
3568 arch->tocs[r].name = arch->toc_strings + s;
3569 arch->tocs[r].index1 = i + 1;
3583 qsort(arch->tocs, arch->toc_nranlibs, sizeof(struct toc),
3587 qsort(arch->tocs, arc
[all...]
H A Dstrip.c237 struct dylib_table_of_contents *tocs,
296 struct dylib_table_of_contents *tocs,
945 struct dylib_table_of_contents *tocs; local
1023 tocs = (struct dylib_table_of_contents *)
1045 swap_dylib_table_of_contents(tocs, ntoc, host_byte_sex);
1178 tocs = NULL;
1235 strings, strsize, tocs, ntoc, mods, mods64, nmodtab, refs,
1239 if(strip_symtab(arch, member, object, tocs, ntoc, mods, mods64,
2531 struct dylib_table_of_contents *tocs,
3740 if(tocs[
2527 strip_symtab( struct arch *arch, struct member *member, struct object *object, struct dylib_table_of_contents *tocs, uint32_t ntoc, struct dylib_module *mods, struct dylib_module_64 *mods64, uint32_t nmodtab, struct dylib_reference *refs, uint32_t nextrefsyms) argument
4393 edit_symtab( struct arch *arch, struct member *member, struct object *object, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, uint32_t strsize, struct dylib_table_of_contents *tocs, uint32_t ntoc, struct dylib_module *mods, struct dylib_module_64 *mods64, uint32_t nmodtab, struct dylib_reference *refs, uint32_t nextrefsyms) argument
[all...]
H A Dindr.c819 struct dylib_table_of_contents *tocs; local
850 tocs = (struct dylib_table_of_contents *)
869 swap_dylib_table_of_contents(tocs, ntoc, host_byte_sex);
1206 new_tocs[i].symbol_index = map[tocs[i].symbol_index];
1207 new_tocs[i].module_index = tocs[i].module_index;
H A Dredo_prebinding.c246 struct dylib_table_of_contents *tocs; member in struct:lib
387 struct dylib_table_of_contents *tocs,
4215 libs[i].tocs = (struct dylib_table_of_contents *)
4237 libs[i].tocs, libs[i].ntoc, host_byte_sex);
4253 libs[i].tocs,
4316 struct dylib_table_of_contents *tocs,
4399 if(tocs[i].symbol_index > nsyms){
4402 file_name, tocs[i].symbol_index, i, arch_name);
4405 if(tocs[i].module_index > nmodtab){
4408 file_name, tocs[
4304 check_symbolic_info_tables( char *file_name, struct mach_header *mh, struct mach_header_64 *mh64, uint32_t nlibrefs, struct symtab_command *st, struct dysymtab_command *dyst, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, uint32_t strsize, struct dylib_table_of_contents *tocs, uint32_t ntoc, struct dylib_module *mods, struct dylib_module_64 *mods64, uint32_t nmodtab, struct dylib_reference *refs, uint32_t nextrefsyms) argument
5013 struct dylib_table_of_contents *tocs, *toc; local
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h199 struct dylib_table_of_contents *tocs,
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c621 struct dylib_table_of_contents *tocs,
628 tocs[i].symbol_index = OSSwapInt32(tocs[i].symbol_index);
629 tocs[i].module_index = OSSwapInt32(tocs[i].module_index);
620 swap_dylib_table_of_contents( struct dylib_table_of_contents *tocs, uint32_t ntocs, enum NXByteOrder target_byte_sex) argument
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h411 struct dylib_table_of_contents *tocs,
/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; local
1079 ofile->object_byte_sex, addr, size, &tocs, &ntocs);
1080 if((intptr_t)tocs % sizeof(uint32_t) ||
1084 memcpy(allocated_tocs, tocs,
1086 tocs = allocated_tocs;
1089 swap_dylib_table_of_contents(tocs, ntocs, get_host_byte_sex());
1091 ofile->object_byte_sex, addr, size, tocs, ntocs, mods, mods64,
1729 struct dylib_table_of_contents **tocs, /* output */
1735 *tocs
1722 get_toc_info( struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum byte_sex load_commands_byte_sex, char *object_addr, uint32_t object_size, struct dylib_table_of_contents **tocs, uint32_t *ntocs) argument
[all...]
H A Dofile_print.c6630 struct dylib_table_of_contents *tocs,
6653 if(tocs[i].module_index > nmods)
6655 tocs[i].module_index);
6657 if(mods[tocs[i].module_index].module_name > strings_size)
6659 "table) ", tocs[i].module_index);
6662 mods[tocs[i].module_index].module_name);
6665 if(mods64[tocs[i].module_index].module_name > strings_size)
6667 "table) ", tocs[i].module_index);
6670 mods64[tocs[i].module_index].module_name);
6673 if(tocs[
6623 print_toc( struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum byte_sex load_commands_byte_sex, char *object_addr, uint32_t object_size, struct dylib_table_of_contents *tocs, uint32_t ntocs, struct dylib_module *mods, struct dylib_module_64 *mods64, uint32_t nmods, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, char *strings, uint32_t strings_size, enum bool verbose) argument
[all...]
H A Dofile_print.h118 struct dylib_table_of_contents *tocs,
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c2876 struct dylib_table_of_contents *tocs,
2887 tocs[i].symbol_index = SWAP_INT(tocs[i].symbol_index);
2888 tocs[i].module_index = SWAP_INT(tocs[i].module_index);
2875 swap_dylib_table_of_contents( struct dylib_table_of_contents *tocs, uint32_t ntocs, enum byte_sex target_byte_sex) argument
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqr.vim127 syn keyword sqrParam for-reading for-reports for-tocs

Completed in 493 milliseconds