Home | History | Annotate | Download | only in backends

Lines Matching refs:nhdr

193 EBLHOOK(core_note) (nhdr, name, regs_offset, nregloc, reglocs, nitems, items)
194 const GElf_Nhdr *nhdr;
202 switch (nhdr->n_namesz)
205 if (memcmp (name, "CORE", nhdr->n_namesz) == 0)
210 if (memcmp (name, "CORE", nhdr->n_namesz) == 0)
216 if (memcmp (name, "LINUX", nhdr->n_namesz) == 0)
221 if (nhdr->n_type != 0
234 switch (nhdr->n_type)
237 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus)))
247 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prpsinfo)))
258 if (nhdr->n_descsz != size) \
269 if (nhdr->n_descsz != size) \
280 if (nhdr->n_descsz != size) \