Searched defs:unstripped_fd (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dunstrip.c2086 int unstripped_fd = -1;
2090 unstripped_fd = open_file (unstripped_file, output_file == NULL);
2091 unstripped = elf_begin (unstripped_fd,
2118 close (unstripped_fd);
2084 int unstripped_fd = -1; local

Completed in 70 milliseconds