Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h3719 char s_name_buf[SCNNMLEN + 1]; in coff_write_object_contents() local
3735 snprintf (s_name_buf, SCNNMLEN + 1, "/%lu", (unsigned long) string_size); in coff_write_object_contents()
3737 strncpy (section.s_name, s_name_buf, SCNNMLEN); in coff_write_object_contents()