Searched refs:sputl64 (Results 1 – 1 of 1) sorted by relevance
115 static char *sputl64(uint64_t, char *);789 dst = is64 ? sputl64(nsyms, dst) : sputl32(nsyms, dst); in writesymtab()796 dst = is64 ? sputl64((*ptr)->ar_offset, dst) : in writesymtab()1403 sputl64(uint64_t n, char *cp) in sputl64() function