Lines Matching refs:StrDup
48 t->symbol_begin = StrDup(DEFAULT_SYMBOL_BEGIN); in cook_args()
49 t->symbol_end = StrDup(DEFAULT_SYMBOL_END); in cook_args()
50 t->section_rodata = StrDup(DEFAULT_SECTION_RODATA); in cook_args()
51 t->section_rwdata = StrDup(DEFAULT_SECTION_RWDATA); in cook_args()
66 t->symbol_begin = StrDup(optarg); in cook_args()
72 t->symbol_end = StrDup(optarg); in cook_args()
81 t->symbol_begin = StrDup(COMPATIBLE_SYMBOL_BEGIN); in cook_args()
82 t->symbol_end = StrDup(COMPATIBLE_SYMBOL_END); in cook_args()
90 t->section_rodata = StrDup(optarg); in cook_args()
91 t->section_rwdata = StrDup(optarg); in cook_args()
139 t->binary_filename = StrDup(argv[optind + 0]); in cook_args()
140 t->object_filename = StrDup(argv[optind + 1]); in cook_args()
205 symbol = StrDup(symbol_format); in create_symbol_string()
327 char *StrDup(const char *str) in StrDup() function
454 *ext = StrDup(path + ext_top); in UnpackFileName()