Home
last modified time | relevance | path

Searched refs:coredump_fd (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/coredump/
D_UCD_destroy.c32 if (ui->coredump_fd >= 0) in _UCD_destroy()
33 close(ui->coredump_fd); in _UCD_destroy()
D_UCD_create.c94 int fd = ui->coredump_fd = open(filename, O_RDONLY); in _UCD_create()
359 if (lseek(ui->coredump_fd, phdr->p_offset, SEEK_SET) != (off_t)phdr->p_offset in _UCD_add_backing_file_at_segment()
360 || (uoff_t)read(ui->coredump_fd, core_buf, phdr->p_filesz) != phdr->p_filesz in _UCD_add_backing_file_at_segment()
D_UCD_internal.h88 int coredump_fd; member
D_UCD_access_mem.c77 fd = ui->coredump_fd; in _UCD_access_mem()
D_UCD_elf_map_image.c41 … ei->image = mmap(NULL, phdr->p_memsz, PROT_READ, MAP_PRIVATE, ui->coredump_fd, phdr->p_offset); in CD_elf_map_image()