Home
last modified time | relevance | path

Searched refs:sputl64 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c114 static char *sputl64(uint64_t, char *);
788 dst = is64 ? sputl64(nsyms, dst) : sputl32(nsyms, dst); in writesymtab()
795 dst = is64 ? sputl64((*ptr)->ar_offset, dst) : in writesymtab()
1401 sputl64(uint64_t n, char *cp) in sputl64() function