Home | History | Annotate | Download | only in gas

Lines Matching defs:string

147 			btString	-- Varying Length Character String
148 btBit -- Aligned Bit String
174 Unlike COFF, the basic symbol & string tables are split into
206 1) iss: index to the local string table giving the name of the
315 String index = 1
322 String index = 10
328 String index = 0
334 String index = 0
340 String index = 10
346 String index = 1
404 String index = 1
410 String index = 22
416 String index = 29
422 String index = 34
428 String index = 39
434 String index = 45
440 String index = 53
446 String index = 59
452 String index = 0
458 String index = 1
496 String index = 0 Ifd = 1
501 String index = 5 Ifd = 1
506 String index = 11 Ifd = 1
511 String index = 18 Ifd = 1
516 String index = 26 Ifd = 1
521 String index = 32 Ifd = 1
526 String index = 40 Ifd = 1
531 String index = 46 Ifd = 1
536 String index = 53 Ifd = 1
541 String index = 60 Ifd = 1
546 String index = 70 Ifd = 1
551 String index = 81 Ifd = 1
556 String index = 87 Ifd = 1
561 String index = 92 Ifd = 1
566 String index = 100 Ifd = 1
571 String index = 108 Ifd = 1
576 String index = 116 Ifd = 1
581 String index = 123 Ifd = 1
587 String index = 131 Ifd = 0
592 String index = 136 Ifd = 0
671 st_Str = stStr, /* string */
716 bt_String = btString, /* Varying Length Character String */
717 bt_Bit = btBit, /* Aligned Bit String */
737 alloc_type_shash, /* string hash element */
754 aux_iss, /* index into string space (not used) */
767 If PAGE_SIZE is > 4096, the string length in the shash_t structure
904 /* String hash table entry. */
907 char *string; /* string we are hashing */
908 symint_t indx; /* index within string table */
930 symint_t indx; /* index within string table */
950 /* string/type hash tables */
951 struct hash_control *str_hash; /* string hash table */
960 0, /* issBase: file's string space */
992 INIT_VARRAY (char), /* strings: local string varray */
999 (struct hash_control *)0, /* str_hash: string hash table */
1554 /* Add a string (and null pad) to one of the string tables. */
1557 add_string (varray_t *vp, /* string obstack */
1559 const char *str, /* string */
1566 as_fatal (_("string too big (%lu bytes)"), len);
1583 hash_ptr->string = &vp->last->datum->byte[vp->objects_last_page];
1588 strcpy (hash_ptr->string, str);
1592 as_fatal (_("inserting \"%s\" into string hash table: %s"),
2054 hash_ptr->string = perm;
2081 char *name = hash_ptr->string;
2222 this if we see a .file directive with a string, since that
2296 /* Allocate the string hash table. */
2299 /* Make sure 0 byte in string table is null */
2309 will be stored at string offset 1. */
2352 /* Convert storage class to string. */
2394 /* Convert symbol type to string. */
2418 case st_Str: return "String,";
3425 "string" a string, encoding the type information.
3432 iss points as an index into string space
3439 iss points as an index into string space
3445 .stabn directives have four fields (string is null):
3454 const char *string,
3477 /* A .stabn uses a null name, not an empty string. */
3479 string = NULL;
3538 listing_source_file (string);
3593 (void) add_ecoff_symbol (string, st, sc, sym, addend, value, indx);
4960 /* Allocate string hash buckets. */