| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 914 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 D | modpost.c | 347 *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 D | fixdep.c | 294 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 D | stat.h | 57 __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 D | recordmcount.c | 57 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 D | recordmcount.h | 200 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 D | stat.h | 28 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 D | elf.h | 172 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 D | fstree.c | 63 st.st_size)); in read_fstree()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | stat.h | 34 off_t st_size;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | elf.h | 381 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 D | drvPQ.c | 795 lFileSize = fileStat.st_size; in Open_PQ_Bin()
|