Searched refs:nlocalsym (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h901 uint32_t nlocalsym; /* number of local symbols */ member in struct:dysymtab_command
1025 uint32_t nlocalsym; /* number of local symbols */ member in struct:dylib_module
1052 uint32_t nlocalsym; /* number of local symbols */ member in struct:dylib_module_64
/macosx-10.9.5/cctools-845/ld/
H A Dobjects.h82 unsigned long nlocalsym; /* number of local symbols in output */ member in struct:object_file
H A Dsymbols.c346 0, /* nlocalsym */
931 merged_symbol->definition_object->nlocalsym -= n;
1126 cur_obj->nlocalsym++;
1144 cur_obj->nlocalsym += 3;
1151 cur_obj->nlocalsym++;
1684 cur_obj->nlocalsym++;
1697 cur_obj->nlocalsym += n;
1730 cur_obj->nlocalsym++;
1899 cur_obj->nlocalsym += temp_localsym_block->count;
1954 cur_obj->nlocalsym
[all...]
H A Dpass1.c5340 if(dyst->nlocalsym != 0 &&
5344 if(dyst->nlocalsym != 0 &&
5345 dyst->ilocalsym + dyst->nlocalsym > st->nsyms)
5346 error_with_cur_obj("ilocalsym plus nlocalsym in "
5421 mods[i].nlocalsym > st->nsyms)
5423 "nlocalsym field of module table entry %lu "
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c854 uint32_t irefsym, nrefsym, nextdefsym, iextdefsym, nlocalsym, ilocalsym; local
868 nlocalsym = m.nlocalsym;
879 nlocalsym = m64.nlocalsym;
916 for(i = 0; i < nlocalsym && ilocalsym + i < st->nsyms; i++){
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c197 dyst->nlocalsym = OSSwapInt32(dyst->nlocalsym);
584 mods[i].nlocalsym = OSSwapInt32(mods[i].nlocalsym);
609 mods[i].nlocalsym = OSSwapInt32(mods[i].nlocalsym);
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c102 static uint32_t nlocalsym = 0; variable
331 dynamic_symbol_table.nlocalsym = nlocalsym;
898 nlocalsym++;
926 nlocalsym++;
968 iextdefsym = nlocalsym;
969 iundefsym = nlocalsym + nextdefsym;
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c1489 object->dyst->nlocalsym = new_nlocalsym;
1805 object->dyst->nlocalsym = 0;
2557 uint32_t module_name, iextdefsym, nextdefsym, ilocalsym, nlocalsym; local
3576 nlocalsym = mods[i].nlocalsym;
3586 nlocalsym = mods64[i].nlocalsym;
3637 if(ilocalsym + nlocalsym > nsyms){
3642 for(j = ilocalsym; j < ilocalsym + nlocalsym; j++){
3647 for(k = j; k < ilocalsym + nlocalsym;
4435 uint32_t ncmds, s_flags, n_strx, module_name, ilocalsym, nlocalsym; local
[all...]
H A Dnm.c907 uint32_t irefsym, nrefsym, nextdefsym, iextdefsym, nlocalsym, ilocalsym; local
936 nlocalsym = m.nlocalsym;
947 nlocalsym = m64.nlocalsym;
989 for(i = 0; i < nlocalsym && ilocalsym + i < st->nsyms; i++){
H A Dinout.c213 object->output_nlocalsym = object->dyst->nlocalsym;
H A Dpagestuff.c707 if(dyst->nlocalsym != 0){
712 mp->size = dyst->nlocalsym * sizeof(struct nlist);
717 mp->size = dyst->nlocalsym * sizeof(struct nlist_64);
812 if(dyst->nlocalsym != 0 &&
H A Dctf_insert.c354 object->output_nlocalsym = object->dyst->nlocalsym;
H A Dcodesign_allocate.c388 object->output_nlocalsym = object->dyst->nlocalsym;
H A Dinstall_name_tool.c503 object->output_nlocalsym = object->dyst->nlocalsym;
H A Dindr.c1399 object->dyst->nlocalsym = new_nlocalsym;
H A Dredo_prebinding.c4867 lib->mods[j].ilocalsym + lib->mods[j].nlocalsym)
5465 arch->object->output_nlocalsym = arch->object->dyst->nlocalsym;
5696 arch->object->dyst->nlocalsym;
5749 arch->object->dyst->nlocalsym;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h902 uint32_t nlocalsym; /* number of local symbols */ member in struct:dysymtab_command
1026 uint32_t nlocalsym; /* number of local symbols */ member in struct:dylib_module
1053 uint32_t nlocalsym; /* number of local symbols */ member in struct:dylib_module_64
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h476 uint32_t nlocalsym; member in struct:llvm::MachO::dysymtab_command
507 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module
523 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module_64
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h287 unsigned long nlocalsym; /* Number of local symbols. */ member in struct:bfd_mach_o_dysymtab_command
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c406 if(object->dyst->nlocalsym != 0){
409 isym += object->dyst->nlocalsym;
H A Dofile.c5880 if(dyst->nlocalsym != 0 &&
5888 big_size += dyst->nlocalsym;
5889 if(dyst->nlocalsym != 0 && big_size > st->nsyms){
5891 "(ilocalsym plus nlocalsym in LC_DYSYMTAB load command "
6102 uint32_t module_name, nextdefsym, iextdefsym, nlocalsym, ilocalsym, nrefsym;
6114 nlocalsym = m.nlocalsym;
6128 nlocalsym = m64.nlocalsym;
6165 if(nlocalsym !
[all...]
H A Dbytesex.c507 dyst->nlocalsym = SWAP_INT(dyst->nlocalsym);
2829 mods[i].nlocalsym = SWAP_INT(mods[i].nlocalsym);
2861 mods[i].nlocalsym = SWAP_INT(mods[i].nlocalsym);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp508 uint32_t nlocalsym() const INLINE { return E::get32(fields.nlocalsym); }
509 void set_nlocalsym(uint32_t value) INLINE { E::set32(fields.nlocalsym, value); }
H A DMachORebaser.hpp442 macho_nlist<P>* lastLocal = &symbolTable[fDynamicSymbolTable->ilocalsym()+fDynamicSymbolTable->nlocalsym()];
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2776 printf(" nlocalsym %u", dyst->nlocalsym);
2778 big_size += dyst->nlocalsym;
6741 printf(" nlocalsym = %u\n", mods[i].nlocalsym);
6792 printf(" nlocalsym = %u\n", mods64[i].nlocalsym);

Completed in 276 milliseconds

12