Home | History | Annotate | Download | only in tests

Lines Matching refs:buf

63       char buf[20];
67 snprintf (buf, sizeof (buf), ".data.%zu", cnt);
70 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);
74 buf, asm_errmsg (-1));
80 snprintf (buf, sizeof (buf), "%zu", cnt);
81 if (asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
84 printf ("cannot create symbol \"%s\": %s\n", buf, asm_errmsg (-1));
93 buf, asm_errmsg (-1));