Home
last modified time | relevance | path

Searched refs:stripped_elf_fname (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/tools/stripdebug/
Dsearcharg.c35 extern char* stripped_elf_fname;
73 if( stripped_elf_fname != NULL) { //Prevent specifying duplications in SA_searchopt()
78 stripped_elf_fname = malloc(strlen(optarg)+1); in SA_searchopt()
79 strcpy(stripped_elf_fname, optarg); in SA_searchopt()
Dstripdebug.c31 char* stripped_elf_fname = NULL; variable
115 if( stripped_elf_fname != NULL) { in main()
116 elf_filename = stripped_elf_fname; in main()
146 …if( stripped_elf_fname == NULL) { //If there is no -o option, this is deallocated because of ma… in main()