Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2574 #define BUF_SZ 256 in section_flags() macro
2575 static char buf[BUF_SZ]; in section_flags()
2581 snprintf(buf, BUF_SZ, "[%*.*jx]: ", nb, nb, in section_flags()
2589 snprintf(&buf[p], BUF_SZ - p, "%s, ", in section_flags()