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