Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:notes

145 			   GElf_Phdr *notes)
158 if (notes != NULL)
159 notes->p_type = PT_NULL;
177 if (notes != NULL)
179 *notes = *phdr;
180 notes = NULL;
427 Elf_Data *notes = elf_getdata_rawchunk (elf,
431 if (likely (notes != NULL))
437 while ((pos = gelf_getnote (notes, pos, &nhdr,
441 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE"))
443 auxv = notes->d_buf + desc_pos;