Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:notes

144 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
151 if (notes != NULL)
152 notes->p_type = PT_NULL;
170 if (notes != NULL)
172 *notes = *phdr;
173 notes = NULL;
449 Elf_Data *notes = elf_getdata_rawchunk (elf,
453 if (likely (notes != NULL))
459 while ((pos = gelf_getnote (notes, pos, &nhdr,
463 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE"))
465 auxv = notes->d_buf + desc_pos;