Home
last modified time | relevance | path

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

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