Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h3751 char s_name_buf[SCNNMLEN + 1]; in coff_write_object_contents() local
3767 snprintf (s_name_buf, SCNNMLEN + 1, "/%lu", (unsigned long) string_size); in coff_write_object_contents()
3769 strncpy (section.s_name, s_name_buf, SCNNMLEN); in coff_write_object_contents()