構文struct file_entry
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
file_entry | ||
| filename | char * | Name of this file. | |
| local_sym_name | char * | ||
| header | exec | The file's a.out header. | |
| symbols | localsymbol_t * | Symbol table of the file. | |
| nsymbols | int | Number of symbols in above array. | |
| string_size | int | Size in bytes of string table. | |
| strings | char * | Pointer to the string table when | |
| strings_offset | int | Offset of string table, | |
| textrel | relocation_info * | Text relocations | |
| ntextrel | int | # of text relocations | |
| datarel | relocation_info * | Data relocations | |
| ndatarel | int | # of data relocations | |
| text_start_address | int | Start of this file's text segment | |
| data_start_address | int | Start of this file's data segment | |
| bss_start_address | int | Start of this file's bss segment | |
| subfiles | file_entry * | For a library, points to chain of | |
| superfile | file_entry * | For library member, points to the | |
| chain | file_entry * | For library member, points to next | |
| starting_offset | int | For a library member, offset of the | |
| total_size | int | Size of contents of this file, | |
| silly_archive | file_entry * | For shared libraries which have | |
| lib_major, lib_minor | int | Version numbers of a shared object | |
| flags | int |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー