Searched refs:note_hdr (Results 1 – 1 of 1) sorted by relevance
215 Elf32_Nhdr *note_hdr, *note_end; in _UCD_create() local230 note_hdr = (Elf32_Nhdr *)ui->note_phdr; in _UCD_create()231 while (NOTE_FITS (note_hdr, note_end)) in _UCD_create()233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()236 note_hdr = NOTE_NEXT (note_hdr); in _UCD_create()243 note_hdr = (Elf32_Nhdr *)ui->note_phdr; in _UCD_create()244 while (NOTE_FITS (note_hdr, note_end)) in _UCD_create()246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()247 ui->threads[n_threads++] = NOTE_DATA (note_hdr); in _UCD_create()249 note_hdr = NOTE_NEXT (note_hdr); in _UCD_create()