Lines Matching refs:notes
126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() argument
133 if (notes != NULL) in dwfl_report_core_segments()
134 notes->p_type = PT_NULL; in dwfl_report_core_segments()
152 if (notes != NULL) in dwfl_report_core_segments()
154 *notes = *phdr; in dwfl_report_core_segments()
155 notes = NULL; in dwfl_report_core_segments()
497 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
501 if (likely (notes != NULL)) in dwfl_core_file_report()
507 while ((pos = gelf_getnote (notes, pos, &nhdr, in dwfl_core_file_report()
510 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")) in dwfl_core_file_report()
514 auxv = notes->d_buf + desc_pos; in dwfl_core_file_report()
519 note_file = notes->d_buf + desc_pos; in dwfl_core_file_report()