Home
last modified time | relevance | path

Searched refs:symbol_end (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dcookargs.c49 t->symbol_end = StrDup(DEFAULT_SYMBOL_END); in cook_args()
70 if (t->symbol_end) in cook_args()
71 free(t->symbol_end); in cook_args()
72 t->symbol_end = StrDup(optarg); in cook_args()
79 if (t->symbol_end) in cook_args()
80 free(t->symbol_end); in cook_args()
82 t->symbol_end = StrDup(COMPATIBLE_SYMBOL_END); in cook_args()
312 if (t->symbol_end) in free_args()
313 free(t->symbol_end); in free_args()
Dsection.c45 char *symbol_end; // End of symbol name (after %f conversion) in add_datasec() local
75 symbol_end = create_symbol_string(filename, symbol_format_end); in add_datasec()
77 (void)add_symbol(obj, symbol_end, d->section.size, 0, d->index); in add_datasec()
79 free(symbol_end); in add_datasec()
Dbin2obj.c56 t->symbol_begin, t->symbol_end, t->binary_filename, t->writable, t->align)) in bin2obj()
Dbin2obj.h39 char *symbol_end; member