Home
last modified time | relevance | path

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

/third_party/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_corefile_elf.c51 if (lseek(ui->coredump_fd, phdr->p_offset, SEEK_SET) != (off_t)phdr->p_offset) in _UCD_elf_read_segment()
66 if (read(ui->coredump_fd, *segment, *segment_size) != (ssize_t)*segment_size) in _UCD_elf_read_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.c45 … ei->image = mmap(NULL, phdr->p_memsz, PROT_READ, MAP_PRIVATE, ui->coredump_fd, phdr->p_offset); in CD_elf_map_image()
D_UCD_create.c64 int fd = ui->coredump_fd = open(filename, O_RDONLY); in _UCD_create()