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