Searched refs:nhdrp (Results 1 – 1 of 1) sorted by relevance
110 Elf32_Nhdr *nhdrp; in kexec_bn2cl() local136 nhdrp = (Elf32_Nhdr *) (bhdrp + 1); in kexec_bn2cl()138 while (nhdrp->n_type != EBN_COMMAND_LINE) { in kexec_bn2cl()140 desc = (unsigned char *) (nhdrp + 1); in kexec_bn2cl()141 desc += roundupsz(nhdrp->n_descsz); in kexec_bn2cl()143 nhdrp = (Elf32_Nhdr *) desc; in kexec_bn2cl()146 if ((unsigned char *) (nhdrp + 1) > in kexec_bn2cl()154 command_line = (unsigned char *) (nhdrp + 1); in kexec_bn2cl()