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

  /external/elfutils/src/
strip.c 118 static int debug_fd = -1; variable
471 debug_fd = -1;
500 debug_fd = mkstemp (tmp_debug_fname);
501 if (unlikely (debug_fd == -1))
563 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
    [all...]
ChangeLog 327 * strip.c (debug_fd): New static variable.
332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call
    [all...]

Completed in 116 milliseconds