Lines Matching refs:raw_size
296 uint64_t raw_size; in handle_core_note() local
336 raw_size = 0; in handle_core_note()
341 raw_size = (uint64_t)*((uint32_t *) in handle_core_note()
351 raw_size = *((uint64_t *)(uintptr_t) in handle_core_note()
360 (void)xlatetom(elf, elfhdr, &raw_size, in handle_core_note()
361 &raw_size, ELF_T_WORD, sizeof(uint64_t)); in handle_core_note()
366 if (raw_size != 0 && style == STYLE_SYSV) { in handle_core_note()
371 tbl_print_num(raw_size, radix, 1); in handle_core_note()
376 tbl_print_num(raw_size, radix, 1); in handle_core_note()
379 text_size_total += raw_size; in handle_core_note()
381 text_size_total += raw_size; in handle_core_note()