Searched refs:st_size (Results 1 - 25 of 74) sorted by relevance

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/sparc/
H A Ddt_isadep.c58 ftp->ftps_size = (size_t)symp->st_size;
80 if ((text = malloc(symp->st_size + 4)) == NULL) {
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
95 text[symp->st_size / 4] = 0;
99 ftp->ftps_size = symp->st_size;
102 for (i = 0; i < symp->st_size / 4; i++) {
183 if ((uintptr_t)dst >= (uintptr_t)symp->st_size)
246 (uintptr_t)symp->st_size) {
286 ftp->ftps_size = (size_t)symp->st_size;
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dstat.h66 _off_t st_size; member in struct:_stat
80 _off_t st_size; member in struct:stat
94 _off_t st_size; member in struct:_stat32
108 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat32i64
122 _off_t st_size; member in struct:_stat64i32
136 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stati64
150 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat64
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/i386/
H A Ddt_isadep.c62 ftp->ftps_size = (size_t)symp->st_size;
133 if ((text = calloc(1, symp->st_size + 4)) == NULL) {
138 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) {
146 ftp->ftps_size = (size_t)symp->st_size;
223 if (size == 5 && text[i] == DT_JMP32 && symp->st_size <=
228 if (size == 2 && text[i] == DT_JMP8 && symp->st_size <=
234 symp->st_size <=
239 if (size == 2 && DT_ISJ8(text[i]) && symp->st_size <=
269 ftp->ftps_size = (size_t)symp->st_size;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dstat.h76 _off_t st_size; member in struct:_stat
90 _off_t st_size; member in struct:stat
104 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stati64
118 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat64
/vbox/src/bldprogs/
H A Dfilesplitter.cpp170 *ppszFile = (char *)malloc(FileStat.st_size + 1);
174 size_t cbRead = fread(*ppszFile, 1, FileStat.st_size, pFile);
175 if ( cbRead <= (size_t)FileStat.st_size
178 if (ftell(pFile) == FileStat.st_size) /* (\r\n vs \n in the DOS world) */
194 rc = printErr("Failed to allocate %lu bytes\n", (unsigned long)(FileStat.st_size + 1));
214 if ((size_t)FileStat.st_size < cchSubContent)
H A Dpreload.cpp93 st.st_size = 64;
94 size_t cbFile = st.st_size < ~(size_t)0
95 ? (size_t)st.st_size
/vbox/src/libs/libxml2-2.6.31/
H A DtestRelax.c96 base = mmap(NULL, info.st_size, PROT_READ,
101 ctxt = xmlRelaxNGNewMemParserCtxt((char *)base,info.st_size);
109 munmap((char *) base, info.st_size);
H A DtestSchemas.c92 base = mmap(NULL, info.st_size, PROT_READ,
97 ctxt = xmlSchemaNewMemParserCtxt((char *)base,info.st_size);
105 munmap((char *) base, info.st_size);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Diccfix.c103 elf = mmap ( NULL, stat.st_size, ( PROT_READ | PROT_WRITE ),
128 munmap ( elf, stat.st_size );
H A Deinfo.c74 len = stat.st_size;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c298 desym.st_size = sym.st_size;
354 pEnd = pStart + sym1->st_size;
356 crDebug("VBox Entry: %p, start: %p(%s:%s), size: %li", pStart, dlip1.dli_saddr, dlip1.dli_fname, dlip1.dli_sname, sym1->st_size);
362 crDebug("Mesa Entry: %p, start: %p(%s:%s), size: %li", pMesaEntry, dlip.dli_saddr, dlip.dli_fname, dlip.dli_sname, sym->st_size);
367 if (sym->st_size<(pEnd-pStart))
375 if (sym->st_size<5)
410 if (sym->st_size>=FAKEDRI_JMP64_PATCH_SIZE || ignore_size)
440 pNode->pDstEnd = dlip.dli_saddr+sym->st_size;
465 if (sym->st_size
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A DldrELF32.h132 Elf32_Word st_size; /* Size associated with symbol. */ member in struct:__anon16609
H A DldrELF64.h135 Elf64_Xword st_size; /* Size associated with symbol. */ member in struct:__anon16618
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.c110 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
143 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
166 if ((lhs->st_size == 0) != (rhs->st_size == 0))
167 return (lhs->st_size == 0 ? 1 : -1);
195 if ((lhs->st_size == 0) != (rhs->st_size == 0))
196 return (lhs->st_size == 0 ? 1 : -1);
221 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
245 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size))
[all...]
H A Ddt_pid.c121 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0]));
165 if (off >= symp->st_size) {
216 if (symp->st_size == 0) {
217 dt_dprintf("st_size of %s is zero\n", func);
223 symp->st_size != pp->dpp_last.st_size) {
225 * Due to 4524008, _init and _fini may have a bloated st_size.
313 sym.st_size = Pstatus(pp->dpp_pr)->pr_dmodel ==
330 sym.st_shndx == SHN_UNDEF || sym.st_size == 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dwchar.h131 _off_t st_size; member in struct:_stat
145 _off_t st_size; member in struct:stat
159 _off_t st_size; member in struct:_stat32
173 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat32i64
187 _off_t st_size; member in struct:_stat64i32
201 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stati64
215 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat64
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf32.h199 Elf32_Word st_size; /* Size of associated object. */ member in struct:__anon9995
H A Delf64.h208 Elf64_Xword st_size; /* Size of associated object. */ member in struct:__anon10011
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstat.h55 off_t st_size; ///< file size, in bytes member in struct:stat
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dwchar.h141 _off_t st_size; member in struct:_stat
155 _off_t st_size; member in struct:stat
169 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stati64
183 __int64 DECLSPEC_ALIGN(8) st_size; member in struct:_stat64
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c467 info->size = sb.st_size;
518 info->size = statBuf.st_size;
845 mssb->st_size = statBuf.st_size;
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c706 out_uint32_le(out, filestat.st_size); /* Allocation size */
708 out_uint32_le(out, filestat.st_size); /* End of file */
1298 out_uint32_le(out, filestat.st_size); /* filesize low */
1300 out_uint32_le(out, filestat.st_size); /* filesize low */
1333 out_uint32_le(out, filestat.st_size); /* filesize low */
1335 out_uint32_le(out, filestat.st_size); /* filesize low */
1362 out_uint32_le(out, filestat.st_size); /* filesize low */
1364 out_uint32_le(out, filestat.st_size); /* filesize low */
H A Dprintercache.c196 *data = (uint8 *) xmalloc(st.st_size);
197 length = read(fd, *data, st.st_size);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs2-posix.cpp60 pObjInfo->cbObject = pStat->st_size;
H A Dsymlink-posix.cpp186 cbBuf = RT_MIN(RT_ALIGN_Z(s.st_size, 64), 64);

Completed in 2182 milliseconds

123