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

12

/macosx-10.9.5/cctools-845/misc/
H A Dcmpdylib.c403 swap_dylib_table_of_contents(old_tocs, old_dyst->ntoc,
421 for(i = 0; i < old_dyst->ntoc; i++){
481 swap_dylib_table_of_contents(new_tocs, new_dyst->ntoc,
499 for(i = 0; i < new_dyst->ntoc; i++){
520 if(new_dyst->ntoc != 0){
540 if(new_dyst->ntoc != 0){
542 toc = bsearch(symbol_name, new_tocs, new_dyst->ntoc,
548 toc = bsearch(symbol_name, new_tocs, new_dyst->ntoc,
599 if(old_dyst->ntoc != 0){
619 if(old_dyst->ntoc !
[all...]
H A Dindr.c820 uint32_t ntoc; local
852 ntoc = object->dyst->ntoc;
869 swap_dylib_table_of_contents(tocs, ntoc, host_byte_sex);
1009 new_ntoc = ntoc + indr_list.used;
1205 for(i = 0; i < ntoc; i++){
1210 new_tocs[ntoc + i].symbol_index = indr_iextdefsym + i;
1211 new_tocs[ntoc + i].module_index = nmodtab + i;
1268 ntoc * sizeof(struct dylib_table_of_contents)+
1404 object->dyst->ntoc
[all...]
H A Dinout.c251 object->output_ntoc = object->dyst->ntoc;
282 object->dyst->ntoc *
H A Dstrip.c238 uint32_t ntoc,
297 uint32_t ntoc,
946 uint32_t ntoc; local
1025 ntoc = object->dyst->ntoc;
1045 swap_dylib_table_of_contents(tocs, ntoc, host_byte_sex);
1179 ntoc = 0;
1235 strings, strsize, tocs, ntoc, mods, mods64, nmodtab, refs,
1239 if(strip_symtab(arch, member, object, tocs, ntoc, mods, mods64,
1428 object->dyst->ntoc * sizeo
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 Dinstall_name_tool.c518 object->output_ntoc = object->dyst->ntoc;
539 object->dyst->ntoc *
552 object->dyst->ntoc *
H A Dcodesign_allocate.c426 object->output_ntoc = object->dyst->ntoc;
458 object->dyst->ntoc *
H A Dredo_prebinding.c247 uint32_t ntoc; member in struct:lib
388 uint32_t ntoc,
4056 arch_ntoc = arch->object->dyst->ntoc;
4217 libs[i].ntoc = libs[i].dyst->ntoc;
4237 libs[i].tocs, libs[i].ntoc, host_byte_sex);
4254 libs[i].ntoc,
4317 uint32_t ntoc,
4398 for(i = 0; i < ntoc; i++){
4514 toc = bsearch(symbol_name, libs[i].tocs, libs[i].ntoc,
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
[all...]
H A Dctf_insert.c271 (object->dyst->ntoc != 0 ||
H A Dpagestuff.c767 if(dyst->ntoc != 0){
770 mp->size = dyst->ntoc * sizeof(struct dylib_table_of_contents);
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c457 if(object->dyst->ntoc != 0){
462 offset += object->dyst->ntoc *
468 rounded_offset += object->dyst->ntoc *
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h301 unsigned long ntoc; /* Number of entries in table of contents. */ member in struct:bfd_mach_o_dysymtab_command
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c2578 q->tocs, q->definition_obj->dysymtab->ntoc,
2593 q->definition_obj->dysymtab->ntoc,
2709 q->tocs, q->definition_obj->dysymtab->ntoc,
2736 q->definition_obj->dysymtab->ntoc,
3028 q->tocs,q->definition_obj->dysymtab->ntoc,
3047 q->definition_obj->dysymtab->ntoc,
3446 p->tocs, p->definition_obj->dysymtab->ntoc,
3554 p->tocs, p->definition_obj->dysymtab->ntoc,
4757 check_size_offset(dyst->ntoc *
4760 "ntoc * sizeo
[all...]
H A Dpass2.c584 if(output_dysymtab_info.dysymtab_command.ntoc != 0){
589 output_dysymtab_info.dysymtab_command.ntoc *
H A Dsymbols.c2676 dynamic_library->definition_obj->dysymtab->ntoc,
8354 output_dysymtab_info.dysymtab_command.ntoc =
8370 unsigned long i, j, flush_offset, ntoc; local
8558 toc_order = allocate(output_dysymtab_info.dysymtab_command.ntoc *
8560 ntoc = 0;
8572 toc_order[ntoc++] = merged_symbol;
8575 if(ntoc != output_dysymtab_info.dysymtab_command.ntoc)
8578 qsort(toc_order, ntoc, sizeof(struct merged_symbol *),
8584 for(i = 0; i < ntoc;
[all...]
H A Dlayout.c733 output_dysymtab_info.dysymtab_command.ntoc *
1739 offset += output_dysymtab_info.dysymtab_command.ntoc *
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dtcltk-man2html.tcl1891 set ntoc 0
1893 incr ntoc [llength [split $item \n]]
1894 incr ntoc
1896 puts stderr "rescanning page $manual(name) $ntoc/$ntext"
1902 (($ntext > 60) && ($ntoc > 32)) || $manual(tail) in {
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl1684 set ntoc 0
1686 incr ntoc [llength [split $item \n]]
1687 incr ntoc
1689 puts stderr "rescanning page $manual(name) $ntoc/$ntext"
1692 if {($ntext > 60) && ($ntoc > 32) || [lsearch {
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h918 uint32_t ntoc; /* number of entries in table of contents */ member in struct:dysymtab_command
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c203 dyst->ntoc = OSSwapInt32(dyst->ntoc);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp526 uint32_t ntoc() const INLINE { return E::get32(fields.ntoc); }
527 void set_ntoc(uint32_t value) INLINE { E::set32(fields.ntoc, value); }
H A DMachOBinder.hpp272 int32_t count = fDynamicInfo->ntoc();
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h919 uint32_t ntoc; /* number of entries in table of contents */ member in struct:dysymtab_command
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h482 uint32_t ntoc; member in struct:llvm::MachO::dysymtab_command
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp936 fDynamicInfo->ntoc, fDynamicInfo->nextdefsym);
1458 it.endIndex = fDynamicInfo->ntoc;
1473 if ( it.curIndex >= fDynamicInfo->ntoc ) {
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c348 dynamic_symbol_table.ntoc = 0;

Completed in 445 milliseconds

12