Home
last modified time | relevance | path

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

/external/libunwind/src/coredump/
D_UCD_create.c357 char *core_buf = malloc(phdr->p_filesz); in _UCD_add_backing_file_at_segment() local
360 || (uoff_t)read(ui->coredump_fd, core_buf, phdr->p_filesz) != phdr->p_filesz in _UCD_add_backing_file_at_segment()
365 free(core_buf); in _UCD_add_backing_file_at_segment()
374 int r = memcmp(core_buf, file_buf, phdr->p_filesz); in _UCD_add_backing_file_at_segment()
375 free(core_buf); in _UCD_add_backing_file_at_segment()