Searched refs:raw_size (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_data.c | 45 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_getdata() local 95 raw_size = (uint64_t) e->e_rawsize; in elf_getdata() 98 (sh_offset > raw_size || sh_size > raw_size - sh_offset))) { in elf_getdata() 221 uint64_t sh_align, sh_offset, sh_size, raw_size; in elf_rawdata() local 259 raw_size = (uint64_t) e->e_rawsize; in elf_rawdata() 261 (sh_offset > raw_size || sh_size > raw_size - sh_offset)) { in elf_rawdata()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 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() [all …]
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_ns.c | 70 ns->dev.spa_len = num_regions * e->label.raw_size; in nvdimm_create_namespaces()
|
H A D | nvdimm_var.h | 61 uint64_t raw_size; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.cpp | 272 std::optional<uint64_t> raw_size = *raw_size_or_error; in DumpTraceInfo() local 284 if (raw_size) in DumpTraceInfo() 285 s.Format(" Raw trace size: {0} KiB\n", *raw_size / 1024); in DumpTraceInfo()
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_syspd.c | 113 sectors = pd_info->raw_size; in mfi_syspd_attach()
|
H A D | mfireg.h | 1136 uint64_t raw_size; member
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | libtest.kshlib | 682 raw_size=`get_disk_size $disk` 683 (( available_size = raw_size * 95 / 100 ))
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_show.c | 323 humanize_number(buf, 6, info->raw_size * 512, "", in print_pd()
|
H A D | mfi_config.c | 1145 (uintmax_t)pinfo.raw_size); in dump_config()
|