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

/netbsd-current/include/
H A Dranlib.h42 long ran_strx; /* string table index */ member in union:ranlib::__anon7413
/netbsd-current/external/gpl3/gdb.old/dist/include/aout/
H A Dranlib.h61 #define ran_strx string_offset macro
/netbsd-current/external/gpl3/gdb/dist/include/aout/
H A Dranlib.h61 #define ran_strx string_offset macro
/netbsd-current/external/gpl3/binutils.old/dist/include/aout/
H A Dranlib.h61 #define ran_strx string_offset macro
/netbsd-current/external/gpl3/binutils/dist/include/aout/
H A Dranlib.h61 #define ran_strx string_offset macro
/netbsd-current/external/apache2/llvm/dist/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 209 milliseconds