Lines Matching defs:string
54 wants to place a constant string into the code, followed by a
55 comma and then the length of the string. Doing this by hand
66 Note - these macros do NOT work if STR2 is not a constant string. */
69 copying a constant string, we can use memcpy which will be faster
261 int namidx; /* Index into string table. */
336 const char *stab_name; /* String for stab type. */
353 /* String being hashed. */
354 const char *string;
408 /* Look up a string in a hash table. If CREATE is TRUE, a new entry
409 will be created for this string if one does not already exist. The
410 COPY argument must be TRUE if this routine should copy the string
2145 const bfd_arch_info_type *bfd_scan_arch (const char *string);
5299 bfd_vma bfd_scan_vma (const char *string, const char **end, int base);