Lines Matching refs:nhdr
213 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK()
218 switch (nhdr->n_namesz) in EBLHOOK()
221 if (memcmp (name, "CORE", nhdr->n_namesz) == 0) in EBLHOOK()
226 if (memcmp (name, "CORE", nhdr->n_namesz) == 0) in EBLHOOK()
232 if (memcmp (name, "LINUX", nhdr->n_namesz) == 0) in EBLHOOK()
237 if (nhdr->n_type != 0 in EBLHOOK()
250 switch (nhdr->n_type) in EBLHOOK()
253 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus))) in EBLHOOK()
263 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prpsinfo))) in EBLHOOK()
274 if (nhdr->n_descsz != size) \ in EBLHOOK()
285 if (nhdr->n_descsz != size) \ in EBLHOOK()
296 if (nhdr->n_descsz != size) \ in EBLHOOK()