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

Public Member Functions | |
| str_as_int_list (char *the_name) | |
| ~str_as_int_list () | |
| char * | get_masters_name () |
| char * | insert_enty_to_the_strai_list (char *, long, long) |
| void | write_out_the_list (FILE *) |
| str_as_int_list (char *the_name) | |
| ~str_as_int_list () | |
| char * | get_masters_name () |
| char * | insert_enty_to_the_strai_list (char *, long, long) |
| void | write_out_the_list (FILE *) |
Private Attributes | |
| char * | masters_name |
| str_as_int_entry * | first_entry |
| str_as_int_entry * | last_entry |
| char * | masters_name |
| str_as_int_entry * | first_entry |
| str_as_int_entry * | last_entry |
|
|
Definition at line 135 of file include/yula_c_data_segments.h. References calloc(), first_entry, last_entry, masters_name, strcpy(), and strlen(). |
|
|
Definition at line 142 of file include/yula_c_data_segments.h. References first_entry, free(), and masters_name. |
|
|
Definition at line 135 of file src/yula_c_data_segments.h. References calloc(), first_entry, last_entry, masters_name, strcpy(), and strlen(). |
|
|
Definition at line 142 of file src/yula_c_data_segments.h. References first_entry, free(), and masters_name. |
|
|
Definition at line 147 of file src/yula_c_data_segments.h. References masters_name. |
|
|
Definition at line 147 of file include/yula_c_data_segments.h. References masters_name. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 102 of file yula_c_data_segments.cpp. References first_entry, str_as_int_entry::get_label_name(), last_entry, masters_name, str_as_int_entry::set_next(), and str_as_int_entry::str_as_int_entry(). Referenced by write_out_initialized_data_section(). |
|
|
|
|
|
Definition at line 119 of file yula_c_data_segments.cpp. References first_entry, fprintf(), str_as_int_entry::get_align_opt(), str_as_int_entry::get_initializing_string(), str_as_int_entry::get_label_name(), str_as_int_entry::get_next(), and strlen(). Referenced by write_out_initialized_data_section(). |
|
|
Definition at line 131 of file src/yula_c_data_segments.h. |
|
|
Definition at line 131 of file include/yula_c_data_segments.h. Referenced by insert_enty_to_the_strai_list(), str_as_int_list(), write_out_the_list(), and ~str_as_int_list(). |
|
|
Definition at line 132 of file src/yula_c_data_segments.h. |
|
|
Definition at line 132 of file include/yula_c_data_segments.h. Referenced by insert_enty_to_the_strai_list(), and str_as_int_list(). |
|
|
Definition at line 130 of file src/yula_c_data_segments.h. |
|
|
Definition at line 130 of file include/yula_c_data_segments.h. Referenced by get_masters_name(), insert_enty_to_the_strai_list(), str_as_int_list(), and ~str_as_int_list(). |
1.3.2