Searched refs:st_size (Results 201 - 225 of 239) sorted by relevance

12345678910

/external/linux-tools-perf/util/
H A Dsession.c56 if (!input_stat.st_size) {
77 self->size = input_stat.st_size;
/external/elfutils/src/
H A Dldgeneric.c585 && unlikely (oldp->size != sym->st_size))
589 (uint64_t) sym->st_size, fileinfo->rfname);
729 oldp->size = MAX (oldp->size, sym->st_size);
752 oldp->size = sym->st_size;
1548 newp->size = sym->st_size;
3724 sym->st_size = 0;
3732 sym->st_size = data->d_size;
4720 sym->st_size = 0;
5538 sym->st_size = runp->size;
H A Dunstrip.c777 s->size = sym->st_size;
1703 sym.st_size = s->size;
H A Dar.c794 || copy_content (elf, newfd, rest_off, st.st_size - rest_off)
/external/blktrace/
H A Dblktrace.c1718 } else if (sb.st_size > (off_t)iop->data_queued) {
1719 iop->ready = sb.st_size - iop->data_queued;
1720 iop->data_queued = sb.st_size;
H A Dblkparse.c2434 if (!st.st_size)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/libelf/
H A Delf.h389 Elf32_Word st_size; /* Symbol size */ member in struct:__anon18451
402 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon18452
/external/blktrace/btreplay/
H A Dbtreplay.c879 if (buf.st_size < (off_t)sizeof(hdr)) {
/external/chromium_org/base/
H A Dfile_util_posix.cc675 results->size = file_info.st_size;
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c856 if (st.st_size < (size_t)len) {
861 (int)len, (int)st.st_size));
869 tdb->map_size = st.st_size;
3941 tdb->map_size = st.st_size;
/external/jhead/
H A Djhead.c799 ImageInfo.FileSize = st.st_size;
/external/linux-tools-perf/
H A Dbuiltin-script.c1197 if (!perf_stat.st_size) {
/external/llvm/include/llvm/Object/
H A DELF.h183 Elf_Word st_size; // Size of the symbol member in struct:llvm::object::Elf_Sym_Base
197 Elf_Xword st_size; // Size of the symbol member in struct:llvm::object::Elf_Sym_Base
1118 if (symb->st_size == 0)
1120 Result = symb->st_size;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp657 W.printNumber("Size", Symbol->st_size);
/external/qemu/block/
H A Draw-posix.c596 return st.st_size;
H A Dvvfat.c756 if (st.st_size > 0x7fffffff) {
761 direntry->size=cpu_to_le32(S_ISDIR(st.st_mode)?0:st.st_size);
764 if(!is_dot && !is_dotdot && (S_ISDIR(st.st_mode) || st.st_size)) {
767 s->current_mapping->end=st.st_size;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c262 (_p_vgstat)->size = (Long) ( (_p_vkistat)->st_size ); \
/external/valgrind/main/perf/
H A Dtinycc.c380 Elf32_Word st_size; /* Symbol size */ member in struct:__anon28823
393 Elf64_Xword st_size; /* Symbol size */ member in struct:__anon28824
6972 esym->st_size = size;
14573 ((Elf32_Sym *)symtab_section->data)[sym->c].st_size =
18219 sym->st_size = size;
18338 esym->st_size = size;
18502 offset += sym->st_size;
18956 put_got_entry(s1, reloc_type, sym->st_size, sym->st_info,
18975 put_got_entry(s1, reloc_type, sym->st_size, sym->st_info,
18994 put_got_entry(s1, reloc_type, sym->st_size, sy
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c173 sym_svma, space, sym->st_size + 0UL,
244 the size be 1. Note that sym->st_size has type UWord,
246 { Word size_tmp = (Word)sym->st_size;
253 sym->st_size. */
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc803 size_t nexe_bytes_read = static_cast<size_t>(stat_buf.st_size);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c786 iRet = sStat.st_size;
/external/mksh/src/
H A Dmisc.c1351 #define pathlen sb.st_size
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1610 inode.i_size = statbuf.st_size;
/external/openssh/
H A Dsftp-client.c1410 start_progress_meter(local_path, sb.st_size, &offset);

Completed in 826 milliseconds

12345678910