Searched refs:mArch (Results 1 – 2 of 2) sorted by relevance
35 private String mArch; field in SoParser49 mArch = null; in SoParser()95 if (mArch == null) { in getAbiArchitecture()98 return mArch; in getAbiArchitecture()141 mArch = mElf.getArchitecture(); in parse()150 mArch = "unknown"; in parse()
40 private String mArch; field in OatParser