Searched refs:stripped_elf_fname (Results 1 – 2 of 2) sorted by relevance
35 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()
31 char* stripped_elf_fname = NULL; variable115 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()