Lines Matching defs:string
37 #include <string.h>
77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize,
132 * If the symbol has a non-null name, then the string returned by
134 * single quotes. For null names, a descriptive string giving
138 * string. The value returned is usable by the caller until the next
227 * Get the string table associated with the symbol table.
1565 * Update the symbol count and the associated name string size.
1992 * There is no string table section in this input file
2064 if ((name = string(ofl, ifl, sym, strs, strsize, ndx,
2234 * that only the symbol type and the string
2298 * image, record their number and name string size.
2379 if ((name = string(ofl, ifl, nsym, strs, strsize, ndx, shndx,
2987 * space reserved in the string table.
3106 * fmt - NULL, or format string to use.
3109 * Sets isp->is_sym_name to the allocated string. Returns the
3110 * string pointer, or NULL on allocation failure.