Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:notes

293     void *notes;
295 notes = data;
298 notes = malloc (filesz);
299 if (unlikely (notes == NULL))
304 xlateto.d_buf = notes;
311 const GElf_Nhdr *nh = notes;
312 while ((const void *) nh < (const void *) notes + filesz)
316 if (unlikely ((size_t) ((const void *) notes + filesz
325 build_id_vaddr = note_desc - (const void *) notes + vaddr;
337 if (notes != data)
338 free (notes);