Searched refs:ifile (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c497 FILE *ifile; local
512 if ((ifile = fopen(ifilename, "r")) == NULL) {
585 fgets(buf, sizeof(buf), ifile);
601 fgets(buf, sizeof(buf), ifile);
607 while(fgets(buf, sizeof(buf), ifile) != NULL)
610 fclose(ifile);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c788 struct arch_file *ifile = (struct arch_file *) f; local
796 ElfW(Addr) got = ifile->got ? ifile->got->header.sh_addr : 0;
799 ElfW(Addr) plt = ifile->plt ? ifile->plt->header.sh_addr : 0;
888 n->next = ifile->mips_hi16_list;
889 ifile->mips_hi16_list = n;
901 if (ifile->mips_hi16_list != NULL) {
904 l = ifile->mips_hi16_list;
936 ifile
1146 struct arch_file *ifile = (struct arch_file *) f; local
[all...]

Completed in 45 milliseconds