Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java109 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) { in Symbol() argument
114 this.value = st_value; in Symbol()
987 long st_value; in readSymbolTable() local
994 st_value = readAddr(); in readSymbolTable()
997 st_value = readAddr(); in readSymbolTable()
1011 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other); in readSymbolTable()