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

/freebsd-current/include/
H A Dranlib.h40 long ran_strx; /* string table index */ member in union:ranlib::__anon58
/freebsd-current/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::__anon257
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp1148 uint32_t ran_strx = 0; local
1149 ran_strx = read32le(ranlibs);
1153 buf += ran_strx;
1164 uint64_t ran_strx = 0; local
1165 ran_strx = read64le(ranlibs);
1169 buf += ran_strx;

Completed in 134 milliseconds