#include <yula_c_data_segments.h>
Inheritance diagram for import_entry:

Public Member Functions | |
| import_entry () | |
| import_entry (char *name) | |
| import_entry (char *name, char e_i) | |
| ~import_entry () | |
| void | set_next (import_entry *next_one) |
| char * | get_function_name () |
| char | get_export_import () |
| import_entry * | get_next () |
| import_entry () | |
| import_entry (char *name) | |
| import_entry (char *name, char e_i) | |
| ~import_entry () | |
| void | set_next (import_entry *next_one) |
| char * | get_function_name () |
| char | get_export_import () |
| import_entry * | get_next () |
Private Attributes | |
| char * | function_name |
| char | export_import |
| import_entry * | next |
| char * | function_name |
| import_entry * | next |
|
|
Definition at line 16 of file include/yula_c_data_segments.h. References export_import, function_name, and next. Referenced by import_list::add_to_export_list(), import_list::add_to_import_list(), and import_list::read_in_import_list(). |
|
|
Definition at line 22 of file include/yula_c_data_segments.h. References calloc(), export_import, function_name, next, strcpy(), and strlen(). |
|
||||||||||||
|
Definition at line 29 of file include/yula_c_data_segments.h. References calloc(), export_import, function_name, next, strcpy(), and strlen(). |
|
|
Definition at line 36 of file include/yula_c_data_segments.h. References free(), function_name, next, and strlen(). |
|
|
Definition at line 16 of file src/yula_c_data_segments.h. References export_import, function_name, and next. |
|
|
Definition at line 22 of file src/yula_c_data_segments.h. References calloc(), export_import, function_name, next, strcpy(), and strlen(). |
|
||||||||||||
|
Definition at line 29 of file src/yula_c_data_segments.h. References calloc(), export_import, function_name, next, strcpy(), and strlen(). |
|
|
Definition at line 36 of file src/yula_c_data_segments.h. References free(), function_name, next, and strlen(). |
|
|
Definition at line 44 of file src/yula_c_data_segments.h. References export_import. |
|
|
Definition at line 44 of file include/yula_c_data_segments.h. References export_import. Referenced by import_list::write_out_import_list(). |
|
|
Definition at line 43 of file src/yula_c_data_segments.h. References function_name. |
|
|
Definition at line 43 of file include/yula_c_data_segments.h. References function_name. Referenced by import_list::search_the_list_for_the_same_name(), and import_list::write_out_import_list(). |
|
|
Definition at line 45 of file src/yula_c_data_segments.h. References next. |
|
|
Definition at line 45 of file include/yula_c_data_segments.h. References next. Referenced by import_list::search_the_list_for_the_same_name(), and import_list::write_out_import_list(). |
|
|
Definition at line 41 of file src/yula_c_data_segments.h. References next. |
|
|
Definition at line 41 of file include/yula_c_data_segments.h. References next. Referenced by import_list::add_entry_to_the_list(). |
|
|
Definition at line 13 of file src/yula_c_data_segments.h. Referenced by get_export_import(), and import_entry(). |
|
|
Definition at line 12 of file src/yula_c_data_segments.h. |
|
|
Definition at line 12 of file include/yula_c_data_segments.h. Referenced by get_function_name(), import_entry(), and ~import_entry(). |
|
|
Definition at line 14 of file src/yula_c_data_segments.h. |
|
|
Definition at line 14 of file include/yula_c_data_segments.h. Referenced by get_next(), import_entry(), set_next(), and ~import_entry(). |
1.3.2