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

/macosx-10.10/xnu-2782.1.97/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.10/llvmCore-3425.0.34/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.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h287 unsigned long nlocalsym; /* Number of local symbols. */ member in struct:bfd_mach_o_dysymtab_command
H A Dmach-o.c1169 seg->nlocalsym = bfd_h_get_32 (abfd, buf + 4);
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c538 const macho_nlist* const localsEnd= &localsStart[dynSymbolTable->nlocalsym];
H A DImageLoaderMachOCompressed.cpp1559 const struct macho_nlist* const localsEnd= &localsStart[dynSymbolTable->nlocalsym];
H A DImageLoaderMachOClassic.cpp2097 const struct macho_nlist* const localsEnd= &localsStart[fDynamicInfo->nlocalsym];
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp520 uint32_t nlocalsym() const INLINE { return E::get32(fields.nlocalsym); }
521 void set_nlocalsym(uint32_t value) INLINE { E::set32(fields.nlocalsym, value); }
H A DMachORebaser.hpp457 macho_nlist<P>* lastLocal = &symbolTable[fDynamicSymbolTable->ilocalsym()+fDynamicSymbolTable->nlocalsym()];
H A Dupdate_dyld_shared_cache.cpp1685 const macho_nlist<P>* const lastLocal = &fSymbolTable[fDynamicSymbolTable->ilocalsym()+fDynamicSymbolTable->nlocalsym()];

Completed in 469 milliseconds