Home | History | Annotate | Download | only in bfd

Lines Matching defs:string

158 	(_("%s: string too long (%d chars, max 65535)"),
187 bfd_get_string (common_header_type *ieee, char *string, size_t length)
192 string[i] = this_byte_and_next (ieee);
199 char *string;
203 /* Simple string of length 0 to 127. */
217 /* Buy memory and read string. */
218 string = bfd_alloc (ieee->abfd, (bfd_size_type) length + 1);
219 if (!string)
221 bfd_get_string (ieee, string, length);
222 string[length] = 0;
223 return string;
1839 string, so the compiler is free to put in it whatever it wants.