Home
last modified time | relevance | path

Searched refs:st_size (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c914 zeros = calloc(1, sym->st_size); in handle_moddevtable()
923 do_table(symval, sym->st_size, in handle_moddevtable()
928 do_usb_table(symval, sym->st_size, mod); in handle_moddevtable()
930 do_table(symval, sym->st_size, in handle_moddevtable()
934 do_table(symval, sym->st_size, in handle_moddevtable()
938 do_table(symval, sym->st_size, in handle_moddevtable()
942 do_table(symval, sym->st_size, in handle_moddevtable()
946 do_table(symval, sym->st_size, in handle_moddevtable()
950 do_table(symval, sym->st_size, in handle_moddevtable()
954 do_table(symval, sym->st_size, in handle_moddevtable()
[all …]
H A Dmodpost.c347 *size = st.st_size; in grab_file()
536 sym->st_size = TO_NATIVE(sym->st_size); in parse_elf()
1972 if (st.st_size != b->pos) in write_if_changed()
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c294 if (st.st_size == 0) { in do_config_file()
298 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in do_config_file()
305 parse_config_file(map, st.st_size); in do_config_file()
307 munmap(map, st.st_size); in do_config_file()
386 if (st.st_size == 0) { in print_deps()
391 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in print_deps()
398 parse_dep_file(map, st.st_size); in print_deps()
400 munmap(map, st.st_size); in print_deps()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h57 __off_t st_size; /* Size of file, in bytes. */ member
62 __off64_t st_size; /* Size of file, in bytes. */ member
107 __off64_t st_size; /* Size of file, in bytes. */ member
149 __off_t st_size; member
153 __off64_t st_size; member
198 __off64_t st_size; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c57 munmap(ehdr_curr, sb.st_size); in cleanup()
177 addr = mmap(0, sb.st_size, PROT_READ|PROT_WRITE, MAP_PRIVATE, in mmap_file()
182 addr = umalloc(sb.st_size); in mmap_file()
183 uread(fd_map, addr, sb.st_size); in mmap_file()
H A Drecordmcount.h200 shstr->sh_offset = _w(sb.st_size); in append_func()
201 t += sb.st_size; in append_func()
206 ulseek(fd_map, sb.st_size, SEEK_SET); in append_func()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dstat.h28 off_t st_size; member
66 long long st_size; member
107 off_t st_size; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h172 Elf32_Word st_size; member
184 Elf64_Xword st_size; /* Associated symbol size */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dfstree.c63 st.st_size)); in read_fstree()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h34 off_t st_size;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h381 Elf32_Word st_size; /* Symbol size */ member
394 Elf64_Xword st_size; /* Symbol size */ member
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c795 lFileSize = fileStat.st_size; in Open_PQ_Bin()