Searched refs:reloc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A DMakefile17 reloc.h
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h41 unsigned int reloc:1; member in struct:IOPCIAddressSpace::__anon495
59 unsigned int reloc:1;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c37 #include <mach-o/reloc.h>
1370 rec->fRInfo = rinfo; // Save a pointer to the reloc
1404 struct relocRecord *reloc = (struct relocRecord *) *loc; local
1406 if (DataContainsAddr(sctn->fRelocCache, reloc))
1407 return reloc->fSymbol;
1867 // reloc->fPatch must contain a valid pointer
1870 struct relocRecord *reloc, const char *supername)
1884 rinfo = (struct relocation_info *) reloc->fRInfo;
1897 if (reloc->fSymbol->n_un.n_strx >= 0) {
1903 return_if(reloc
1869 getNewSymbol(struct fileRecord *file, struct relocRecord *reloc, const char *supername) argument
1950 fixOldSymbol(struct fileRecord *file, const struct relocRecord *reloc, const char *supername) argument
[all...]

Completed in 83 milliseconds