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

/freebsd-12-stable/include/
H A Dranlib.h44 long ran_strx; /* string table index */ member in union:ranlib::__anon8339
/freebsd-12-stable/contrib/binutils/include/aout/
H A Dranlib.h60 #define ran_strx string_offset macro
/freebsd-12-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::__anon927
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp920 uint32_t ran_strx = 0; local
921 ran_strx = read32le(ranlibs);
925 buf += ran_strx;
936 uint64_t ran_strx = 0; local
937 ran_strx = read64le(ranlibs);
941 buf += ran_strx;

Completed in 69 milliseconds