Lines Matching defs:string
61 wants to place a constant string into the code, followed by a
62 comma and then the length of the string. Doing this by hand
73 Note - these macros do NOT work if STR2 is not a constant string. */
76 copying a constant string, we can use memcpy which will be faster
268 int namidx; /* Index into string table. */
341 const char *stab_name; /* String for stab type. */
358 /* String being hashed. */
359 const char *string;
413 /* Look up a string in a hash table. If CREATE is TRUE, a new entry
414 will be created for this string if one does not already exist. The
415 COPY argument must be TRUE if this routine should copy the string
2208 const bfd_arch_info_type *bfd_scan_arch (const char *string);
5792 bfd_vma bfd_scan_vma (const char *string, const char **end, int base);