ファイル名image.c
ソースファイル情報| 内容 | 行数 | 比率 |
|---|---|---|
| コメント行数 | 111 | 33% |
| 空行行数 | 70 | 21% |
| 実行行数 | 151 | 46% |
| 合計行数 | 332 | 100% |
関数定義数| 内容 | 定義数 |
|---|---|
| 関数数 | 13 |
定義関数| No. | 型 | 名称 | 属性 | 説明 |
|---|---|---|---|---|
1 |
free_image | static void | Free executable/loadable image | |
2 |
alloc_image | struct image * | Allocate executable/loadable image | |
3 |
image_set_uri | int | Set image URI | |
4 |
image_set_cmdline | int | Set image command line | |
5 |
register_image | int | Register executable/loadable image | |
6 |
unregister_image | void | Unregister executable/loadable image | |
7 |
find_image | struct image * | Find image by name | |
8 |
image_load_type | static int | Load executable/loadable image into memory | |
9 |
image_load | int | Load executable/loadable image into memory | |
10 |
image_autoload | int | Autodetect image type and load executable/loadable image into memory | |
11 |
image_exec | int | Execute loaded image | |
12 |
register_and_autoload_image | int | Register and autoload an image | |
13 |
register_and_autoexec_image | int | Register and autoexec an image |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー