Lines Matching refs:notes
553 void *notes;
558 notes = data;
565 notes = malloc (filesz);
566 if (unlikely (notes == NULL))
573 xlateto.d_buf = notes;
583 memcpy (notes, data, filesz);
584 xlatefrom.d_buf = notes;
589 free (notes);
595 const GElf_Nhdr *nh = notes;
606 void *note_name = notes + len;
614 void *note_desc = notes + len;
628 - (const void *) notes
637 nh = (void *) notes + len;
640 if (notes != data)
641 free (notes);