Lines Matching refs:n_descsz
320 xlatetom(elf, elfhdr, &nhdr->n_descsz, &nhdr_l.n_descsz, in handle_core_note()
328 ELF_ALIGN(nhdr_l.n_descsz, 4) >= segment_end) { in handle_core_note()
391 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
396 tbl_print_num(nhdr_l.n_descsz, radix, in handle_core_note()
400 text_size_total += nhdr_l.n_descsz; in handle_core_note()
402 text_size_total += nhdr_l.n_descsz; in handle_core_note()
410 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
412 text_size_total += nhdr_l.n_descsz; in handle_core_note()
421 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
426 tbl_print_num(nhdr_l.n_descsz, radix, in handle_core_note()
430 text_size_total += nhdr_l.n_descsz; in handle_core_note()
432 text_size_total += nhdr_l.n_descsz; in handle_core_note()
439 if (nhdr_l.n_descsz == 0x78 && in handle_core_note()
444 } else if (nhdr_l.n_descsz == 0x6c && in handle_core_note()
469 NEXT_NOTE(elfhdr, nhdr_l.n_descsz, nhdr_l.n_namesz, offset); in handle_core_note()