Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:notes

461     void *notes;
463 notes = data;
466 notes = malloc (filesz);
467 if (unlikely (notes == NULL))
472 xlateto.d_buf = notes;
479 const GElf_Nhdr *nh = notes;
480 while ((const void *) nh < (const void *) notes + filesz)
484 if (unlikely ((size_t) ((const void *) notes + filesz
493 build_id_vaddr = note_desc - (const void *) notes + vaddr;
505 if (notes != data)
506 free (notes);