Home
last modified time | relevance | path

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

/external/libunwind/src/coredump/
D_UCD_create.c218 ui->note_phdr = malloc(cur->p_filesz); in _UCD_create()
220 || (uoff_t)read(fd, ui->note_phdr, cur->p_filesz) != cur->p_filesz) in _UCD_create()
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz); in _UCD_create()
230 note_hdr = (Elf32_Nhdr *)ui->note_phdr; in _UCD_create()
243 note_hdr = (Elf32_Nhdr *)ui->note_phdr; in _UCD_create()
D_UCD_destroy.c47 free(ui->note_phdr); in _UCD_destroy()
D_UCD_internal.h92 void *note_phdr; /* allocated or NULL */ member