|
|
1.1 root 1:
2: /*
3: * Structure of the __.SYMDEF table of contents for an archive.
4: * __.SYMDEF begins with a word giving the number of ranlib structures
5: * which immediately follow, and then continues with a string
6: * table consisting of a word giving the number of bytes of strings
7: * which follow and then the strings themselves.
8: * The ran_strx fields index the string table whose first byte is numbered 0.
9: */
10: struct ranlib {
11: union {
12: off_t ran_strx; /* string table index of */
13: char *ran_name; /* symbol defined by */
14: } ran_un;
15: off_t ran_off; /* library member at this offset */
16: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.