Lines Matching defs:buf
64 char buf[20];
68 snprintf (buf, sizeof (buf), ".data.%zu", cnt);
71 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
75 buf, asm_errmsg (-1));
81 snprintf (buf, sizeof (buf), "%zu", cnt);
82 if (asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
85 printf ("cannot create symbol \"%s\": %s\n", buf, asm_errmsg (-1));
94 buf, asm_errmsg (-1));