Lines Matching defs:buf
39 ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len,
43 buf, len) : NULL;
66 snprintf (buf, len, "%d", idx);
67 res = buf;
74 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
76 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
79 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC);
81 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
83 snprintf (buf, len, "%s: %d", _("<unknown>"), section);
85 res = buf;