On Tuesday, February 11, 2003, at 07:02 pm, Ben Hines wrote:
No manual entry for seg_addr_tableJust do "man seg_addr_table" to get all the info on the table.
Sure about that one?
From cctools src:
/*
* parse_seg_addr_table() opens the file_name passed to it and parses it as a
* segment address table. The flag and argument parameters are used for
* error messages if there is a problem parsing the file. The file should
* contains lines of the form:
* <hex address> <install name>
* or
* <hex address> <hex address> <install name>
* The first form with one <hex address> specifies the -seg1addr of the
* dynamic shared library with the specified <install name>. The second form
* specifies the -segs_read_only_addr and the -segs_read_write_addr addresses
* of the dynamic shared library. The fields are to be separated by spaces or
* tabs. Comment lines starting with a '#' character are ignored as well as
* lines with just spaces and tabs. This routine returns the parsed table as an
* array of seg_addr_table structs. The last entry in the table has a NULL
* install_name. For lines with two addresses the field split will be TRUE
* otherwise it will be FALSE.
*/
-- Finlay
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel
