Searched refs:st_size (Results 1 – 5 of 5) sorted by relevance
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 107 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) { in Symbol() argument 113 this.size = st_size; in Symbol() 989 long st_size; in readSymbolTable() local 996 st_size = readX(mAddrSize); in readSymbolTable() 999 st_size = readWord(); in readSymbolTable() 1012 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other); in readSymbolTable()
|
/test/vts/drivers/shell/ |
D | ShellDriver.cpp | 273 return rc == 0 ? stat_buf.st_size : -1; in GetFileSize()
|
/test/vts/utils/python/library/vtable/ |
D | vtable_dumper.py | 215 vtable_end = sym.st_value + sym.st_size
|
/test/vts/utils/python/library/ |
D | elf_parser.py | 81 self._file_size = os.fstat(self._file.fileno()).st_size
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 445 totalSize += st.st_size; in getCompilationCacheSize()
|