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

/freebsd-11.0-release/include/
H A Dranlib.h42 long ran_strx; /* string table index */ member in union:ranlib::__anon6522
/freebsd-11.0-release/contrib/binutils/include/aout/
H A Dranlib.h60 #define ran_strx string_offset macro
/freebsd-11.0-release/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::__anon702
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DArchive.cpp556 uint32_t ran_strx = 0; local
557 ran_strx = read32le(ranlibs);
561 buf += ran_strx;

Completed in 61 milliseconds