Searched refs:ran_strx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/include/
H A Dranlib.h44 long ran_strx; /* string table index */ member in union:ranlib::__anon7340
/freebsd-13-stable/contrib/bmake/
H A Dranlib.h10 * The ran_strx fields index the string table whose first byte is numbered 0.
25 off_t ran_strx; /* string table index of */ member in union:ranlib::__anon335
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp916 uint32_t ran_strx = 0; local
917 ran_strx = read32le(ranlibs);
921 buf += ran_strx;
932 uint64_t ran_strx = 0; local
933 ran_strx = read64le(ranlibs);
937 buf += ran_strx;

Completed in 108 milliseconds