HomeSort by relevance Sort by last modified time
    Searched refs:ELF_C_FDREAD (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf_cntl.c 80 case ELF_C_FDREAD:
libelf.h 120 ELF_C_FDREAD, /* Read rest of data so that file descriptor
  /external/elfutils/libdwfl/
offline.c 166 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0)
dwfl_module_getdwarf.c 628 if (mod->main.fd != -1 && elf_cntl (mod->main.elf, ELF_C_FDREAD) == 0)
633 if (debugfile->fd != -1 && elf_cntl (debugfile->elf, ELF_C_FDREAD) == 0)

Completed in 31 milliseconds