* text found * C:\Projects\JWlink\orl\coff\c\coffentr.c
 Line: orl_return COFFENTRY CoffSecGetContents( coff_sec_handle coff_sec_hnd, char **buffer )
 Line:     if( coff_sec_hnd->contents != NULL ) {
 Line:         *buffer = coff_sec_hnd->contents;
 Line:     return CoffParseDrectve( hnd->contents, hnd->size, cb, cookie );

* text found * C:\Projects\JWlink\orl\coff\c\coffload.c
 Line:         coff_sec_hnd->contents = NULL;
 Line:                 last_sec_hnd->contents = _ClientRead( coff_file_hnd,
 Line:                 last_sec_hnd->contents = coff_file_hnd->rest_of_file_buffer +
 Line:             if( !(last_sec_hnd->contents ) ) {
 Line:             last_sec_hnd->contents = NULL;
 Line:     // determine contents pointers of all sections
 Line:             coff_sec_hnd->contents = coff_file_hnd->rest_of_file_buffer +
 Line:                  coff_file_hnd->string_table->contents, sizeof(coff_sec_size) );
 Line:             coff_file_hnd->string_table->contents += sizeof( coff_sec_size );
 Line:             coff_sec_hnd->name = &(coff_file_hnd->string_table->contents[string_table_index]);
* text found * C:\Projects\JWlink\orl\coff\c\cofflwlv.c
 Line:         current->symbol = (coff_symbol *) &(file_hnd->symbol_table->contents[sizeof( coff_symbol ) * loop]);
 Line:             current->name = file_hnd->string_table->contents + current->symbol->name.non_name.offset - sizeof( coff_sec_size );
 Line:     rel = (coff_reloc *) reloc_sec->contents;
 Line: static void EatWhite( char **contents, int *len )
 Line:     char ch = **contents;
 Line:         *contents += 1;
 Line:         ch = **contents;
 Line: static orl_return ParseExport( char **contents, int *len,
 Line:     l = strncspn( *contents, ", \t", *len );
 Line:     memcpy(arg, *contents, l); arg[l] = 0;
 Line:     *contents += l;
 Line: static orl_return ParseLnkCmd( char *cmd, char **contents, int *len,
 Line:     for( value = *contents, delim = 0; *len; value++, *len -= 1 ) {
 Line:     l = value - *contents;
 Line:     memcpy( arg, *contents, l );
 Line:     *contents = value;
 Line: orl_return CoffParseDrectve( char *contents, int len, orl_note_callbacks *cb,
 Line:     EatWhite( &contents, &len );
 Line:         //if( *contents != '-' ) break;   // - should be start of token
 Line:         if( *contents != '-' && *contents != '/' )
 Line:         if( *contents != '-' && *contents != '/' )
 Line:         contents++; len--;
 Line:         for( cmd = lnkcmd; len && cmd < (lnkcmd+sizeof(lnkcmd)-1) && isalnum( *contents ); cmd++, contents++, len-- )
 Line:         for( cmd = lnkcmd; len && cmd < (lnkcmd+sizeof(lnkcmd)-1) && isalnum( *contents ); cmd++, contents++, len-- )
 Line:             *cmd = tolower(*contents);
 Line:         if ( *contents == ':' && len ) {
 Line:             contents++;
 Line:         if( ParseLnkCmd( lnkcmd, &contents, &len, cb->lnk_cmd_fn, cookie ) != ORL_OKAY )
 Line:         EatWhite( &contents, &len );
"contents" was found 43 times in 3 files
