Home | History | Annotate | Download | only in src

Lines Matching refs:hdr

4216   GElf_Nhdr *hdr = d->d_buf;
4217 hdr->n_namesz = sizeof (ELF_NOTE_GNU);
4218 hdr->n_type = NT_GNU_BUILD_ID;
4219 char *dp = mempcpy (hdr + 1, ELF_NOTE_GNU, sizeof (ELF_NOTE_GNU));
4235 hdr->n_descsz = SHA1_DIGEST_SIZE;
4251 hdr->n_descsz = MD5_DIGEST_SIZE;
4265 hdr->n_descsz = 16;