Home | History | Annotate | Download | only in bfd

Lines Matching full:string_ptr

75   char *string_ptr;
98 string_ptr = data->strings;
150 dest->name = string_ptr;
159 dest->name = string_ptr;
167 string_ptr[0] = '_';
168 string_ptr++;
171 memcpy (string_ptr, record.symbol.name, length);
173 string_ptr[length] = 0;
174 string_ptr += length + 1;