Searched refs:nlocrel (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/dyld-353.2.1/src/
H A DdyldInitialization.cpp184 const relocation_info* const relocsEnd = &relocsStart[dynamicSymbolTable->nlocrel];
H A DImageLoaderMachOClassic.cpp726 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nlocrel];
765 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nlocrel];
850 fgTotalRebaseFixups += fDynamicInfo->nlocrel;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h343 locreloff and nlocrel fields are non-zero indicates that the relocation
369 unsigned long nlocrel; /* Number of local relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
H A Dmach-o.c1185 seg->nlocrel = bfd_h_get_32 (abfd, buf + 68);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h964 * locreloff and nlocrel fields are non-zero indicates that the relocation
993 uint32_t nlocrel; /* number of local relocation entries */ member in struct:dysymtab_command
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1135 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1142 if (dstp->nlocrel > 0) {
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1135 unrelocate ("local", dstp->locreloff, dstp->nlocrel);
1142 if (dstp->nlocrel > 0) {
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp568 uint32_t nlocrel() const INLINE { return E::get32(fields.nlocrel); }
569 void set_nlocrel(uint32_t value) INLINE { E::set32(fields.nlocrel, value); }
H A DMachORebaser.hpp868 const macho_relocation_info<P>* const relocsEnd = &relocsStart[fDynamicSymbolTable->nlocrel()];
921 macho_relocation_info<P>* const relocsEnd = &relocsStart[fDynamicSymbolTable->nlocrel()];
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h492 uint32_t nlocrel; member in struct:llvm::MachO::dysymtab_command
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c225 dysymtab->nlocrel = 0;
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c1221 u_long reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4716 if (dysymtab->nlocrel > 0) {
4740 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);
4742 for (i = 0; i < dysymtab->nlocrel; i++) {
4826 dysymtab->nlocrel = 0;
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.c626 dysymtabhdr->nlocrel = (uint32_t) count;
H A Dkxld_object.c654 object->dysymtab_hdr->nlocrel);

Completed in 332 milliseconds