Home | History | Annotate | Download | only in toolutil

Lines Matching defs:in

104 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file,
105 where the name is the compiler or platform that you used in this
264 FileStream *in, *out;
267 in=T_FileStream_open(filename, "rb");
268 if(in==NULL) {
294 /* turn dashes or dots in the entry name into underscores */
309 length=T_FileStream_read(in, buffer, sizeof(buffer));
331 if(T_FileStream_error(in)) {
342 T_FileStream_close(in);
349 FileStream *in, *out;
352 in=T_FileStream_open(filename, "rb");
353 if(in==NULL) {
375 /* turn dashes or dots in the entry name into underscores */
385 TODO: Fix this once the compiler implements this feature. Keep in sync with udatamem.c
389 shared library (service program). Only strings are allowed in read-only
392 In order to prevent the beginning of the data from ever matching the
411 length=T_FileStream_read(in, buffer, sizeof(buffer));
422 /* Function renaming shouldn't be done in data */
434 (long)T_FileStream_size(in), entry);
438 length=T_FileStream_read(in, buffer, sizeof(buffer));
450 if(T_FileStream_error(in)) {
461 T_FileStream_close(in);
620 /* iSeries cannot have '-' in the .o objects. */
664 FileStream *in;
685 /* _M_IA64 should be defined in windows.h */
701 in=T_FileStream_open(filename, "rb");
702 if(in==NULL) {
706 length=T_FileStream_read(in, buffer.bytes, sizeof(buffer.bytes));
755 * *pBits is ignored in the calling code, so this need not be precise.
764 T_FileStream_close(in);
771 FileStream *in, *out;
892 /* 16-align .rodata in the .o file, just in case */
1000 /* in the common code, count entryLength from after the NUL */
1038 in=T_FileStream_open(filename, "rb");
1039 if(in==NULL) {
1043 size=T_FileStream_size(in);
1054 /* turn dashes in the entry name into underscores */
1074 /* 16-align .rodata in the .o file, just in case */
1094 /* 16-align .rodata in the .o file, just in case */
1171 length=T_FileStream_read(in, buffer, sizeof(buffer));
1184 if(T_FileStream_error(in)) {
1195 T_FileStream_close(in);