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

  /external/elfutils/0.153/src/
strip.c 463 int debug_fd = -1; local
492 debug_fd = mkstemp (tmp_debug_fname);
493 if (unlikely (debug_fd == -1))
544 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
    [all...]

Completed in 3464 milliseconds