Searched refs:st_size (Results 51 - 75 of 114) sorted by relevance

12345

/linux-master/usr/
H A Dgen_init_cpio.c369 if (buf.st_size > 0xffffffff) {
375 if (do_csum && cpio_mkfile_csum(file, buf.st_size, &csum) < 0) {
384 size = buf.st_size;
/linux-master/tools/perf/util/
H A Dgenelf.c89 .st_size = 0,
96 .st_size = 0, /* for now */
387 symtab[1].st_size = csize;
H A Dsrccode.c127 h->maplen = st.st_size;
/linux-master/tools/include/nolibc/
H A Dtypes.h193 off_t st_size; /* total size, in bytes */ member in struct:stat
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c112 long st_size; member in struct:stat64_emu31
140 tmp.st_size = stat->size;
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c266 elf.begin = mmap(0, stat.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
276 assert_ge(stat.st_size, sizeof(*elf.ehdr), "%lu");
/linux-master/arch/x86/boot/tools/
H A Dbuild.c217 if (_edata != sb.st_size)
219 sb.st_size);
/linux-master/tools/testing/selftests/sgx/
H A Dload.c63 bin = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
70 encl->bin_size = sb.st_size;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c410 clk_name = malloc(st.st_size);
413 TEST_ASSERT(fgets(clk_name, st.st_size, fp), "failed to read clocksource file: %d",
/linux-master/include/uapi/linux/
H A Delf.h191 Elf32_Word st_size; member in struct:elf32_sym
203 Elf64_Xword st_size; /* Associated symbol size */ member in struct:elf64_sym
/linux-master/scripts/kconfig/
H A Dconfdata.c68 if (st1.st_size != st2.st_size)
71 map1 = mmap(NULL, st1.st_size, PROT_READ, MAP_PRIVATE, fd1, 0);
75 map2 = mmap(NULL, st2.st_size, PROT_READ, MAP_PRIVATE, fd2, 0);
79 if (bcmp(map1, map2, st1.st_size))
/linux-master/scripts/
H A Drecordmcount.h282 shstr->sh_offset = _w(sb.st_size);
283 t += sb.st_size;
290 if (ulseek(sb.st_size, SEEK_SET) < 0)
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c105 long long st_size; member in struct:oldabi_stat64
134 tmp.st_size = stat->size;
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py76 if os.path.isfile(path) and os.stat(path).st_size == size:
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c143 len = fi.st_size + 1;
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c123 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1);
/linux-master/include/net/9p/
H A D9p.h418 u64 st_size; member in struct:p9_stat_dotl
/linux-master/fs/
H A Dstat.c346 tmp.st_size = stat->size;
423 tmp.st_size = stat->size;
572 tmp.st_size = stat->size;
738 tmp.st_size = stat->size;
/linux-master/arch/um/os-Linux/
H A Dstart_up.c333 size = (buf.st_size + UM_KERN_PAGE_SIZE) & ~(UM_KERN_PAGE_SIZE - 1);
/linux-master/arch/um/drivers/
H A Dvector_user.c832 bpf_prog->len = statbuf.st_size / sizeof(struct sock_filter);
839 bpf = uml_kmalloc(statbuf.st_size, UM_GFP_KERNEL);
845 res = os_read_file(ffd, bpf, statbuf.st_size);
846 if (res < statbuf.st_size) {
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c594 v9inode->netfs.remote_i_size = stat->st_size;
596 v9fs_i_size_write(inode, stat->st_size);
624 v9inode->netfs.remote_i_size = stat->st_size;
625 v9fs_i_size_write(inode, stat->st_size);
/linux-master/scripts/mod/
H A Dmodpost.c120 buf = NOFAIL(malloc(st.st_size + 1));
122 nbytes = st.st_size;
135 buf[st.st_size] = '\0';
400 *size = st.st_size;
553 sym->st_size = TO_NATIVE(sym->st_size);
2013 if (st.st_size != b->pos)
H A Dfile2alias.c1625 zeros = calloc(1, sym->st_size);
1633 do_usb_table(symval, sym->st_size, mod);
1635 do_of_table(symval, sym->st_size, mod);
1637 do_pnp_device_entry(symval, sym->st_size, mod);
1639 do_pnp_card_entries(symval, sym->st_size, mod);
1647 do_table(symval, sym->st_size, p->id_size,
/linux-master/arch/mips/boot/tools/
H A Drelocs.c346 sym->st_size = elf_xword_to_cpu(sym->st_size);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c489 id->cnt = sym.st_size / sizeof(uint64_t) - 1;
501 id->cnt = sym.st_size / sizeof(int) - 1;

Completed in 233 milliseconds

12345