HomeSort by relevance Sort by last modified time
    Searched full:debug_fd (Results 1 - 1 of 1) sorted by null

  /external/elfutils/src/
strip.c 437 int debug_fd = -1; local
464 debug_fd = mkstemp (tmp_debug_fname);
465 if (unlikely (debug_fd == -1))
516 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
    [all...]

Completed in 44 milliseconds