Searched refs:note_phdr (Results 1 – 3 of 3) sorted by relevance
218 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()
47 free(ui->note_phdr); in _UCD_destroy()
92 void *note_phdr; /* allocated or NULL */ member