Searched refs:iundefsym (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h290 unsigned long iundefsym; /* Index to undefined symbols. */ member in struct:bfd_mach_o_dysymtab_command
H A Dmach-o.c1172 seg->iundefsym = bfd_h_get_32 (abfd, buf + 16);
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c108 static uint32_t iundefsym = 0; variable
334 dynamic_symbol_table.iundefsym = iundefsym;
969 iundefsym = nlocalsym + nextdefsym;
/macosx-10.9.5/cctools-845/misc/
H A Dinout.c216 object->output_iundefsym = object->dyst->iundefsym;
H A Dctf_insert.c357 object->output_iundefsym = object->dyst->iundefsym;
H A Dpagestuff.c741 dyst->iundefsym * sizeof(struct nlist);
746 dyst->iundefsym * sizeof(struct nlist_64);
H A Dredo_prebinding.c4578 libs[i].symbols + libs[i].dyst->iundefsym,
4642 for(i = arch->object->dyst->iundefsym;
4643 i < arch->object->dyst->iundefsym + arch->object->dyst->nundefsym;
5046 arch_symbols + arch->object->dyst->iundefsym,
5090 symbol = bsearch(symbol_name, symbols + dyst->iundefsym,
5468 arch->object->output_iundefsym = arch->object->dyst->iundefsym;
5628 for(i = arch->object->dyst->iundefsym;
5629 i < arch->object->dyst->iundefsym + arch->object->dyst->nundefsym;
H A Dcodesign_allocate.c391 object->output_iundefsym = object->dyst->iundefsym;
H A Dinstall_name_tool.c506 object->output_iundefsym = object->dyst->iundefsym;
H A Dindr.c1402 object->dyst->iundefsym = new_nlocalsym + new_nextdefsym;
H A Dstrip.c1492 object->dyst->iundefsym = new_nlocalsym + new_nextdefsym;
1808 object->dyst->iundefsym = 0;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h906 uint32_t iundefsym; /* index to undefined symbols */ member in struct:dysymtab_command
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c200 dyst->iundefsym = OSSwapInt32(dyst->iundefsym);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp517 uint32_t iundefsym() const INLINE { return E::get32(fields.iundefsym); }
518 void set_iundefsym(uint32_t value) INLINE { E::set32(fields.iundefsym, value); }
H A DMachOLayout.hpp559 const uint32_t startUndefs = dynamicSymbolTableCmd->iundefsym();
H A DMachOBinder.hpp827 macho_nlist<P>* const lastUndefine = &symbolTable[dysymtab->iundefsym()+dysymtab->nundefsym()];
828 for (macho_nlist<P>* entry = &symbolTable[dysymtab->iundefsym()]; entry < lastUndefine; ++entry) {
H A Dupdate_dyld_shared_cache.cpp1686 const macho_nlist<P>* const firstImport = &fSymbolTable[fDynamicSymbolTable->iundefsym()];
1687 const macho_nlist<P>* const lastImport = &fSymbolTable[fDynamicSymbolTable->iundefsym()+fDynamicSymbolTable->nundefsym()];
1688 uint32_t oldIndex = fDynamicSymbolTable->iundefsym();
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h907 uint32_t iundefsym; /* index to undefined symbols */ member in struct:dysymtab_command
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c418 if(object->dyst->iundefsym != isym)
H A Dbytesex.c510 dyst->iundefsym = SWAP_INT(dyst->iundefsym);
H A Dofile.c5913 dyst->iundefsym > st->nsyms){
5915 "(iundefsym in LC_DYSYMTAB load command extends past "
5919 big_size = dyst->iundefsym;
5923 "(iundefsym plus nundefsym in LC_DYSYMTAB load command "
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h479 uint32_t iundefsym; member in struct:llvm::MachO::dysymtab_command
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2793 printf(" iundefsym %u", dyst->iundefsym);
2794 if(dyst->iundefsym > nsyms)
2799 big_size = dyst->iundefsym;
7291 dyst.iundefsym + i < nsymbols){
7293 n_strx = symbols[dyst.iundefsym + i].n_un.n_strx;
7294 n_desc = symbols[dyst.iundefsym + i].n_desc;
7297 n_strx = symbols64[dyst.iundefsym + i].n_un.n_strx;
7298 n_desc = symbols64[dyst.iundefsym + i].n_desc;
7302 dyst.iundefsym
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp350 end += fSymbolTable[fDynamicInfo->iundefsym+fDynamicInfo->nundefsym-1].n_un.n_strx;
999 const struct macho_nlist* sym = &fSymbolTable[fDynamicInfo->iundefsym + index];
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c3564 p->definition_obj->dysymtab->iundefsym,
5361 dyst->iundefsym > st->nsyms)
5362 error_with_cur_obj("iundefsym in LC_DYSYMTAB load "
5365 dyst->iundefsym + dyst->nundefsym > st->nsyms)
5366 error_with_cur_obj("iundefsym plus nundefsym in "

Completed in 525 milliseconds

12