* text found * C:\Projects\JWlink\orl\coff\c\coffimpl.c
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol___imp_exportedName, IMAGE_REL_ALPHA_REFHI );
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol_text_exportedName, IMAGE_REL_ALPHA_PAIR );
 Line:         CreateCoffReloc( coff_file_hnd, 0x4, symbol___imp_exportedName, IMAGE_REL_ALPHA_REFLO );
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol___imp_exportedName, IMAGE_REL_PPC_TOCREL14 | IMAGE_REL_PPC_TOCDEFN );
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol___imp_exportedName, IMAGE_REL_PPC_TOCREL14 | IMAGE_REL_PPC_TOCDEFN );
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol_text_exportedName, IMAGE_REL_PPC_ADDR32 );
 Line:         CreateCoffReloc( coff_file_hnd, 0x4, symbol_text_exportedName, IMAGE_REL_PPC_ADDR32 );
 Line:         CreateCoffReloc( coff_file_hnd, 0x10, symbol_text_exportedName, IMAGE_REL_PPC_ADDR32 );
 Line:         CreateCoffReloc( coff_file_hnd, 0x80410004, symbol_text_exportedName, IMAGE_REL_PPC_SECTION );
 Line:         CreateCoffReloc( coff_file_hnd, 0x0, symbol_text_exportedName, IMAGE_REL_PPC_ADDR32 );
 Line:         CreateCoffReloc( coff_file_hnd, 0x4, symbol_toc, IMAGE_REL_PPC_ADDR32 );
 Line:         CreateCoffReloc( coff_file_hnd, 0x2, symbol___imp_exportedName, IMAGE_REL_I386_DIR32 );
 Line:             type = IMAGE_REL_ALPHA_REFLONGNB;
 Line:             type = IMAGE_REL_PPC_ADDR32NB;
 Line:             type = IMAGE_REL_I386_DIR32NB;
* text found * C:\Projects\JWlink\orl\coff\c\cofflwlv.c
 Line:             case IMAGE_REL_ALPHA_ABSOLUTE:
 Line:             case IMAGE_REL_ALPHA_REFLONG:
 Line:             case IMAGE_REL_ALPHA_REFQUAD:
 Line:             case IMAGE_REL_ALPHA_BRADDR:
 Line:             case IMAGE_REL_ALPHA_REFHI:
 Line:             case IMAGE_REL_ALPHA_INLINE_REFLONG:
 Line:             case IMAGE_REL_ALPHA_REFLO:
 Line:             case IMAGE_REL_ALPHA_PAIR:
 Line:             case IMAGE_REL_ALPHA_SECTION:
 Line:             case IMAGE_REL_ALPHA_SECREL:
 Line:             case IMAGE_REL_ALPHA_REFLONGNB:
 Line:             case IMAGE_REL_I386_ABSOLUTE:
 Line:             case IMAGE_REL_I386_DIR16:
 Line:             case IMAGE_REL_I386_REL16:
 Line:             case IMAGE_REL_I386_DIR32:
 Line:             case IMAGE_REL_I386_DIR32NB:
 Line:             case IMAGE_REL_I386_REL32:
 Line:             case IMAGE_REL_I386_SECTION:
 Line:             case IMAGE_REL_I386_SECREL:
 Line:             case IMAGE_REL_AMD64_REL32:              // 32-Bit PC-relative offset
 Line:             case IMAGE_REL_AMD64_ADDR32:
 Line:             case IMAGE_REL_AMD64_ABSOLUTE:
 Line:             case IMAGE_REL_AMD64_ADDR32NB:
 Line:             case IMAGE_REL_AMD64_SECREL:
 Line:             case IMAGE_REL_AMD64_ADDR64:
 Line:             case IMAGE_REL_AMD64_REL32_1:
 Line:             case IMAGE_REL_AMD64_REL32_2:
 Line:             case IMAGE_REL_AMD64_REL32_3:
 Line:             case IMAGE_REL_AMD64_REL32_4:
 Line:             case IMAGE_REL_AMD64_REL32_5:
 Line:         switch( coff_type & IMAGE_REL_PPC_TYPEMASK ) {
 Line:             case IMAGE_REL_PPC_ABSOLUTE: // NOP
 Line:             case IMAGE_REL_PPC_ADDR64:   // 64-bit address
 Line:             case IMAGE_REL_PPC_ADDR32:   // 32-bit address
 Line:             case IMAGE_REL_PPC_ADDR24:   // 26-bit address, shifted left 2 (branch absolute)
 Line:             case IMAGE_REL_PPC_ADDR16:   // 16-bit address
 Line:             case IMAGE_REL_PPC_ADDR14:   // 16-bit address, shifted left 2 (load doubleword)
 Line:             case IMAGE_REL_PPC_REL24:   // 26-bit PC-relative offset, shifted left 2 (branch relative)
 Line:             case IMAGE_REL_PPC_REL14:    // 16-bit PC-relative offset, shifted left 2 (br cond relative)
 Line:             case IMAGE_REL_PPC_TOCREL16: // 16-bit offset from TOC base
 Line:                 if( coff_type & IMAGE_REL_PPC_TOCDEFN ) {
 Line:             case IMAGE_REL_PPC_TOCREL14: // 14-bit offset from TOC base, shifted left 2 (load doubleword)
 Line:                 if( coff_type & IMAGE_REL_PPC_TOCDEFN ) {
 Line:             case IMAGE_REL_PPC_SECREL:
 Line:             case IMAGE_REL_PPC_SECTION:
 Line:             case IMAGE_REL_PPC_ADDR32NB:  // 32-bit addr w/o image base
 Line:             case IMAGE_REL_PPC_IFGLUE: // Substitute TOC restore instruction iff symbol is glue code
 Line:             case IMAGE_REL_PPC_IMGLUE:
 Line:             case IMAGE_REL_MIPS_ABSOLUTE:   // NOP
 Line:             case IMAGE_REL_MIPS_REFWORD:    // 32-bit address
 Line:             case IMAGE_REL_MIPS_JMPADDR:    // 26-bit absolute address (j/jal)
 Line:             case IMAGE_REL_MIPS_REFHI:
 Line:             case IMAGE_REL_MIPS_REFLO:
 Line:             case IMAGE_REL_MIPS_PAIR:
 Line:             case IMAGE_REL_MIPS_GPREL:      // 16-bit offset from GP register
 Line:             case IMAGE_REL_MIPS_LITERAL:
 Line:             case IMAGE_REL_MIPS_SECREL:
 Line:             case IMAGE_REL_MIPS_SECTION:
 Line:             case IMAGE_REL_MIPS_REFWORDNB:  // 32-bit addr w/o image base
 Line:             && rel->type == IMAGE_REL_ALPHA_MATCH ) {
"image_rel" was found 75 times in 2 files
