Searched refs:nreloc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h265 * The format of the relocation entries referenced by the reloff and nreloc
277 unsigned long nreloc; /* number of relocation entries */ member in struct:section
291 uint32_t nreloc; /* number of relocation entries */ member in struct:section_64
657 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h234 * The format of the relocation entries referenced by the reloff and nreloc
246 unsigned long nreloc; /* number of relocation entries */ member in struct:section
610 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h376 * The format of the relocation entries referenced by the reloff and nreloc
388 uint32_t nreloc; /* number of relocation entries */ member in struct:section
402 uint32_t nreloc; /* number of relocation entries */ member in struct:section_64
925 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c708 if (section->nreloc)
710 section->nreloc, hostOrder);
759 if (section->nreloc)
761 section->nreloc, hostOrder);
897 file->fIsReloc |= (0 != segMap->sect[i].nreloc);
1285 sectionRec->fSection->nreloc * sizeof(struct relocRecord));
1294 for (i = 0; i < section->nreloc; i++, rec++, rinfo++) {
2326 unsigned long j, nreloc; local
2330 nreloc = section->fSection->nreloc;
[all...]
H A Dload.c705 sec->nreloc = 0;
717 sec->nreloc = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c1442 sect->nreloc = 0;
1470 sect->nreloc = 0;

Completed in 64 milliseconds