Searched refs:relocation_info (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h64 struct relocation_info { struct
125 * bit of the r_address field in the relocation_info structure to indicate
148 of a relocation_info structure to tell that
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldInitialization.cpp183 const relocation_info* const relocsStart = (struct relocation_info*)(linkEditSeg->vmaddr + slide + dynamicSymbolTable->locreloff - linkEditSeg->fileoff);
184 const relocation_info* const relocsEnd = &relocsStart[dynamicSymbolTable->nlocrel];
185 for (const relocation_info* reloc=relocsStart; reloc < relocsEnd; ++reloc) {
H A DImageLoaderMachOClassic.cpp68 // relocation_info.r_length field has value 3 for 64-bit executables and value 2 for 32-bit executables
725 const relocation_info* const relocsStart = (struct relocation_info*)(&fLinkEditBase[fDynamicInfo->locreloff]);
726 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nlocrel];
727 for (const relocation_info* reloc=relocsStart; reloc < relocsEnd; ++reloc) {
764 const relocation_info* const relocsStart = (struct relocation_info*)(&fLinkEditBase[fDynamicInfo->locreloff]);
765 const relocation_info* const relocsEnd = &relocsStart[fDynamicInfo->nlocrel];
766 for (const relocation_info* reloc=relocsStart; reloc < relocsEnd; ++reloc) {
1204 const relocation_info* cons
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.h46 struct relocation_info;
96 const KXLDRelocator *relocator, const struct relocation_info *srcs,
H A Dkxld_reloc.c179 const struct relocation_info *relocs, u_int nrelocs)
198 const KXLDArray *relocs, struct relocation_info **dstp);
281 const struct relocation_info *srcs, u_int nsrcs)
286 const struct relocation_info *src = NULL;
409 const struct relocation_info *relocs, u_int nrelocs)
413 const struct relocation_info *reloc = NULL;
594 struct relocation_info *start = NULL;
595 struct relocation_info *dst = NULL;
612 start = dst = (struct relocation_info *) ((void *) (buf + *data_offset));
628 *data_offset += count * sizeof(struct relocation_info);
[all...]
H A Dkxld_sect.c62 struct relocation_info *relocs = NULL;
85 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
110 struct relocation_info *relocs = NULL;
133 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
H A Dkxld_sect.h45 struct relocation_info;
H A Dkxld_util.c278 struct relocation_info *relocs = NULL;
385 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
449 struct relocation_info *relocs = NULL;
554 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
H A Dkxld_object.c648 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->extreloff)),
653 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->locreloff)),
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c233 # undef relocation_info macro
234 # define relocation_info reloc_info_sparc macro
266 static struct relocation_info *
269 struct relocation_info *reloc;
274 reloc = (struct relocation_info*)xmalloc(size);
484 struct relocation_info reloc;
496 link_undef(const char *name, long base, struct relocation_info *reloc)
620 struct relocation_info *reloc = NULL;
757 struct relocation_info * rel = reloc;
758 struct relocation_info * rel_be
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsunos4.c242 #define REL_INFO_TYPE struct relocation_info
252 #define REL_INFO_TYPE struct relocation_info
H A Dunexnext.c268 struct relocation_info reloc_info;
H A Dunexmacosx.c1074 struct relocation_info reloc_info;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbout.c271 struct relocation_info *native, *natptr;
279 natsize = (bfd_size_type) count * sizeof (struct relocation_info);
660 struct relocation_info *rptr;
669 struct relocation_info *relocs;
692 count = reloc_size / sizeof (struct relocation_info);
919 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info))
924 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info))
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c1221 u_long reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);
/macosx-10.10.1/emacs-93/
H A Dunexmacosx.c1074 struct relocation_info reloc_info;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4633 struct relocation_info * reloc = NULL;
4739 reloc = (struct relocation_info *) (linkeditBase + dysymtab->locreloff);
4740 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);

Completed in 171 milliseconds