Searched refs:Symbol (Results 1 – 6 of 6) sorted by relevance
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 78 public static class Symbol { class in ReadElf 107 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) { in Symbol() method in ReadElf.Symbol 534 private Map<String, Symbol> mSymbols; 537 private Symbol[] mSymArr; 540 private Map<String, Symbol> mDynamicSymbols; 543 private Symbol[] mDynSymArr; 582 Symbol[] symArr; in main() 675 public Map<String, Symbol> getSymbols() throws IOException { in getSymbols() 682 public Symbol[] getSymArr() throws IOException { in getSymArr() 689 public Map<String, Symbol> getDynamicSymbols() throws IOException { in getDynamicSymbols() [all …]
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 120 final ReadElf.Symbol[] dynSymbolArr = elf.getDynSymArr(); in checkReadElf() 179 private void chkDynSymbol(File targetFile, ReadElf.Symbol[] dynSymbolArr) throws IOException { in chkDynSymbol()
|
/test/suite_harness/common/util/tests/assets/ |
D | arm64_libdl.txt | 145 Symbol table '.dynsym' contains 44 entries:
|
D | arm32_libdl.txt | 148 Symbol table '.dynsym' contains 46 entries:
|
D | x86app_process32.txt | 213 Symbol table '.dynsym' contains 76 entries:
|
D | x86app_process64.txt | 249 Symbol table '.dynsym' contains 71 entries:
|