Searched refs:nextrel (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c266 unsigned long nextrel = 0; local
327 nextrel = dysymtab->nextrel;
429 for (i = 0; i < nextrel; i++)
H A Dunexmacosx.c1136 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1138 if (dstp->nextrel > 0) {
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h963 * case the presents of this load command who's extreloff, nextrel,
985 uint32_t nextrel; /* number of external relocation entries */ member in struct:dysymtab_command
1028 uint32_t nextrel; /* number of external relocation entries */ member in struct:dylib_module
1055 uint32_t nextrel; /* number of external relocation entries */ member in struct:dylib_module_64
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h490 uint32_t nextrel; member in struct:llvm::MachO::dysymtab_command
509 uint32_t nextrel; member in struct:llvm::MachO::dylib_module
525 uint32_t nextrel; member in struct:llvm::MachO::dylib_module_64
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h342 case the presents of this load command who's extreloff, nextrel,
362 unsigned long nextrel; /* Number of external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
H A Dmach-o.c1183 seg->nextrel = bfd_h_get_32 (abfd, buf + 60);
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1136 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1138 if (dstp->nextrel > 0) {
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp562 uint32_t nextrel() const INLINE { return E::get32(fields.nextrel); }
563 void set_nextrel(uint32_t value) INLINE { E::set32(fields.nextrel, value); }
H A DMachORebaser.hpp928 macho_relocation_info<P>* const externRelocsEnd = &externRelocsStart[fDynamicSymbolTable->nextrel()];
H A DMachOBinder.hpp859 const macho_relocation_info<P>* const relocsEnd = &relocsStart[fDynamicInfo->nextrel()];
H A Dupdate_dyld_shared_cache.cpp1776 const macho_relocation_info<P>* const relocsEnd = &relocsStart[fDynamicSymbolTable->nextrel()];
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp1205 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nextrel];
1574 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nextrel];
1990 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nextrel];
2052 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nextrel];
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c649 object->dysymtab_hdr->nextrel);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4707 if (dysymtab->nextrel > 0) {

Completed in 318 milliseconds