Lines Matching refs:n_descsz
291 xlatetom(elf, elfhdr, &nhdr->n_descsz, &nhdr_l.n_descsz, in handle_core_note()
299 ELF_ALIGN(nhdr_l.n_descsz, 4) >= segment_end) { in handle_core_note()
362 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
367 tbl_print_num(nhdr_l.n_descsz, radix, in handle_core_note()
371 text_size_total += nhdr_l.n_descsz; in handle_core_note()
373 text_size_total += nhdr_l.n_descsz; in handle_core_note()
381 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
383 text_size_total += nhdr_l.n_descsz; in handle_core_note()
392 tbl_print_num(nhdr_l.n_descsz, radix, 1); in handle_core_note()
397 tbl_print_num(nhdr_l.n_descsz, radix, in handle_core_note()
401 text_size_total += nhdr_l.n_descsz; in handle_core_note()
403 text_size_total += nhdr_l.n_descsz; in handle_core_note()
410 if (nhdr_l.n_descsz == 0x78 && in handle_core_note()
415 } else if (nhdr_l.n_descsz == 0x6c && in handle_core_note()
440 NEXT_NOTE(elfhdr, nhdr_l.n_descsz, nhdr_l.n_namesz, offset); in handle_core_note()