Lines Matching refs:notes
126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
133 if (notes != NULL)
134 notes->p_type = PT_NULL;
152 if (notes != NULL)
154 *notes = *phdr;
155 notes = NULL;
516 Elf_Data *notes = elf_getdata_rawchunk (elf,
522 if (likely (notes != NULL))
528 while ((pos = gelf_getnote (notes, pos, &nhdr,
531 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE"))
535 auxv = notes->d_buf + desc_pos;
540 note_file = notes->d_buf + desc_pos;