Searched refs:st_other (Results 1 – 1 of 1) 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 114 this.other = st_other; in Symbol() 990 int st_other; in readSymbolTable() local 993 st_other = readByte(); in readSymbolTable() 1001 st_other = readByte(); in readSymbolTable() 1012 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other); in readSymbolTable()
|