Searched refs:FileBase (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c60 char *FileBase; variable
135 //printf("will patch %s at offset %p\n", FileName, (char*)(&ii->flags) - FileBase);
138 patchFile(newvalue, (char*)(&ii->flags) - FileBase);
143 patchFile(newvalue, (char*)(&ii->flags) - FileBase);
417 FileBase = malloc(FileSize);
418 if (!FileBase) {
423 ssize_t readsize = read(fd, FileBase, FileSize);
434 free(FileBase);
440 struct fat_header *fh = (struct fat_header *)FileBase;
442 dofat((void *)FileBase);
[all...]

Completed in 227 milliseconds