Searched refs:st_shndx (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 109 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) { in Symbol() argument 113 this.shndx = st_shndx; in Symbol() 986 int st_shndx; in readSymbolTable() local 993 st_shndx = readHalf(); in readSymbolTable() 1001 st_shndx = readHalf(); in readSymbolTable() 1011 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other); in readSymbolTable()
|