7 lines
209 B
Raku
7 lines
209 B
Raku
OUTPUT_FORMAT("elf32-i386")
|
|
OUTPUT_ARCH("i386")
|
|
SECTIONS
|
|
{
|
|
.text.default_process_op.isra.0 0x737c : { *(.text.default_process_op.isra.0) }
|
|
.text.mpt_scsi_process_op 0xf869 : { *(.text.mpt_scsi_process_op) }
|
|
}
|