Home | History | Annotate | Download | only in util

Lines Matching defs:re

514             ReadElf re = ReadElf.read(new File(arg));
515 re.getDynamicSymbol("x");
516 re.getSymbol("x");
520 symArr = re.getSymArr();
525 symArr = re.getDynSymArr();
527 if (re.mVerNeedEntryCnt > 0) {
546 re.close();
716 // Don't bother to re-read the Section Header StrTab.