so_locations

来自「Winprint HylaFAX Makes a HylaFAX Server」· 代码 · 共 23 行

TXT
23
字号
# $Id: so_locations,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $## Layout for HylaFAX DSO's.## These values were calculated under IRIX 6.2; you may need# to update them for a different system (to do that make this# file writable and rebuild the software with -update_registry# instead of -check_registry when building the DSO's).## NB: padding was added to the text segments of libfaxutil.so#     and libfaxserver.so so that purify can add its code w/o#     overflowing into the following data segment#libz.so \		:st = .text 0x5ffe0000, 0x00010000:\		:st = .data 0x5fff0000, 0x00010000:libfaxutil.so \		:st = .text 0x5ff60000, 0x00070000:\		:st = .data 0x5ffd0000, 0x00010000:libfaxserver.so \		:st = .text 0x5ff00000, 0x00050000:\		:st = .data 0x5ff50000, 0x00010000:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?