Searched refs:symbol_end (Results 1 – 4 of 4) sorted by relevance
49 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()
45 char *symbol_end; // End of symbol name (after %f conversion) in add_datasec() local75 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()
56 t->symbol_begin, t->symbol_end, t->binary_filename, t->writable, t->align)) in bin2obj()
39 char *symbol_end; member