HomeSort by relevance Sort by last modified time
    Searched refs:ran_strx (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 61 #define ran_strx string_offset macro
  /external/llvm/lib/Object/
Archive.cpp 614 uint32_t ran_strx = 0; local
615 ran_strx = read32le(ranlibs);
619 buf += ran_strx;
630 uint64_t ran_strx = 0; local
631 ran_strx = read64le(ranlibs);
635 buf += ran_strx;

Completed in 101 milliseconds