Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.h61 extern ssize_t strtab_write(const strtab_t *,
H A Dstrtab.c211 strtab_write(const strtab_t *sp, in strtab_write() function
H A Dctf.c671 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos); in write_buffer()
695 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf); in write_compressed_buffer()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc1512 unsigned strtab_write (const char *s, unsigned l);
1513 void strtab_write (tree decl, int);
1951 elf_out::strtab_write (const char *s, unsigned l) in strtab_write() function in elf_out
1965 elf_out::strtab_write (tree decl, int inner) in strtab_write() function in elf_out
1971 strtab_write (ctx, -1); in strtab_write()
1976 strtab_write (IDENTIFIER_POINTER (name), IDENTIFIER_LENGTH (name)); in strtab_write()
1979 strtab_write (&"::{}"[inner+1], 2); in strtab_write()
1994 *slot = strtab_write (IDENTIFIER_POINTER (ident), in name()
2007 return strtab_write (literal, strlen (literal) + 1); in name()
2019 strtab_write (decl, is_defn); in qualified_name()
[all …]