home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / TAGS < prev    next >
Text File  |  1995-06-15  |  202KB  |  6,919 lines

  1.  
  2. bi-parser.y,254
  3. %token <string> DEFOP STRING52,1194
  4. top:60,1343
  5. defs:65,1380
  6. def:71,1442
  7. variations:76,1548
  8. variation:82,1638
  9. opt_string:93,2062
  10. list:98,2130
  11. items:105,2209
  12. item:112,2309
  13. makenode 120,2382
  14. makevar 132,2557
  15. makedef 149,2916
  16. yyerror 164,3185
  17.  
  18. c-parse.y,2549
  19. %token 130,4637
  20. %token INTERFACE IMPLEMENTATION END SELECTOR DEFS ENCODE160,5501
  21. program:231,7813
  22. extdefs:250,8294
  23. extdef:255,8385
  24. datadef:268,8702
  25. fndef:300,9830
  26. identifier:357,11831
  27. unop:362,11871
  28. expr:378,12126
  29. exprlist:382,12190
  30. nonnull_exprlist:388,12261
  31. unary_expr:395,12435
  32. cast_expr:455,14395
  33. expr_no_commas:491,15330
  34. primary:532,17022
  35. string:700,22162
  36. xdecls:707,22231
  37. lineno_datadecl:720,22613
  38. datadecls:725,22678
  39. datadecl:732,22777
  40. lineno_decl:754,23601
  41. decls:759,23658
  42. setspecs:770,23973
  43. setattrs:780,24239
  44. decl:784,24331
  45. typed_declspecs:815,25553
  46. reserved_declspecs:822,25743
  47. declmods:837,26234
  48. typed_typespecs:859,26921
  49. reserved_typespecquals:866,27130
  50. typespec:876,27440
  51. typespecqual_reserved:890,27788
  52. initdecls:895,27849
  53. notype_initdecls:900,27898
  54. maybeasm:905,27968
  55. initdcl:914,28118
  56. notype_initdcl:930,28648
  57. maybe_attribute:947,29341
  58. attributes:954,29434
  59. attribute:961,29534
  60. attribute_list:966,29611
  61. attrib:973,29718
  62. any_word:989,30187
  63. init:998,30301
  64. initlist_maybe_comma:1018,30807
  65. initlist1:1025,30951
  66. initelt:1032,31080
  67. nested_function:1060,31840
  68. notype_nested_function:1083,32500
  69. declarator:1109,33267
  70. after_type_declarator:1116,33399
  71. parm_declarator:1140,34360
  72. notype_declarator:1160,35076
  73. structsp:1179,35728
  74. maybecomma:1218,37018
  75. maybecomma_warn:1223,37056
  76. component_decl_list:1229,37164
  77. component_decl_list2:1237,37352
  78. component_decl:1255,38022
  79. components:1282,38857
  80. component_declarator:1288,38965
  81. enumlist:1306,39751
  82. enumerator:1315,39873
  83. typename:1322,40019
  84. absdcl:1329,40161
  85. nonempty_type_quals:1335,40250
  86. type_quals:1342,40412
  87. absdcl1:1349,40531
  88. stmts:1377,41549
  89. xstmts:1383,41631
  90. errstmt:1388,41665
  91. pushlevel:1391,41689
  92. maybe_label_decls:1402,41958
  93. label_decls:1409,42084
  94. label_decl:1414,42141
  95. compstmt_or_error:1428,42530
  96. compstmt:1434,42588
  97. simple_if:1463,43630
  98. if_prefix:1471,43813
  99. do_stmt_start:1484,44224
  100. save_filename:1496,44534
  101. save_lineno:1500,44580
  102. lineno_labeled_stmt:1504,44616
  103. lineno_stmt_or_label:1514,44788
  104. stmt_or_label:1519,44863
  105. stmt:1532,45171
  106. all_iter_stmt:1732,52306
  107. all_iter_stmt_simple:1737,52381
  108. label:1794,54012
  109. maybe_type_qual:1874,56536
  110. xexpr:1882,56697
  111. asm_operands:1890,56880
  112. nonnull_asm_operands:1895,56956
  113. asm_operand:1901,57066
  114. asm_clobbers:1906,57143
  115. parmlist:1915,57440
  116. parmlist_1:1925,57611
  117. parmlist_2:1943,58162
  118. parms:1961,58754
  119. parm:1970,58932
  120. parmlist_or_identifiers:2022,60971
  121. parmlist_or_identifiers_1:2032,61172
  122. identifiers:2043,61469
  123. identifiers_or_typenames:2051,61690
  124.  
  125. cexp.y,965
  126. #define NULL 52,1497
  127. #define GENERIC_PTR 57,1607
  128. #define GENERIC_PTR 59,1640
  129. #define HOST_BITS_PER_WIDE_INT 68,1827
  130. #define HOST_WIDE_INT 69,1877
  131. #define HOST_BITS_PER_WIDE_INT 71,1910
  132. #define HOST_WIDE_INT 72,1959
  133. #define NULL_PTR 78,2018
  134. #define CHAR_TYPE_SIZE 106,2663
  135. #define INT_TYPE_SIZE 110,2730
  136. #define LONG_TYPE_SIZE 114,2797
  137. #define WCHAR_TYPE_SIZE 118,2866
  138. #define MAX_CHAR_TYPE_SIZE 122,2939
  139. #define MAX_INT_TYPE_SIZE 126,3015
  140. #define MAX_LONG_TYPE_SIZE 130,3090
  141. #define MAX_WCHAR_TYPE_SIZE 134,3168
  142. #define possible_sum_sign(139,3365
  143. start 176,4006
  144. exp1    181,4110
  145. exp    189,4285
  146. exp    218,5075
  147. keywords 352,8951
  148. parse_number 387,9958
  149. struct token token483,12154
  150. yylex 505,12483
  151. parse_escape 786,18846
  152. yyerror 882,20735
  153. integer_overflow 891,20849
  154. left_shift 898,20983
  155. right_shift 914,21385
  156. parse_c_expression 934,21933
  157. main 964,22684
  158. initialize_random_junk 999,23461
  159. error 1029,24117
  160. warning 1034,24165
  161. lookup 1040,24235
  162.  
  163. objc-parse.y,3622
  164. %token 108,3147
  165. %token INTERFACE IMPLEMENTATION END SELECTOR DEFS ENCODE138,4011
  166. program:230,7129
  167. extdefs:249,7610
  168. extdef:254,7701
  169. datadef:268,8029
  170. fndef:300,9157
  171. identifier:357,11158
  172. unop:364,11232
  173. expr:380,11487
  174. exprlist:384,11551
  175. nonnull_exprlist:390,11622
  176. unary_expr:397,11796
  177. cast_expr:457,13756
  178. expr_no_commas:493,14691
  179. primary:534,16383
  180. string:789,24101
  181. objc_string:797,24259
  182. xdecls:803,24347
  183. lineno_datadecl:816,24729
  184. datadecls:821,24794
  185. datadecl:828,24893
  186. lineno_decl:850,25717
  187. decls:855,25774
  188. setspecs:866,26089
  189. setattrs:876,26355
  190. decl:880,26447
  191. typed_declspecs:911,27669
  192. reserved_declspecs:918,27859
  193. declmods:933,28350
  194. typed_typespecs:955,29037
  195. reserved_typespecquals:962,29246
  196. typespec:972,29556
  197. typespecqual_reserved:990,30037
  198. initdecls:995,30098
  199. notype_initdecls:1000,30147
  200. maybeasm:1005,30217
  201. initdcl:1014,30367
  202. notype_initdcl:1030,30897
  203. maybe_attribute:1047,31590
  204. attributes:1054,31683
  205. attribute:1061,31783
  206. attribute_list:1066,31860
  207. attrib:1073,31967
  208. any_word:1089,32436
  209. init:1098,32550
  210. initlist_maybe_comma:1118,33056
  211. initlist1:1125,33200
  212. initelt:1132,33329
  213. nested_function:1151,33839
  214. notype_nested_function:1174,34499
  215. declarator:1200,35266
  216. after_type_declarator:1207,35398
  217. parm_declarator:1232,36373
  218. notype_declarator:1252,37089
  219. structsp:1271,37741
  220. maybecomma:1310,39031
  221. maybecomma_warn:1315,39069
  222. component_decl_list:1321,39177
  223. component_decl_list2:1329,39365
  224. component_decl:1361,40364
  225. components:1388,41199
  226. component_declarator:1394,41307
  227. enumlist:1412,42093
  228. enumerator:1421,42215
  229. typename:1428,42361
  230. absdcl:1435,42503
  231. nonempty_type_quals:1441,42592
  232. type_quals:1448,42754
  233. absdcl1:1455,42873
  234. stmts:1483,43891
  235. xstmts:1489,43973
  236. errstmt:1494,44007
  237. pushlevel:1497,44031
  238. maybe_label_decls:1510,44354
  239. label_decls:1517,44480
  240. label_decl:1522,44537
  241. compstmt_or_error:1536,44926
  242. compstmt:1542,44984
  243. simple_if:1571,46026
  244. if_prefix:1579,46209
  245. do_stmt_start:1592,46620
  246. save_filename:1604,46930
  247. save_lineno:1608,46976
  248. lineno_labeled_stmt:1612,47012
  249. lineno_stmt_or_label:1622,47184
  250. stmt_or_label:1627,47259
  251. stmt:1640,47567
  252. all_iter_stmt:1840,54702
  253. all_iter_stmt_simple:1845,54777
  254. label:1902,56408
  255. maybe_type_qual:1982,58932
  256. xexpr:1990,59093
  257. asm_operands:1998,59276
  258. nonnull_asm_operands:2003,59352
  259. asm_operand:2009,59462
  260. asm_clobbers:2014,59539
  261. parmlist:2023,59836
  262. parmlist_1:2033,60007
  263. parmlist_2:2051,60558
  264. parms:2069,61150
  265. parm:2078,61328
  266. parmlist_or_identifiers:2130,63367
  267. parmlist_or_identifiers_1:2140,63568
  268. identifiers:2151,63865
  269. identifiers_or_typenames:2159,64086
  270. objcdef:2168,64307
  271. identifier_list:2188,64721
  272. classdecl:2195,64890
  273. aliasdecl:2201,64968
  274. classdef:2207,65056
  275. protocoldef:2330,68232
  276. protocolrefs:2345,68564
  277. ivar_decl_list:2359,68758
  278. visibility_spec:2364,68858
  279. ivar_decls:2370,68991
  280. ivar_decl:2393,69676
  281. ivars:2410,70199
  282. ivar_declarator:2417,70295
  283. methoddef:2440,70844
  284. methodprotolist:2496,72076
  285. methodprotolist2:2501,72159
  286. semi_or_error:2508,72338
  287. methodproto:2513,72373
  288. methoddecl:2535,72693
  289. optarglist:2560,73288
  290. myxdecls:2568,73478
  291. mydecls:2573,73518
  292. mydecl:2580,73586
  293. myparms:2592,73922
  294. myparm:2602,74149
  295. optparmlist:2620,74655
  296. unaryselector:2642,74946
  297. keywordselector:2646,74977
  298. selector:2655,75080
  299. reservedwords:2662,75160
  300. keyworddecl:2685,76148
  301. messageargs:2707,76520
  302. keywordarglist:2712,76574
  303. keywordexpr:2721,76673
  304. keywordarg:2733,76945
  305. receiver:2744,77101
  306. objcmessageexpr:2752,77179
  307. selectorarg:2763,77347
  308. keywordnamelist:2768,77402
  309. keywordname:2776,77504
  310. objcselectorexpr:2787,77651
  311. objcprotocolexpr:2794,77726
  312. objcencodeexpr:2803,77857
  313.  
  314. assert.h,168
  315. #define assert(7,136
  316. #define assert(12,195
  317. #define __assert(15,300
  318. #define assert(32,701
  319. #define __assert(35,807
  320. #define assert(43,1049
  321. #define __assert(46,1154
  322.  
  323. basic-block.h,182
  324. #define REGSET_ELT_BITS 24,863
  325. #define REGSET_ELT_TYPE 30,1111
  326. typedef REGSET_ELT_TYPE *regset;regset35,1256
  327. #define REG_BLOCK_UNKNOWN 67,2251
  328. #define REG_BLOCK_GLOBAL 68,2280
  329.  
  330. bc-emit.h,199
  331. struct bc_symbc_sym4,140
  332. struct bc_segsymbc_segsym27,574
  333. struct bc_segrelocbc_segreloc35,704
  334. struct bc_segbc_seg48,914
  335. struct bc_labelbc_label68,1310
  336. struct bc_labelrefbc_labelref89,1779
  337.  
  338. bc-optab.h,144
  339. struct binary_operatorbinary_operator27,967
  340. struct unary_operatorunary_operator55,2048
  341. struct increment_operatorincrement_operator66,2308
  342.  
  343. bc-typecd.h,263
  344. #define TYPECODE_H22,819
  345. enum typecodetypecode24,839
  346. #define TYPECODE_INTEGER_P(34,1030
  347. #define TYPECODE_UNSIGNED_P(37,1148
  348. #define TYPECODE_SIGNED_P(41,1290
  349. #define TYPECODE_FLOAT_P(45,1435
  350. #define TYPECODE_ARITH_P(49,1590
  351. #define NUM_TYPECODES 52,1691
  352.  
  353. bi-defs.h,80
  354. struct nodenode22,792
  355. struct variationvariation28,845
  356. struct defdef38,992
  357.  
  358. bi-parser.h,68
  359. } YYSTYPE;YYSTYPE7,103
  360. #define    DEFOP    8,114
  361. #define    STRING    9,132
  362.  
  363. bi-run.h,435
  364. #define MAXLITERALS 21,797
  365. struct arityvecarityvec23,820
  366. struct argtypeargtype31,923
  367. struct callinfocallinfo37,1036
  368. struct bytecodebytecode46,1346
  369. #define INTERP_BPC 56,1680
  370. #define INTERP_BPI 57,1722
  371. #define min(62,1806
  372. #define LM(70,1942
  373. #define HM(71,1975
  374. #define EXTEND(79,2250
  375. #define BI_PARAMS(109,3416
  376. #define SHIFT_IN_BITS(128,4147
  377. #define OR_IN_BITS(136,4384
  378. #define CALL(151,4991
  379. #define PROCRET(159,5344
  380.  
  381. bytecode.h,927
  382. #define bc_emit_bytecode_DI_const(28,948
  383. #define MACHINE_SEG_ALIGN 53,1777
  384. #define INT_ALIGN 54,1805
  385. #define PTR_ALIGN 55,1825
  386. #define NAMES_HAVE_UNDERSCORES56,1845
  387. #define BC_NOP 57,1876
  388. #define BC_GLOBALIZE_LABEL(58,1897
  389. #define BC_OUTPUT_COMMON(59,1941
  390. #define BC_OUTPUT_LOCAL(60,1998
  391. #define BC_OUTPUT_ALIGN(61,2055
  392. #define BC_OUTPUT_LABEL(62,2099
  393. #define BC_OUTPUT_SKIP(63,2143
  394. #define BC_OUTPUT_LABELREF(64,2187
  395. #define BC_OUTPUT_FLOAT(65,2231
  396. #define BC_OUTPUT_DOUBLE(66,2275
  397. #define BC_OUTPUT_BYTE(67,2319
  398. #define BC_OUTPUT_FILE 68,2363
  399. #define BC_OUTPUT_ASCII 69,2402
  400. #define BC_OUTPUT_IDENT 70,2443
  401. #define BCXSTR(71,2484
  402. #define BC_WRITE_FILE(72,2523
  403. #define BC_WRITE_SEGSYM(73,2567
  404. #define BC_WRITE_RELOC_ENTRY(74,2611
  405. #define BC_START_BYTECODE_LINE(75,2669
  406. #define BC_WRITE_BYTECODE(76,2713
  407. #define BC_WRITE_RTL(77,2760
  408. #define BC_EMIT_TRAMPOLINE(78,2804
  409. #define VALIDATE_STACK 79,2858
  410.  
  411. bytetypes.h,642
  412. typedef __signed__ char QItype;QItype5,98
  413. typedef unsigned char QUtype;QUtype6,130
  414. typedef __signed__ short int HItype;HItype7,160
  415. typedef unsigned short int HUtype;HUtype8,197
  416. typedef __signed__ long int SItype;SItype9,232
  417. typedef unsigned long int SUtype;SUtype10,268
  418. typedef __signed__ long long int DItype;DItype11,302
  419. typedef unsigned long long int DUtype;DUtype12,343
  420. typedef float SFtype;SFtype13,382
  421. typedef double DFtype;DFtype14,404
  422. typedef long double XFtype;XFtype15,427
  423. typedef char *Ptype;Ptype16,455
  424. typedef int Ttype;Ttype17,476
  425. typedef union stacktypestacktype20,497
  426. } stacktype;stacktype35,727
  427.  
  428. c-gperf.h,222
  429. struct resword resword3,154
  430. #define TOTAL_KEYWORDS 5,214
  431. #define MIN_WORD_LENGTH 6,240
  432. #define MAX_WORD_LENGTH 7,266
  433. #define MIN_HASH_VALUE 8,293
  434. #define MAX_HASH_VALUE 9,319
  435. hash 16,445
  436. is_reserved_word 167,4856
  437.  
  438. c-lex.h,79
  439. enum ridrid23,812
  440. #define NORID 59,1218
  441. #define RID_FIRST_MODIFIER 61,1244
  442.  
  443. c-pragma.h,73
  444. #define HANDLE_PRAGMA_WEAK 24,923
  445. enum pragma_statepragma_state27,972
  446.  
  447. c-tree.h,940
  448. #define _C_TREE_H22,834
  449. struct lang_identifierlang_identifier30,1133
  450. #define IDENTIFIER_GLOBAL_VALUE(42,1508
  451. #define IDENTIFIER_LOCAL_VALUE(46,1684
  452. #define IDENTIFIER_LABEL_VALUE(50,1875
  453. #define IDENTIFIER_LIMBO_VALUE(54,2077
  454. #define IDENTIFIER_IMPLICIT_DECL(58,2290
  455. #define IDENTIFIER_ERROR_LOCUS(62,2529
  456. #define C_TYPE_FIELDS_READONLY(74,3068
  457. #define C_TYPE_FIELDS_VOLATILE(77,3207
  458. #define C_TYPE_BEING_DEFINED(81,3386
  459. struct lang_typelang_type84,3513
  460. #define C_DECLARED_LABEL_FLAG(92,3684
  461. #define C_TYPE_VARIABLE_SIZE(96,3877
  462. #define C_DECL_VARIABLE_SIZE(97,3936
  463. #define C_EXP_ORIGINAL_CODE(101,4095
  464. #define C_MISSING_PROTOTYPE_WARNED(107,4356
  465. #define C_SET_EXP_ORIGINAL_CODE(111,4464
  466. #define C_TYPEDEF_EXPLICITLY_SIGNED(115,4624
  467. #define C_DECL_ANTICIPATED(120,4888
  468. #define TYPE_ACTUAL_ARG_TYPES(125,5120
  469. #define C_PROMOTING_INTEGER_TYPE_P(130,5368
  470. #define ITERATOR_P(139,5810
  471. #define ITERATOR_BOUND_P(143,5953
  472.  
  473. conditions.h,447
  474. #define CC_STATUS_MDEP 48,2039
  475. #define CC_STATUS_MDEP_INIT 52,2102
  476. typedef struct {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;} CC_STATUS;CC_STATUS55,2140
  477. #define CC_REVERSED 69,2645
  478. #define CC_NOT_POSITIVE 76,2982
  479. #define CC_NOT_NEGATIVE 84,3356
  480. #define CC_NO_OVERFLOW 88,3522
  481. #define CC_Z_IN_NOT_N 92,3659
  482. #define CC_Z_IN_N 96,3777
  483. #define CC_INVERTED 103,4109
  484. #define CC_NOT_SIGNED 107,4259
  485. #define CC_STATUS_INIT 112,4388
  486.  
  487. config.h,0
  488.  
  489. convert.h,0
  490.  
  491. cpphash.h,190
  492. union hashval hashval5,139
  493. struct hashnode hashnode14,237
  494. typedef struct hashnode HASHNODE;HASHNODE26,730
  495. #define HASHSIZE 35,1149
  496. #define HASHSTEP(37,1207
  497. #define MAKE_POS(38,1249
  498.  
  499. cpplib.h,1652
  500. #define PARAMS(76,2050
  501. #define PARAMS(78,2076
  502. typedef enum cpp_token (*parse_underflow_t)parse_underflow_t82,2126
  503. typedef int (*parse_cleanup_t)parse_cleanup_t83,2193
  504. struct parse_marker parse_marker88,2345
  505. #define IMPORT_HASH_SIZE 107,3042
  506. struct import_file import_file109,3071
  507. #define CPP_LINE_BASE(117,3235
  508. struct cpp_buffer cpp_buffer119,3295
  509. typedef struct assertion_hashnode ASSERTION_HASHNODE;ASSERTION_HASHNODE165,4772
  510. #define ASSERTION_HASHSIZE 166,4826
  511. #define CPP_STACK_MAX 171,5007
  512. struct cpp_reader cpp_reader174,5041
  513. #define CPP_BUF_PEEK(265,7672
  514. #define CPP_BUF_GET(267,7763
  515. #define CPP_FORWARD(269,7855
  516. #define CPP_WRITTEN(272,7973
  517. #define CPP_PWRITTEN(273,8041
  518. #define CPP_RESERVE(276,8165
  519. #define CPP_PUTS_Q(282,8392
  520. #define CPP_PUTS(285,8565
  521. #define CPP_PUTC_Q(287,8723
  522. #define CPP_PUTC(289,8856
  523. #define CPP_NUL_TERMINATE_Q(291,8983
  524. #define CPP_NUL_TERMINATE(292,9040
  525. #define CPP_ADJUST_WRITTEN(293,9118
  526. #define CPP_SET_WRITTEN(294,9186
  527. #define CPP_OPTIONS(296,9267
  528. #define CPP_BUFFER(297,9324
  529. #define CPP_PREV_BUFFER(299,9390
  530. #define CPP_NULL_BUFFER(300,9435
  531. #define CPP_PREV_BUFFER(302,9512
  532. #define CPP_NULL_BUFFER(303,9562
  533. struct cpp_options cpp_options307,9656
  534. #define CPP_TRADITIONAL(493,15032
  535. #define CPP_PEDANTIC(494,15098
  536. #define CPP_PRINT_DEPS(495,15158
  537. enum node_type node_type509,15755
  538. typedef struct macrodef MACRODEF;MACRODEF550,17306
  539. struct macrodefmacrodef551,17340
  540. typedef struct definition DEFINITION;DEFINITION579,18495
  541. struct definition definition580,18533
  542. struct if_stack if_stack614,19777
  543. typedef struct if_stack IF_STACK_FRAME;IF_STACK_FRAME624,20226
  544.  
  545. dbxstclass.h,276
  546. #define C_GSYM    5,169
  547. #define C_LSYM    6,190
  548. #define C_PSYM    7,211
  549. #define C_RSYM    8,232
  550. #define C_RPSYM    9,253
  551. #define C_STSYM    10,275
  552. #define C_BCOMM    12,298
  553. #define C_ECOML    13,320
  554. #define C_ECOMM    14,342
  555. #define C_DECL    15,364
  556. #define C_ENTRY    16,385
  557. #define C_FUN    17,407
  558.  
  559. defaults.h,325
  560. #define ASM_FORMAT_PRIVATE_NAME(31,1175
  561. #define ASM_STABD_OP 45,1624
  562. #define ASM_OUTPUT_ADDR_VEC_ELT(52,1835
  563. #define ASM_OUTPUT_ADDR_DIFF_ELT(63,2215
  564. #define ASM_OUTPUT_ASCII(75,2597
  565. #define ASM_IDENTIFY_LANGUAGE(119,4369
  566. #define ASM_OUTPUT_DEF(126,4553
  567. #define SUPPORTS_WEAK 139,4923
  568. #define SUPPORTS_WEAK 141,4953
  569.  
  570. demangle.h,797
  571. #define DEMANGLE_H21,826
  572. #define PROTO(28,972
  573. #define PROTO(30,1003
  574. #define PARAMS(34,1041
  575. #define PTR 37,1091
  576. #define const40,1130
  577. #define PTR 42,1151
  578. #define DMGL_NO_OPTS    51,1302
  579. #define DMGL_PARAMS    52,1351
  580. #define DMGL_ANSI    53,1408
  581. #define DMGL_AUTO    55,1471
  582. #define DMGL_GNU    56,1498
  583. #define DMGL_LUCID    57,1524
  584. #define DMGL_ARM    58,1553
  585. #define DMGL_STYLE_MASK 60,1659
  586. extern enum demangling_stylesdemangling_styles70,2094
  587. #define AUTO_DEMANGLING_STYLE_STRING    81,2364
  588. #define GNU_DEMANGLING_STYLE_STRING    82,2408
  589. #define LUCID_DEMANGLING_STYLE_STRING    83,2450
  590. #define ARM_DEMANGLING_STYLE_STRING    84,2496
  591. #define CURRENT_DEMANGLING_STYLE 88,2599
  592. #define AUTO_DEMANGLING 89,2657
  593. #define GNU_DEMANGLING 90,2728
  594. #define LUCID_DEMANGLING 91,2797
  595. #define ARM_DEMANGLING 92,2870
  596.  
  597. dwarf.h,959
  598. enum dwarf_tag dwarf_tag34,1295
  599. #define TAG_lo_user    79,2677
  600. #define TAG_hi_user    80,2746
  601. #define TAG_source_file 81,2813
  602. enum dwarf_form dwarf_form85,2919
  603. enum dwarf_attribute dwarf_attribute98,3151
  604. #define AT_lo_user    171,6208
  605. #define AT_hi_user    172,6275
  606. enum dwarf_location_atom dwarf_location_atom176,6380
  607. #define OP_LO_USER    186,6556
  608. #define OP_HI_USER    187,6622
  609. enum dwarf_fundamental_type dwarf_fundamental_type191,6729
  610. #define FT_lo_user    243,8318
  611. #define FT_hi_user    244,8386
  612. enum dwarf_type_modifier dwarf_type_modifier248,8492
  613. #define MOD_lo_user    255,8626
  614. #define MOD_hi_user    256,8693
  615. enum dwarf_array_dim_ordering dwarf_array_dim_ordering260,8799
  616. enum dwarf_subscr_data_formats dwarf_subscr_data_formats267,8928
  617. #define FMT_CODE(281,9202
  618. enum dwarf_source_language dwarf_source_language288,9406
  619. #define LANG_lo_user    301,9748
  620. #define LANG_hi_user    302,9822
  621. enum dwarf_macinfo_record_type dwarf_macinfo_record_type306,9948
  622.  
  623. expr.h,886
  624. #define const24,863
  625. #define BRANCH_COST 30,949
  626. #define QUEUED_VAR(38,1181
  627. #define QUEUED_INSN(41,1347
  628. #define QUEUED_COPY(44,1505
  629. #define QUEUED_BODY(47,1642
  630. #define QUEUED_NEXT(49,1710
  631. enum expand_modifier expand_modifier56,2053
  632. #define NO_DEFER_POP 111,4017
  633. #define OK_DEFER_POP 112,4063
  634. struct args_sizeargs_size134,4938
  635. #define ADD_PARM_SIZE(143,5064
  636. #define SUB_PARM_SIZE(152,5336
  637. #define ARGS_SIZE_RTX(162,5719
  638. #define ARGS_SIZE_TREE(169,5991
  639. enum direction direction177,6286
  640. #define FUNCTION_ARG_PADDING(180,6386
  641. #define FUNCTION_ARG_BOUNDARY(195,6938
  642. #define MUST_PASS_IN_STACK(214,7713
  643. #define RETURN_IN_MEMORY(229,8298
  644. typedef struct optaboptab251,9121
  645. } * optab;optab258,9258
  646. #define GEN_FCN(268,9652
  647. #define GEN_FCN(270,9714
  648. enum optab_methodsoptab_methods337,12700
  649. typedef rtx (*rtxfun)rtxfun451,15250
  650. enum save_level save_level819,29799
  651.  
  652. flags.h,91
  653. enum debug_info_typedebug_info_type24,903
  654. enum debug_info_leveldebug_info_level36,1348
  655.  
  656. function.h,220
  657. #define tree 23,840
  658. #define rtx 26,883
  659. struct var_refs_queuevar_refs_queue29,909
  660. struct sequence_stacksequence_stack42,1255
  661. struct simple_obstack_stacksimple_obstack_stack54,1506
  662. struct functionfunction63,1733
  663.  
  664. gbl-ctors.h,130
  665. #define ON_EXIT(39,1502
  666. #define ON_EXIT(43,1597
  667. typedef void (*func_ptr)func_ptr49,1712
  668. #define DO_GLOBAL_CTORS_BODY    78,2876
  669.  
  670. getopt.h,125
  671. #define _GETOPT_H 19,797
  672. #define    no_argument    93,3221
  673. #define required_argument    94,3244
  674. #define optional_argument    95,3272
  675.  
  676. glimits.h,710
  677. #define _LIMITS_H___5,95
  678. #define _MACH_MACHLIMITS_H_6,116
  679. #define CHAR_BIT 10,196
  680. #define MB_LEN_MAX 14,283
  681. #define SCHAR_MIN 19,389
  682. #define SCHAR_MAX 21,431
  683. #define UCHAR_MAX 25,538
  684. #define CHAR_MIN 30,655
  685. #define CHAR_MAX 32,690
  686. #define CHAR_MIN 35,733
  687. #define CHAR_MAX 37,773
  688. #define SHRT_MIN 42,883
  689. #define SHRT_MAX 44,925
  690. #define USHRT_MAX 48,1038
  691. #define __INT_MAX__ 52,1142
  692. #define INT_MIN 55,1195
  693. #define INT_MAX 57,1239
  694. #define UINT_MAX 61,1350
  695. #define __LONG_MAX__ 66,1492
  696. #define LONG_MIN 69,1548
  697. #define LONG_MAX 71,1595
  698. #define ULONG_MAX 75,1714
  699. #define __LONG_LONG_MAX__ 80,1930
  700. #define LONG_LONG_MIN 83,2006
  701. #define LONG_LONG_MAX 85,2068
  702. #define ULONG_LONG_MAX 89,2207
  703.  
  704. gstab.h,101
  705. #define __GNU_STAB__5,65
  706. #define __define_stab(7,87
  707. enum __stab_debug_code__stab_debug_code9,141
  708.  
  709. gsyms.h,177
  710. #define __GNU_SYMS__4,92
  711. enum sdb_storage_classsdb_storage_class6,114
  712. enum sdb_typesdb_type38,558
  713. enum sdb_type_classsdb_type_class59,829
  714. enum sdb_maskssdb_masks67,910
  715.  
  716. gsyslimits.h,34
  717. #define _GCC_NEXT_LIMITS_H    6,214
  718.  
  719. halfpic.h,442
  720. #define PROTO(26,924
  721. #define PROTO(28,955
  722. #define STDIO_PROTO(37,1085
  723. #define HALF_PIC_P(72,2729
  724. #define HALF_PIC_NUMBER_PTRS    73,2767
  725. #define HALF_PIC_NUMBER_REFS    74,2819
  726. #define HALF_PIC_ENCODE(76,2872
  727. #define HALF_PIC_DECLARE(77,2925
  728. #define HALF_PIC_EXTERNAL(78,2980
  729. #define HALF_PIC_INIT(79,3037
  730. #define HALF_PIC_FINISH(80,3079
  731. #define HALF_PIC_ADDRESS_P(81,3136
  732. #define HALF_PIC_PTR(82,3198
  733. #define    HALF_PIC_PREFIX    86,3297
  734.  
  735. hard-reg-set.h,1234
  736. typedef unsigned HOST_WIDE_INT HARD_REG_ELT_TYPE;HARD_REG_ELT_TYPE39,1712
  737. #define HARD_REG_SET 43,1816
  738. #define HARD_REG_SET_LONGS 47,1863
  739. typedef HARD_REG_ELT_TYPE HARD_REG_SET[HARD_REG_SET50,1977
  740. #define HARD_CONST(57,2148
  741. #define SET_HARD_REG_BIT(88,3280
  742. #define CLEAR_HARD_REG_BIT(90,3354
  743. #define TEST_HARD_REG_BIT(92,3433
  744. #define CLEAR_HARD_REG_SET(95,3510
  745. #define SET_HARD_REG_SET(96,3565
  746. #define COPY_HARD_REG_SET(98,3621
  747. #define COMPL_HARD_REG_SET(99,3673
  748. #define IOR_HARD_REG_SET(101,3728
  749. #define IOR_COMPL_HARD_REG_SET(102,3780
  750. #define AND_HARD_REG_SET(103,3840
  751. #define AND_COMPL_HARD_REG_SET(104,3892
  752. #define GO_IF_HARD_REG_SUBSET(106,3953
  753. #define GO_IF_HARD_REG_EQUAL(108,4036
  754. #define UHOST_BITS_PER_WIDE_INT 112,4105
  755. #define SET_HARD_REG_BIT(114,4174
  756. #define CLEAR_HARD_REG_BIT(118,4316
  757. #define TEST_HARD_REG_BIT(122,4463
  758. #define CLEAR_HARD_REG_SET(126,4607
  759. #define SET_HARD_REG_SET(132,4809
  760. #define COPY_HARD_REG_SET(138,5010
  761. #define COMPL_HARD_REG_SET(144,5246
  762. #define AND_HARD_REG_SET(150,5485
  763. #define AND_COMPL_HARD_REG_SET(156,5721
  764. #define IOR_HARD_REG_SET(162,5965
  765. #define IOR_COMPL_HARD_REG_SET(168,6201
  766. #define GO_IF_HARD_REG_SUBSET(174,6445
  767. #define GO_IF_HARD_REG_EQUAL(181,6745
  768.  
  769. hconfig.h,0
  770.  
  771. input.h,37
  772. struct file_stackfile_stack35,1156
  773.  
  774. integrate.h,41
  775. struct inline_remapinline_remap33,1346
  776.  
  777. limitx.h,29
  778. #define _GCC_LIMITS_H_7,303
  779.  
  780. limity.h,0
  781.  
  782. longlong.h,3654
  783. #define SI_TYPE_SIZE 20,871
  784. #define __BITS4 23,903
  785. #define __ll_B 24,938
  786. #define __ll_lowpart(25,980
  787. #define __ll_highpart(26,1029
  788. #define __CLOBBER_CC83,3538
  789. #define __AND_CLOBBER_CC84,3559
  790. #define __CLOBBER_CC 86,3610
  791. #define __AND_CLOBBER_CC 87,3638
  792. #define add_ssaaaa(91,3740
  793. #define sub_ddmmss(100,4031
  794. #define umul_ppmm(109,4321
  795. #define udiv_qrnnd(121,4689
  796. #define count_leading_zeros(128,4920
  797. #define add_ssaaaa(135,5103
  798. #define sub_ddmmss(144,5398
  799. #define umul_ppmm(153,5691
  800. #define UMUL_TIME 173,6232
  801. #define UDIV_TIME 174,6253
  802. #define umul_ppmm(178,6323
  803. #define smul_ppmm(187,6624
  804. #define __umulsidi3(196,6921
  805. #define add_ssaaaa(206,7168
  806. #define sub_ddmmss(215,7454
  807. #define umul_ppmm(224,7738
  808. #define udiv_qrnnd(230,7936
  809. #define count_leading_zeros(237,8165
  810. #define add_ssaaaa(245,8349
  811. #define sub_ddmmss(254,8643
  812. #define umul_ppmm(264,8961
  813. #define UMUL_TIME 278,9359
  814. #define UMUL_TIME 280,9385
  815. #define UDIV_TIME 282,9413
  816. #define count_leading_zeros(283,9434
  817. #define add_ssaaaa(307,10268
  818. #define sub_ddmmss(316,10553
  819. #define umul_ppmm(325,10836
  820. #define udiv_qrnnd(331,11026
  821. #define count_leading_zeros(338,11251
  822. #define UMUL_TIME 345,11470
  823. #define UDIV_TIME 346,11491
  824. #define add_ssaaaa(353,11646
  825. #define sub_ddmmss(370,12162
  826. #define umul_ppmm(391,12731
  827. #define __umulsidi3(400,13034
  828. #define add_ssaaaa(410,13283
  829. #define sub_ddmmss(419,13573
  830. #define umul_ppmm(429,13929
  831. #define UMUL_TIME 435,14128
  832. #define udiv_qrnnd(436,14149
  833. #define UDIV_TIME 443,14383
  834. #define sdiv_qrnnd(444,14404
  835. #define count_leading_zeros(451,14638
  836. #define umul_ppmm(457,14878
  837. #define UMUL_TIME 489,15528
  838. #define UDIV_TIME 490,15550
  839. #define add_ssaaaa(495,15644
  840. #define sub_ddmmss(504,15948
  841. #define count_leading_zeros(513,16250
  842. #define umul_ppmm(522,16508
  843. #define udiv_qrnnd(534,16867
  844. #define UMUL_TIME 545,17234
  845. #define UDIV_TIME 546,17254
  846. #define UMUL_TIME 548,17281
  847. #define UDIV_TIME 549,17302
  848. #define umul_ppmm(554,17397
  849. #define UMUL_TIME 562,17607
  850. #define UDIV_TIME 563,17628
  851. #define umul_ppmm(567,17699
  852. #define __umulsidi3(576,17999
  853. #define udiv_qrnnd(583,18193
  854. #define add_ssaaaa(596,18635
  855. #define sub_ddmmss(621,19622
  856. #define count_leading_zeros(660,21167
  857. #define umul_ppmm(665,21333
  858. #define UMUL_TIME 674,21604
  859. #define smul_ppmm(675,21625
  860. #define SMUL_TIME 684,21893
  861. #define UDIV_TIME 685,21914
  862. #define umul_ppmm(687,21942
  863. #define UMUL_TIME 698,22309
  864. #define smul_ppmm(699,22329
  865. #define SMUL_TIME 705,22503
  866. #define sdiv_qrnnd(706,22523
  867. #define UDIV_TIME 710,22708
  868. #define add_ssaaaa(715,22803
  869. #define sub_ddmmss(724,23089
  870. #define umul_ppmm(734,23424
  871. #define add_ssaaaa(750,23870
  872. #define sub_ddmmss(759,24150
  873. #define umul_ppmm(768,24428
  874. #define UMUL_TIME 800,25006
  875. #define UDIV_TIME 801,25027
  876. #define count_leading_zeros(802,25049
  877. #define add_ssaaaa(819,25472
  878. #define sub_ddmmss(829,25793
  879. #define umul_ppmm(840,26139
  880. #define udiv_qrnnd(846,26341
  881. #define umul_ppmm(857,26781
  882. #define udiv_qrnnd(863,26983
  883. #define UDIV_TIME 909,28048
  884. #define count_leading_zeros(910,28069
  885. #define umul_ppmm(917,28349
  886. #define UMUL_TIME 963,29491
  887. #define udiv_qrnnd(966,29668
  888. #define UDIV_TIME 996,30488
  889. #define add_ssaaaa(1002,30661
  890. #define sub_ddmmss(1011,30947
  891. #define umul_ppmm(1020,31231
  892. #define sdiv_qrnnd(1036,31733
  893. #define add_ssaaaa(1053,32186
  894. #define sub_ddmmss(1063,32422
  895. #define umul_ppmm(1073,32657
  896. #define __umulsidi3(1099,33529
  897. #define __udiv_qrnnd_c(1106,33724
  898. #define udiv_qrnnd(1146,34980
  899. #define UDIV_NEEDS_NORMALIZATION 1156,35257
  900. #define udiv_qrnnd 1157,35292
  901. #define count_leading_zeros(1162,35403
  902. #define UDIV_NEEDS_NORMALIZATION 1185,36035
  903.  
  904. loop.h,157
  905. #define INSN_LUID(24,947
  906. enum g_types g_types38,1535
  907. struct inductioninduction43,1696
  908. struct iv_class iv_class116,5351
  909. enum iv_mode iv_mode139,6522
  910.  
  911. machmode.h,853
  912. #define PROTO(25,953
  913. #define PROTO(27,984
  914. #define MIN(43,1380
  915. #define MAX(44,1421
  916. #define HOST_BITS_PER_WIDE_INT 51,1608
  917. #define HOST_WIDE_INT 52,1658
  918. #define HOST_BITS_PER_WIDE_INT 54,1691
  919. #define HOST_WIDE_INT 55,1740
  920. #define HOST_PTR_PRINTF 63,1875
  921. #define DEF_MACHMODE(68,2015
  922. enum machine_mode machine_mode70,2079
  923. #define HAVE_MACHINE_MODES80,2213
  924. #define NUM_MACHINE_MODES 83,2267
  925. #define GET_MODE_NAME(89,2397
  926. enum mode_class mode_class91,2452
  927. #define GET_MODE_CLASS(98,2732
  928. #define INTEGRAL_MODE_P(101,2833
  929. #define FLOAT_MODE_P(107,3056
  930. #define GET_MODE_SIZE(114,3260
  931. #define GET_MODE_UNIT_SIZE(119,3420
  932. #define GET_MODE_NUNITS(123,3531
  933. #define GET_MODE_BITSIZE(129,3726
  934. #define GET_MODE_MASK(134,3888
  935. #define GET_MODE_WIDER_MODE(141,4177
  936. #define GET_MODE_ALIGNMENT(155,4737
  937. #define GET_CLASS_NARROWEST_MODE(162,4979
  938.  
  939. objc-act.h,834
  940. #define KEYWORD_KEY_NAME(76,2575
  941. #define KEYWORD_ARG_NAME(77,2626
  942. #define METHOD_SEL_NAME(80,2729
  943. #define METHOD_SEL_ARGS(81,2779
  944. #define METHOD_ADD_ARGS(82,2834
  945. #define METHOD_DEFINITION(83,2886
  946. #define METHOD_ENCODING(84,2941
  947. #define CLASS_NAME(89,3135
  948. #define CLASS_SUPER_NAME(90,3182
  949. #define CLASS_IVARS(91,3238
  950. #define CLASS_RAW_IVARS(92,3302
  951. #define CLASS_NST_METHODS(93,3370
  952. #define CLASS_CLS_METHODS(94,3426
  953. #define CLASS_STATIC_TEMPLATE(95,3482
  954. #define CLASS_CATEGORY_LIST(96,3556
  955. #define CLASS_PROTOCOL_LIST(97,3628
  956. #define PROTOCOL_NAME(98,3700
  957. #define PROTOCOL_LIST(99,3750
  958. #define PROTOCOL_NST_METHODS(100,3816
  959. #define PROTOCOL_CLS_METHODS(101,3875
  960. #define PROTOCOL_FORWARD_DECL(102,3934
  961. #define TYPE_PROTOCOL_LIST(103,4008
  962. #define DEFTREECODE(107,4143
  963. enum objc_tree_code objc_tree_code108,4193
  964.  
  965. obstack.h,1829
  966. #define __OBSTACK_H__104,4711
  967. #define __PTR_TO_INT(111,4940
  968. #define __INT_TO_PTR(115,5011
  969. #define __need_ptrdiff_t128,5562
  970. #define PTR_INT_TYPE 136,5665
  971. #define PTR_INT_TYPE 138,5702
  972. struct _obstack_chunk    _obstack_chunk141,5736
  973. struct obstack    obstack148,5964
  974. #define obstack_base(231,9354
  975. #define obstack_chunk_size(235,9467
  976. #define obstack_next_free(239,9581
  977. #define obstack_alignment_mask(243,9731
  978. #define obstack_init(245,9788
  979. #define obstack_begin(249,9920
  980. #define obstack_specify_allocation(253,10064
  981. #define obstack_specify_allocation_with_arg(257,10245
  982. #define obstack_chunkfun(261,10449
  983. #define obstack_freefun(264,10560
  984. #define obstack_1grow_fast(267,10649
  985. #define obstack_blank_fast(269,10716
  986. #define __extension__276,11045
  987. #define obstack_object_size(284,11277
  988. #define obstack_room(290,11482
  989. #define obstack_grow(295,11645
  990. #define obstack_grow0(308,12064
  991. #define obstack_1grow(322,12537
  992. #define obstack_ptr_grow(335,13003
  993. #define obstack_int_grow(344,13337
  994. #define obstack_ptr_grow_fast(353,13661
  995. #define obstack_int_grow_fast(354,13745
  996. #define obstack_blank(356,13825
  997. #define obstack_alloc(366,14151
  998. #define obstack_copy(372,14329
  999. #define obstack_copy0(378,14518
  1000. #define obstack_finish(386,14807
  1001. #define obstack_free(407,15538
  1002. #define obstack_object_size(417,15887
  1003. #define obstack_room(420,15993
  1004. #define obstack_grow(429,16329
  1005. #define obstack_grow0(437,16642
  1006. #define obstack_1grow(446,16998
  1007. #define obstack_ptr_grow(452,17202
  1008. #define obstack_int_grow(458,17483
  1009. #define obstack_ptr_grow_fast(464,17749
  1010. #define obstack_int_grow_fast(465,17833
  1011. #define obstack_blank(467,17913
  1012. #define obstack_alloc(474,18163
  1013. #define obstack_copy(477,18258
  1014. #define obstack_copy0(480,18365
  1015. #define obstack_finish(483,18474
  1016. #define obstack_free(499,19097
  1017. #define obstack_free(506,19434
  1018.  
  1019. options.h,0
  1020.  
  1021. output.h,0
  1022.  
  1023. pcp.h,161
  1024. typedef struct stringdef STRINGDEF;STRINGDEF24,872
  1025. struct stringdefstringdef25,908
  1026. typedef struct keydef KEYDEF;KEYDEF36,1270
  1027. struct keydefkeydef37,1300
  1028.  
  1029. real.h,3013
  1030. #define REAL_H_INCLUDED22,834
  1031. #define UNKNOWN_FLOAT_FORMAT 25,922
  1032. #define IEEE_FLOAT_FORMAT 26,953
  1033. #define VAX_FLOAT_FORMAT 27,981
  1034. #define IBM_FLOAT_FORMAT 28,1008
  1035. #define    TARGET_FLOAT_FORMAT    33,1141
  1036. #define    HOST_FLOAT_FORMAT    37,1221
  1037. #define REAL_INFINITY41,1318
  1038. #define FLOAT_WORDS_BIG_ENDIAN 50,1609
  1039. #define HOST_FLOAT_WORDS_BIG_ENDIAN 56,1791
  1040. #define HOST_FLOAT_WORDS_BIG_ENDIAN 58,1835
  1041. #define LONG_DOUBLE_TYPE_SIZE 67,2158
  1042. #define REAL_ARITHMETIC71,2290
  1043. #define REAL_IS_NOT_DOUBLE80,2583
  1044. #define REAL_ARITHMETIC81,2610
  1045. } realvaluetype;realvaluetype84,2726
  1046. #define REAL_VALUE_TYPE 85,2743
  1047. #define REAL_IS_NOT_DOUBLE91,2849
  1048. #define REAL_ARITHMETIC92,2876
  1049. } realvaluetype;realvaluetype95,2992
  1050. #define REAL_VALUE_TYPE 96,3009
  1051. #define REAL_IS_NOT_DOUBLE103,3236
  1052. } realvaluetype;realvaluetype106,3354
  1053. #define REAL_VALUE_TYPE 107,3371
  1054. #define REAL_VALUE_TYPE 111,3525
  1055. #define REAL_ARITHMETIC(126,4068
  1056. #define REAL_VALUES_EQUAL(157,5579
  1057. #define REAL_VALUES_LESS(159,5661
  1058. #define REAL_VALUE_LDEXP(160,5721
  1059. #define REAL_VALUE_RNDZINT(163,5808
  1060. #define REAL_VALUE_UNSIGNED_RNDZINT(164,5852
  1061. #define REAL_VALUE_TRUNCATE(166,5953
  1062. #define REAL_VALUE_FIX(170,6128
  1063. #define REAL_VALUE_UNSIGNED_FIX(173,6249
  1064. #define REAL_VALUE_ATOF 175,6298
  1065. #define REAL_VALUE_NEGATE 176,6333
  1066. #define REAL_VALUE_MINUS_ZERO(178,6373
  1067. #define REAL_VALUE_TO_INT 181,6469
  1068. #define REAL_VALUE_FROM_INT(184,6582
  1069. #define REAL_VALUE_FROM_UNSIGNED_INT(187,6690
  1070. #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(191,6860
  1071. #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(193,6944
  1072. #define REAL_VALUE_TO_TARGET_DOUBLE(195,7029
  1073. #define REAL_VALUE_TO_TARGET_SINGLE(198,7149
  1074. #define REAL_VALUE_FROM_TARGET_DOUBLE(202,7347
  1075. #define REAL_VALUE_FROM_TARGET_SINGLE(205,7491
  1076. #define REAL_VALUE_TO_DECIMAL(208,7601
  1077. #define    REAL_IS_NOT_DOUBLE227,8396
  1078.   } realvaluetype;realvaluetype231,8525
  1079. #define REAL_VALUE_TYPE 232,8544
  1080. #define REAL_VALUE_TYPE 243,8894
  1081. #define REAL_IS_NOT_DOUBLE245,8931
  1082. #define REAL_VALUE_TO_TARGET_SINGLE(254,9244
  1083. #define REAL_VALUE_TO_TARGET_DOUBLE(264,9607
  1084. #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(282,10226
  1085. #define REAL_VALUES_EQUAL(287,10397
  1086. #define REAL_VALUES_LESS(292,10531
  1087. #define REAL_VALUE_RNDZINT(297,10673
  1088. #define REAL_VALUE_UNSIGNED_RNDZINT(302,10843
  1089. #define REAL_VALUE_FIX(307,11017
  1090. #define REAL_VALUE_UNSIGNED_FIX(313,11178
  1091. #define REAL_VALUE_LDEXP(318,11300
  1092. #define REAL_VALUE_ATOF(327,11551
  1093. #define REAL_VALUE_ATOF(330,11678
  1094. #define REAL_VALUE_NEGATE(344,12090
  1095. #define REAL_VALUE_TRUNCATE(355,12487
  1096. #define REAL_VALUE_ISINF(362,12711
  1097. #define REAL_VALUE_ISNAN(367,12850
  1098. #define REAL_VALUE_NEGATIVE(372,12995
  1099. #define REAL_VALUE_MINUS_ZERO(377,13147
  1100. union real_extract real_extract390,13496
  1101. #define CONST_DOUBLE_LOW(403,13982
  1102. #define CONST_DOUBLE_HIGH(404,14023
  1103. #define CONST_DOUBLE_CHAIN(407,14137
  1104. #define CONST_DOUBLE_MEM(411,14342
  1105. #define REAL_VALUE_FROM_CONST_DOUBLE(419,14596
  1106. #define CONST_DOUBLE_FROM_REAL_VALUE(426,14836
  1107. #define REAL_VALUE_TO_DECIMAL(435,15210
  1108.  
  1109. recog.h,91
  1110. #define PROTO(24,929
  1111. #define PROTO(26,960
  1112. #define const79,2426
  1113. #define OUT_FCN(85,2500
  1114.  
  1115. regs.h,236
  1116. #define REG_BYTES(23,838
  1117. #define REG_SIZE(29,1105
  1118. #define PSEUDO_REGNO_SIZE(65,2306
  1119. #define PSEUDO_REGNO_BYTES(71,2489
  1120. #define PSEUDO_REGNO_MODE(76,2608
  1121. #define REGNO_POINTER_FLAG(144,5208
  1122. #define CALLER_SAVE_PROFITABLE(165,5897
  1123.  
  1124. reload.h,197
  1125. #define SECONDARY_INPUT_RELOAD_CLASS(26,949
  1126. #define SECONDARY_OUTPUT_RELOAD_CLASS(28,1046
  1127. #define HAVE_SECONDARY_RELOADS34,1308
  1128. #define MAX_RELOADS 40,1461
  1129. enum reload_typereload_type84,3338
  1130.  
  1131. rtl.h,6063
  1132. #define RTX_CODE    35,1123
  1133. enum rtx_code rtx_code36,1154
  1134. #define NUM_RTX_CODE 46,1452
  1135. #define GET_RTX_LENGTH(50,1579
  1136. #define GET_RTX_NAME(53,1661
  1137. #define GET_RTX_FORMAT(56,1741
  1138. #define GET_RTX_CLASS(59,1823
  1139. typedef union rtunion_defrtunion_def63,1926
  1140. } rtunion;rtunion71,2084
  1141. typedef struct rtx_defrtx_def75,2128
  1142. } *rtx;rtx147,5268
  1143. #define PROTO(153,5389
  1144. #define PROTO(155,5420
  1145. #define PVPROTO(161,5489
  1146. #define VPROTO(162,5517
  1147. #define VA_START(163,5544
  1148. #define PVPROTO(165,5602
  1149. #define VPROTO(166,5628
  1150. #define VA_START(167,5668
  1151. #define STDIO_PROTO(173,5765
  1152. #define STDIO_PROTO(175,5809
  1153. #define NULL_RTX 179,5853
  1154. #define NULL 184,5958
  1155. #define GENERIC_PTR 189,6068
  1156. #define GENERIC_PTR 191,6101
  1157. #define NULL_PTR 196,6160
  1158. #define GET_CODE(202,6285
  1159. #define PUT_CODE(203,6340
  1160. #define GET_CODE(205,6407
  1161. #define PUT_CODE(206,6444
  1162. #define GET_MODE(209,6503
  1163. #define PUT_MODE(210,6540
  1164. #define RTX_INTEGRATED_P(212,6592
  1165. #define RTX_UNCHANGING_P(213,6642
  1166. typedef struct rtvec_def{rtvec_def219,6851
  1167. } *rtvec;rtvec222,6943
  1168. #define NULL_RTVEC 224,6954
  1169. #define GET_NUM_ELEM(226,6984
  1170. #define PUT_NUM_ELEM(227,7033
  1171. #define RTVEC_ELT(229,7104
  1172. #define REG_P(233,7184
  1173. #define CONSTANT_P(237,7279
  1174. #define XEXP(244,7556
  1175. #define XINT(245,7597
  1176. #define XWINT(246,7640
  1177. #define XSTR(247,7685
  1178. #define XVEC(248,7728
  1179. #define XVECLEN(249,7771
  1180. #define XVECEXP(250,7827
  1181. #define INSN_UID(256,8040
  1182. #define PREV_INSN(259,8128
  1183. #define NEXT_INSN(260,8173
  1184. #define PATTERN(263,8247
  1185. #define INSN_CODE(267,8413
  1186. #define LOG_LINKS(274,8770
  1187. #define INSN_DELETED_P(277,8852
  1188. #define CONST_CALL_P(280,8948
  1189. #define INSN_ANNULLED_BRANCH_P(284,9119
  1190. #define INSN_FROM_TARGET_P(290,9476
  1191. #define REG_NOTES(344,12915
  1192. enum reg_note reg_note347,13015
  1193. #define REG_NOTE_KIND(354,13373
  1194. #define PUT_REG_NOTE_KIND(355,13435
  1195. #define GET_REG_NOTE_NAME(360,13596
  1196. #define CALL_INSN_FUNCTION_USAGE(369,14019
  1197. #define CODE_LABEL_NUMBER(374,14249
  1198. #define LINE_NUMBER 376,14305
  1199. #define NOTE_SOURCE_FILE(384,14653
  1200. #define NOTE_BLOCK_NUMBER(385,14708
  1201. #define NOTE_LINE_NUMBER(389,14894
  1202. #define NOTE_INSN_DELETED 406,15617
  1203. #define NOTE_INSN_BLOCK_BEG 407,15646
  1204. #define NOTE_INSN_BLOCK_END 408,15677
  1205. #define NOTE_INSN_LOOP_BEG 409,15708
  1206. #define NOTE_INSN_LOOP_END 410,15738
  1207. #define NOTE_INSN_FUNCTION_END 416,16100
  1208. #define NOTE_INSN_SETJMP 418,16213
  1209. #define NOTE_INSN_LOOP_CONT 420,16307
  1210. #define NOTE_INSN_LOOP_VTOP 422,16395
  1211. #define NOTE_INSN_PROLOGUE_END 424,16496
  1212. #define NOTE_INSN_EPILOGUE_BEG 426,16605
  1213. #define NOTE_INSN_DELETED_LABEL 428,16713
  1214. #define NOTE_INSN_FUNCTION_BEG 432,16908
  1215. #define NOTE_DECL_NAME(436,17022
  1216. #define NOTE_DECL_CODE(437,17074
  1217. #define NOTE_DECL_RTL(438,17126
  1218. #define NOTE_DECL_IDENTIFIER(439,17175
  1219. #define NOTE_DECL_TYPE(440,17233
  1220. #define GET_NOTE_INSN_NAME(446,17387
  1221. #define LABEL_NAME(450,17558
  1222. #define LABEL_NUSES(454,17737
  1223. #define BYTECODE_LABEL(462,18047
  1224. #define BYTECODE_BC_LABEL(465,18140
  1225. #define JUMP_LABEL(470,18409
  1226. #define LABEL_REFS(476,18671
  1227. #define LABEL_NEXTREF(482,18882
  1228. #define CONTAINING_INSN(487,19049
  1229. #define REGNO(491,19158
  1230. #define REG_FUNCTION_VALUE_P(496,19309
  1231. #define REG_USERVAR_P(499,19440
  1232. #define INTVAL(503,19543
  1233. #define SUBREG_REG(508,19705
  1234. #define SUBREG_WORD(509,19749
  1235. #define SUBREG_PROMOTED_VAR_P(519,20117
  1236. #define SUBREG_PROMOTED_UNSIGNED_P(520,20171
  1237. #define ASM_OPERANDS_TEMPLATE(524,20290
  1238. #define ASM_OPERANDS_OUTPUT_CONSTRAINT(525,20341
  1239. #define ASM_OPERANDS_OUTPUT_IDX(526,20401
  1240. #define ASM_OPERANDS_INPUT_VEC(527,20454
  1241. #define ASM_OPERANDS_INPUT_CONSTRAINT_VEC(528,20506
  1242. #define ASM_OPERANDS_INPUT(529,20569
  1243. #define ASM_OPERANDS_INPUT_LENGTH(530,20628
  1244. #define ASM_OPERANDS_INPUT_CONSTRAINT(531,20686
  1245. #define ASM_OPERANDS_INPUT_MODE(532,20766
  1246. #define ASM_OPERANDS_SOURCE_FILE(533,20841
  1247. #define ASM_OPERANDS_SOURCE_LINE(534,20895
  1248. #define MEM_VOLATILE_P(538,21036
  1249. #define MEM_IN_STRUCT_P(541,21154
  1250. #define LABEL_OUTSIDE_LOOP_P(545,21315
  1251. #define LABEL_REF_NONLOCAL_P(549,21483
  1252. #define LABEL_PRESERVE_P(552,21609
  1253. #define REG_LOOP_TEST_P(555,21738
  1254. #define SCHED_GROUP_P(559,21898
  1255. #define LINK_COST_ZERO(568,22451
  1256. #define LINK_COST_FREE(569,22489
  1257. #define SET_DEST(573,22626
  1258. #define SET_SRC(574,22668
  1259. #define TRAP_CONDITION(577,22769
  1260. #define CONSTANT_POOL_ADDRESS_P(580,22891
  1261. #define SYMBOL_REF_FLAG(583,23008
  1262. #define SYMBOL_REF_USED(586,23135
  1263. #define FIRST_FUNCTION_INSN(612,24523
  1264. #define FIRST_PARM_INSN(613,24576
  1265. #define FIRST_LABELNO(614,24625
  1266. #define LAST_LABELNO(615,24674
  1267. #define MAX_PARMREG(616,24722
  1268. #define MAX_REGNUM(617,24769
  1269. #define FUNCTION_ARGS_SIZE(618,24815
  1270. #define POPS_ARGS(619,24869
  1271. #define STACK_SLOT_LIST(620,24914
  1272. #define FORCED_LABELS(621,24964
  1273. #define FUNCTION_FLAGS(622,25012
  1274. #define OUTGOING_ARGS_SIZE(623,25063
  1275. #define ORIGINAL_ARG_VECTOR(624,25118
  1276. #define ORIGINAL_DECL_INITIAL(625,25174
  1277. #define FUNCTION_FLAGS_CALLS_ALLOCA 632,25512
  1278. #define FUNCTION_FLAGS_CALLS_SETJMP 633,25551
  1279. #define FUNCTION_FLAGS_RETURNS_STRUCT 634,25590
  1280. #define FUNCTION_FLAGS_RETURNS_PCC_STRUCT 635,25631
  1281. #define FUNCTION_FLAGS_NEEDS_CONTEXT 636,25677
  1282. #define FUNCTION_FLAGS_HAS_NONLOCAL_LABEL 637,25718
  1283. #define FUNCTION_FLAGS_RETURNS_POINTER 638,25764
  1284. #define FUNCTION_FLAGS_USES_CONST_POOL 639,25808
  1285. #define FUNCTION_FLAGS_CALLS_LONGJMP 640,25852
  1286. #define FUNCTION_FLAGS_USES_PIC_OFFSET_TABLE 641,25894
  1287. #define FIND_REG_INC_NOTE(648,26249
  1288. #define FIND_REG_INC_NOTE(650,26333
  1289. #define AUTO_INC_DEC658,26712
  1290. #define exact_log2(668,26979
  1291. #define floor_log2(669,27039
  1292. #define plus_constant(672,27107
  1293. #define plus_constant_for_output(674,27179
  1294. #define GEN_INT(680,27410
  1295. #define CONST0_RTX(848,34922
  1296. #define CONST1_RTX(852,35027
  1297. #define CONST2_RTX(853,35086
  1298. #define HARD_FRAME_POINTER_REGNUM 875,36080
  1299. #define FIRST_VIRTUAL_REGISTER    884,36467
  1300. #define VIRTUAL_INCOMING_ARGS_REGNUM    892,36736
  1301. #define VIRTUAL_STACK_VARS_REGNUM    900,36998
  1302. #define VIRTUAL_STACK_DYNAMIC_REGNUM    908,37267
  1303. #define VIRTUAL_OUTGOING_ARGS_REGNUM    916,37556
  1304. #define LAST_VIRTUAL_REGISTER    918,37625
  1305. #define STORE_FLAG_VALUE 939,38315
  1306.  
  1307. scan.h,419
  1308. typedef struct sstringsstring20,808
  1309. } sstring;sstring25,875
  1310. #define INIT_SSTRING(27,887
  1311. #define FREE_SSTRING(28,965
  1312. #define SSTRING_PUT(29,1042
  1313. #define SSTRING_LENGTH(32,1176
  1314. #define MAKE_SSTRING_SPACE(33,1231
  1315. #define _PARAMS(38,1411
  1316. #define _PARAMS(40,1444
  1317. struct fn_declfn_decl45,1506
  1318. #define IDENTIFIER_TOKEN 65,2135
  1319. #define CHAR_TOKEN 66,2164
  1320. #define STRING_TOKEN 67,2187
  1321. #define INT_TOKEN 68,2212
  1322.  
  1323. specs.h,0
  1324.  
  1325. stack.h,38
  1326. struct stack_levelstack_level25,966
  1327.  
  1328. sys-protos.h,160
  1329. extern ENTRY                  TLgetentry(6,257
  1330. extern ENTRY *                hsearch(538,30567
  1331. extern ENTRY *                hsearch(ENTRY, ACTION)538,30567
  1332.  
  1333. sys-types.h,5084
  1334. enum clnt_stat clnt_stat1,0
  1335. enum auth_stat auth_stat2,29
  1336. struct timeval timeval65,959
  1337. struct in_addr in_addr69,1034
  1338. struct mallinfo mallinfo71,1076
  1339. typedef int dev_t;dev_t93,1481
  1340. typedef int pid_t;pid_t94,1500
  1341. typedef int gid_t;gid_t95,1519
  1342. typedef int off_t;off_t96,1538
  1343. typedef int mode_t;mode_t97,1557
  1344. typedef int uid_t;uid_t98,1577
  1345. typedef int proc_t;proc_t100,1597
  1346. typedef int time_t;time_t101,1617
  1347. typedef int addr_t;addr_t102,1637
  1348. typedef int caddr_t;caddr_t103,1657
  1349. typedef int clock_t;clock_t104,1678
  1350. typedef int div_t;div_t105,1699
  1351. typedef int ldiv_t;ldiv_t106,1718
  1352. typedef int dl_t;dl_t107,1738
  1353. typedef int major_t;major_t108,1756
  1354. typedef int minor_t;minor_t109,1777
  1355. typedef int emcp_t;emcp_t110,1798
  1356. typedef int fpclass_t;fpclass_t111,1818
  1357. typedef int index_t;index_t112,1841
  1358. typedef int ecb_t;ecb_t113,1862
  1359. typedef int aioop_t;aioop_t114,1881
  1360. typedef int evver_t;evver_t115,1902
  1361. typedef int evcntlcmds_t;evcntlcmds_t116,1923
  1362. typedef int idtype_t;idtype_t117,1949
  1363. typedef int id_t;id_t118,1971
  1364. typedef int procset_t;procset_t119,1989
  1365. typedef int hostid_t;hostid_t120,2012
  1366. typedef int evpollcmds_t;evpollcmds_t121,2034
  1367. typedef int event_t;event_t122,2060
  1368. typedef int hrtime_t;hrtime_t123,2081
  1369. typedef int evqcntlcmds_t;evqcntlcmds_t124,2103
  1370. typedef int sigset_t;sigset_t125,2130
  1371. typedef int evsiginfo_t;evsiginfo_t126,2152
  1372. typedef int evcontext_t;evcontext_t127,2177
  1373. typedef int evta_t;evta_t128,2202
  1374. typedef int speed_t;speed_t129,2222
  1375. typedef int rlim_t;rlim_t130,2243
  1376. typedef int cred_t;cred_t131,2263
  1377. typedef int file_t;file_t132,2283
  1378. typedef int vnode_t;vnode_t133,2303
  1379. typedef int vfs_t;vfs_t134,2324
  1380. typedef int fpos_t;fpos_t135,2343
  1381. typedef int exhda_t;exhda_t136,2363
  1382. typedef int ucontext_t;ucontext_t137,2384
  1383. typedef int sess_t;sess_t138,2408
  1384. typedef int hrtcmd_t;hrtcmd_t139,2428
  1385. typedef int interval_t;interval_t140,2450
  1386. typedef int key_t;key_t141,2474
  1387. typedef int daddr_t;daddr_t142,2493
  1388. typedef int stack_t;stack_t143,2514
  1389. typedef int sigaction_t;sigaction_t144,2535
  1390. typedef int siginfo_t;siginfo_t145,2560
  1391. typedef int mblk_t;mblk_t146,2583
  1392. typedef int paddr_t;paddr_t147,2603
  1393. typedef int qband_t;qband_t148,2624
  1394. typedef int queue_t;queue_t149,2645
  1395. typedef int rf_resource_t;rf_resource_t150,2666
  1396. typedef int sr_mount_t;sr_mount_t151,2693
  1397. typedef int timer_t;timer_t152,2717
  1398. typedef int fpregset_t;fpregset_t153,2738
  1399. typedef int prstatus_t;prstatus_t154,2762
  1400. typedef int vfssw_t;vfssw_t155,2786
  1401. typedef int eucwidth_t;eucwidth_t156,2807
  1402. typedef int page_t;page_t157,2831
  1403. typedef int u_int;u_int159,2852
  1404. typedef int u_short;u_short160,2871
  1405. typedef int u_long;u_long161,2892
  1406. typedef int u_char;u_char162,2912
  1407. typedef int ushort;ushort164,2933
  1408. typedef int ulong;ulong165,2953
  1409. typedef int uint;uint166,2972
  1410. typedef int __gnuc_va_list;__gnuc_va_list168,2991
  1411. typedef int archdr;archdr170,3020
  1412. typedef int AUTH;AUTH171,3040
  1413. typedef int CLIENT;CLIENT172,3058
  1414. typedef int DIR;DIR173,3078
  1415. typedef int ENTRY;ENTRY174,3095
  1416. typedef int Elf;Elf175,3114
  1417. typedef int Elf32_Ehdr;Elf32_Ehdr176,3131
  1418. typedef int Elf32_Phdr;Elf32_Phdr177,3155
  1419. typedef int Elf32_Shdr;Elf32_Shdr178,3179
  1420. typedef int Elf_Arhdr;Elf_Arhdr179,3203
  1421. typedef int Elf_Arsym;Elf_Arsym180,3226
  1422. typedef int Elf_Cmd;Elf_Cmd181,3249
  1423. typedef int Elf_Data;Elf_Data182,3270
  1424. typedef int Elf_Scn;Elf_Scn183,3292
  1425. typedef int Elf_Type;Elf_Type184,3313
  1426. typedef int Elf_Kind;Elf_Kind185,3335
  1427. typedef int FIELD;FIELD186,3357
  1428. typedef int FIELDTYPE;FIELDTYPE187,3376
  1429. typedef int PTF_int;PTF_int188,3399
  1430. typedef int PTF_void;PTF_void189,3420
  1431. typedef int PTF_charP;PTF_charP190,3442
  1432. typedef int FILE;FILE191,3465
  1433. typedef int FORM;FORM192,3483
  1434. typedef int ITEM;ITEM193,3501
  1435. typedef int MENU;MENU194,3519
  1436. typedef int OPTIONS;OPTIONS195,3537
  1437. typedef int PANEL;PANEL196,3558
  1438. typedef int FTP_void;FTP_void197,3577
  1439. typedef int RPCBLIST;RPCBLIST198,3599
  1440. typedef int SCREEN;SCREEN199,3621
  1441. typedef int SVCXPRT;SVCXPRT200,3641
  1442. typedef int TERMINAL;TERMINAL201,3662
  1443. typedef int WINDOW;WINDOW202,3684
  1444. typedef int bool;bool203,3704
  1445. typedef int nl_catd;nl_catd204,3722
  1446. typedef int nl_item;nl_item205,3743
  1447. typedef int chtype;chtype206,3764
  1448. typedef int datum;datum207,3784
  1449. typedef int fp_rnd;fp_rnd208,3803
  1450. typedef int spraycumul;spraycumul209,3823
  1451. typedef int WORD;WORD210,3847
  1452. typedef int VISIT;VISIT211,3865
  1453. typedef int ACTION;ACTION212,3884
  1454. typedef int *jmp_buf;jmp_buf214,3905
  1455. typedef int *sigjmp_buf;sigjmp_buf215,3927
  1456. typedef int xdrproc_t;xdrproc_t216,3952
  1457. typedef int CALL;CALL217,3975
  1458. typedef int bool_t;bool_t218,3993
  1459. typedef int DBM;DBM219,4013
  1460. typedef int des_block;des_block220,4030
  1461. typedef int resultproc_t;resultproc_t221,4053
  1462. #define mode_t 226,4093
  1463. #define uid_t 227,4112
  1464. #define gid_t 228,4130
  1465. #define time_t 229,4148
  1466. #define pid_t 230,4168
  1467. #define signal_ret_t 231,4186
  1468. #define wait_arg_t 232,4211
  1469. #define signal_ret_t 236,4249
  1470. #define wait_arg_t 237,4275
  1471.  
  1472. tconfig.h,0
  1473.  
  1474. tm.h,0
  1475.  
  1476. tree.h,7960
  1477. #define DEFTREECODE(29,907
  1478. enum tree_code tree_code31,961
  1479. #define NUM_TREE_CODES 41,1145
  1480. #define TREE_CODE_CLASS(51,1611
  1481. enum built_in_functionbuilt_in_function64,1940
  1482. typedef union tree_node *tree;tree129,3615
  1483. struct tree_commontree_common136,3819
  1484. #define TREE_CODE(177,4856
  1485. #define TREE_SET_CODE(178,4919
  1486. #define TREE_TYPE(183,5205
  1487. #define TREE_CHAIN(194,5672
  1488. #define STRIP_NOPS(199,5840
  1489. #define STRIP_TYPE_NOPS(209,6192
  1490. #define INTEGRAL_TYPE_P(220,6570
  1491. #define FLOAT_TYPE_P(227,6854
  1492. #define AGGREGATE_TYPE_P(234,7087
  1493. #define POINTER_TYPE_P(241,7357
  1494. #define TREE_ADDRESSABLE(258,8272
  1495. #define TREE_STATIC(263,8520
  1496. #define TREE_NO_UNUSED_WARNING(267,8722
  1497. #define TREE_VIA_VIRTUAL(271,8904
  1498. #define TREE_CONSTANT_OVERFLOW(276,9188
  1499. #define TREE_SYMBOL_REFERENCED(280,9362
  1500. #define TREE_OVERFLOW(285,9653
  1501. #define TREE_PUBLIC(292,9977
  1502. #define TREE_VIA_PUBLIC(297,10215
  1503. #define TREE_VIA_PRIVATE(300,10317
  1504. #define TREE_VIA_PROTECTED(306,10573
  1505. #define TREE_SIDE_EFFECTS(313,10958
  1506. #define TREE_THIS_VOLATILE(325,11511
  1507. #define TREE_READONLY(332,11865
  1508. #define TREE_CONSTANT(338,12112
  1509. #define TREE_PERMANENT(343,12330
  1510. #define TREE_UNSIGNED(348,12579
  1511. #define TREE_ASM_WRITTEN(357,13089
  1512. #define TREE_USED(363,13368
  1513. #define TREE_RAISES(367,13538
  1514. #define TREE_PRIVATE(370,13625
  1515. #define TREE_PROTECTED(373,13762
  1516. #define TREE_LANG_FLAG_0(376,13904
  1517. #define TREE_LANG_FLAG_1(377,13964
  1518. #define TREE_LANG_FLAG_2(378,14024
  1519. #define TREE_LANG_FLAG_3(379,14084
  1520. #define TREE_LANG_FLAG_4(380,14144
  1521. #define TREE_LANG_FLAG_5(381,14204
  1522. #define TREE_LANG_FLAG_6(382,14264
  1523. #define TREE_INT_CST_LOW(390,14674
  1524. #define TREE_INT_CST_HIGH(391,14735
  1525. #define INT_CST_LT(393,14799
  1526. #define INT_CST_LT_UNSIGNED(399,15045
  1527. struct tree_int_csttree_int_cst407,15416
  1528. #define TREE_CST_RTL(418,15724
  1529. #define TREE_REAL_CST(425,15963
  1530. struct tree_real_csttree_real_cst429,16039
  1531. #define TREE_STRING_LENGTH(438,16250
  1532. #define TREE_STRING_POINTER(439,16307
  1533. struct tree_stringtree_string441,16367
  1534. #define TREE_REALPART(451,16587
  1535. #define TREE_IMAGPART(452,16638
  1536. struct tree_complextree_complex454,16690
  1537. #define IDENTIFIER_LENGTH(465,16974
  1538. #define IDENTIFIER_POINTER(466,17034
  1539. struct tree_identifiertree_identifier468,17097
  1540. #define TREE_PURPOSE(476,17229
  1541. #define TREE_VALUE(477,17279
  1542. struct tree_listtree_list479,17326
  1543. #define TREE_VEC_LENGTH(487,17474
  1544. #define TREE_VEC_ELT(488,17525
  1545. #define TREE_VEC_END(489,17573
  1546. struct tree_vectree_vec491,17640
  1547. #define SAVE_EXPR_CONTEXT(501,17852
  1548. #define SAVE_EXPR_RTL(502,17906
  1549. #define RTL_EXPR_SEQUENCE(505,18010
  1550. #define RTL_EXPR_RTL(506,18090
  1551. #define CALL_EXPR_RTL(509,18194
  1552. #define CONSTRUCTOR_ELTS(512,18301
  1553. #define TREE_OPERAND(515,18393
  1554. #define TREE_COMPLEXITY(516,18449
  1555. struct tree_exptree_exp518,18505
  1556. #define BLOCK_VARS(526,18646
  1557. #define BLOCK_TYPE_TAGS(527,18692
  1558. #define BLOCK_SUBBLOCKS(528,18748
  1559. #define BLOCK_SUPERCONTEXT(529,18804
  1560. #define BLOCK_CHAIN(532,18961
  1561. #define BLOCK_ABSTRACT_ORIGIN(533,19005
  1562. #define BLOCK_ABSTRACT(534,19073
  1563. #define BLOCK_END_NOTE(535,19132
  1564. #define BLOCK_HANDLER_BLOCK(539,19291
  1565. struct tree_blocktree_block541,19361
  1566. #define TYPE_UID(561,19882
  1567. #define TYPE_SIZE(562,19924
  1568. #define TYPE_MODE(563,19968
  1569. #define TYPE_VALUES(564,20012
  1570. #define TYPE_DOMAIN(565,20060
  1571. #define TYPE_FIELDS(566,20108
  1572. #define TYPE_METHODS(567,20156
  1573. #define TYPE_VFIELD(568,20205
  1574. #define TYPE_ARG_TYPES(569,20253
  1575. #define TYPE_METHOD_BASETYPE(570,20304
  1576. #define TYPE_OFFSET_BASETYPE(571,20361
  1577. #define TYPE_POINTER_TO(572,20418
  1578. #define TYPE_REFERENCE_TO(573,20474
  1579. #define TYPE_MIN_VALUE(574,20534
  1580. #define TYPE_MAX_VALUE(575,20585
  1581. #define TYPE_PRECISION(576,20636
  1582. #define TYPE_SYMTAB_ADDRESS(577,20690
  1583. #define TYPE_SYMTAB_POINTER(578,20754
  1584. #define TYPE_NAME(579,20818
  1585. #define TYPE_NEXT_VARIANT(580,20862
  1586. #define TYPE_MAIN_VARIANT(581,20922
  1587. #define TYPE_BINFO(582,20982
  1588. #define TYPE_NONCOPIED_PARTS(583,21028
  1589. #define TYPE_CONTEXT(584,21094
  1590. #define TYPE_OBSTACK(585,21144
  1591. #define TYPE_LANG_SPECIFIC(586,21194
  1592. #define TYPE_ATTRIBUTES(590,21342
  1593. #define TYPE_ALIGN(594,21498
  1594. #define TYPE_STUB_DECL(596,21545
  1595. #define TYPE_NO_FORCE_BLK(601,21749
  1596. #define TYPE_VOLATILE(604,21872
  1597. #define TYPE_READONLY(607,21975
  1598. #define TYPE_LANG_FLAG_0(610,22115
  1599. #define TYPE_LANG_FLAG_1(611,22173
  1600. #define TYPE_LANG_FLAG_2(612,22231
  1601. #define TYPE_LANG_FLAG_3(613,22289
  1602. #define TYPE_LANG_FLAG_4(614,22347
  1603. #define TYPE_LANG_FLAG_5(615,22405
  1604. #define TYPE_LANG_FLAG_6(616,22463
  1605. #define TYPE_STRING_FLAG(621,22693
  1606. #define TYPE_NEEDS_CONSTRUCTING(625,22863
  1607. #define TYPE_TRANSPARENT_UNION(629,23083
  1608. #define TYPE_PACKED(633,23258
  1609. struct tree_typetree_type635,23312
  1610. #define BINFO_TYPE(697,25320
  1611. #define BINFO_OFFSET(705,25674
  1612. #define TYPE_BINFO_OFFSET(706,25726
  1613. #define BINFO_OFFSET_ZEROP(707,25791
  1614. #define BINFO_VTABLE(713,26079
  1615. #define TYPE_BINFO_VTABLE(714,26131
  1616. #define BINFO_VIRTUALS(719,26382
  1617. #define TYPE_BINFO_VIRTUALS(720,26436
  1618. #define BINFO_BASETYPES(732,26974
  1619. #define TYPE_BINFO_BASETYPES(733,27029
  1620. #define BINFO_VPTR_FIELD(739,27292
  1621. #define BINFO_BASETYPE(742,27416
  1622. #define TYPE_BINFO_BASETYPE(743,27490
  1623. #define BINFO_INHERITANCE_CHAIN(756,28277
  1624. #define DECL_NAME(762,28508
  1625. #define DECL_ASSEMBLER_NAME(767,28750
  1626. #define DECL_SECTION_NAME(770,28957
  1627. #define DECL_CONTEXT(776,29348
  1628. #define DECL_FIELD_CONTEXT(777,29398
  1629. #define DECL_MACHINE_ATTRIBUTES(780,29550
  1630. #define DECL_FIELD_BITPOS(783,29749
  1631. #define DECL_BIT_FIELD_TYPE(787,29996
  1632. #define DECL_ARGUMENTS(791,30192
  1633. #define DECL_RESULT(793,30308
  1634. #define DECL_ARG_TYPE_AS_WRITTEN(795,30434
  1635. #define DECL_INITIAL(801,30729
  1636. #define DECL_ARG_TYPE(804,30913
  1637. #define DECL_QUALIFIER(807,31122
  1638. #define DECL_SOURCE_FILE(809,31253
  1639. #define DECL_SOURCE_LINE(810,31308
  1640. #define DECL_SIZE(813,31445
  1641. #define DECL_ALIGN(815,31540
  1642. #define DECL_MODE(819,31757
  1643. #define DECL_RTL(825,32134
  1644. #define DECL_INCOMING_RTL(828,32281
  1645. #define DECL_SAVED_INSNS(830,32413
  1646. #define DECL_FRAME_SIZE(833,32569
  1647. #define DECL_FUNCTION_CODE(836,32723
  1648. #define DECL_SET_FUNCTION_CODE(837,32784
  1649. #define DECL_FIELD_SIZE(839,32930
  1650. #define DECL_VINDEX(848,33433
  1651. #define DECL_FCONTEXT(852,33688
  1652. #define DECL_UID(855,33788
  1653. #define DECL_ABSTRACT_ORIGIN(860,34045
  1654. #define DECL_FROM_INLINE(865,34331
  1655. #define DECL_IGNORED_P(869,34514
  1656. #define DECL_ABSTRACT(877,34998
  1657. #define DECL_IN_SYSTEM_HEADER(881,35162
  1658. #define DECL_COMMON(886,35443
  1659. #define DECL_LANG_SPECIFIC(889,35540
  1660. #define DECL_EXTERNAL(894,35744
  1661. #define TYPE_DECL_SUPPRESS_DEBUG(900,36004
  1662. #define DECL_REGISTER(906,36290
  1663. #define DECL_PACKED(908,36413
  1664. #define DECL_NONLOCAL(917,36818
  1665. #define DECL_INLINE(921,36972
  1666. #define DECL_BUILT_IN_NONANSI(926,37212
  1667. #define DECL_BIT_FIELD(930,37371
  1668. #define DECL_TOO_LATE(933,37567
  1669. #define DECL_BUILT_IN(935,37687
  1670. #define DECL_IN_TEXT_SECTION(938,37829
  1671. #define DECL_VIRTUAL_P(943,38075
  1672. #define DECL_DEFER_OUTPUT(947,38247
  1673. #define DECL_TRANSPARENT_UNION(952,38475
  1674. #define DECL_STATIC_CONSTRUCTOR(956,38667
  1675. #define DECL_STATIC_DESTRUCTOR(957,38737
  1676. #define DECL_ARTIFICIAL(960,38886
  1677. #define DECL_WEAK(963,39005
  1678. #define DECL_LANG_FLAG_0(966,39107
  1679. #define DECL_LANG_FLAG_1(967,39165
  1680. #define DECL_LANG_FLAG_2(968,39223
  1681. #define DECL_LANG_FLAG_3(969,39281
  1682. #define DECL_LANG_FLAG_4(970,39339
  1683. #define DECL_LANG_FLAG_5(971,39397
  1684. #define DECL_LANG_FLAG_6(972,39455
  1685. #define DECL_LANG_FLAG_7(973,39513
  1686. struct tree_decltree_decl975,39572
  1687. union tree_nodetree_node1051,41685
  1688. #define PROTO(1070,42157
  1689. #define PROTO(1072,42188
  1690. #define PVPROTO(1078,42257
  1691. #define VPROTO(1079,42285
  1692. #define VA_START(1080,42322
  1693. #define PVPROTO(1082,42381
  1694. #define VPROTO(1083,42407
  1695. #define VA_START(1084,42457
  1696. #define STDIO_PROTO(1090,42555
  1697. #define STDIO_PROTO(1092,42599
  1698. #define NULL_TREE 1096,42643
  1699. #define NULL 1101,42753
  1700. #define GENERIC_PTR 1106,42863
  1701. #define GENERIC_PTR 1108,42896
  1702. #define NULL_PTR 1113,42955
  1703. #define exact_log2(1121,43198
  1704. #define floor_log2(1122,43258
  1705. #define build_int_2(1168,44564
  1706.  
  1707. typeclass.h,32
  1708. enum type_classtype_class3,52
  1709.  
  1710. xcoffout.h,680
  1711. #define ASM_STABS_OP 4,86
  1712. #define DBX_TYPE_DECL_STABS_CODE 8,176
  1713. #define DBX_OUTPUT_STANDARD_TYPES(16,465
  1714. #define DBX_TYPE_DEFINED(24,654
  1715. #define DBX_STATIC_CONST_VAR_CODE 29,820
  1716. #define DBX_STATIC_BLOCK_START(46,1657
  1717. #define DBX_STATIC_BLOCK_END(59,2108
  1718. #define DBX_REGPARM_STABS_CODE 67,2350
  1719. #define DBX_REGPARM_STABS_LETTER 71,2454
  1720. #define DBX_FINISH_SYMBOL(76,2593
  1721. #define N_DECL 106,3760
  1722. #define N_RPSYM 112,3966
  1723. #define DBX_OUTPUT_MAIN_SOURCE_DIRECTORY(143,4886
  1724. #define DBX_OUTPUT_MAIN_SOURCE_FILENAME(150,5283
  1725. #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(154,5443
  1726. #define DBX_CONTIN_LENGTH 166,5814
  1727. #define DBX_NO_XREFS171,6054
  1728. #define DEBUG_SYMS_TEXT177,6240
  1729.  
  1730. alloca.c,675
  1731. #define ADDRESS_FUNCTION(58,1913
  1732. #define ADDRESS_FUNCTION(60,1976
  1733. typedef void *pointer;pointer64,2034
  1734. typedef char *pointer;pointer66,2063
  1735. #define    NULL    69,2094
  1736. #define malloc 82,2558
  1737. #define    STACK_DIRECTION    95,2957
  1738. #define    STACK_DIR    100,3043
  1739. #define    STACK_DIR    105,3214
  1740. find_stack_direction 108,3255
  1741. #define    ALIGN_SIZE    139,4045
  1742. typedef union hdrhdr142,4087
  1743. } header;header150,4293
  1744. alloca 162,4744
  1745. #define CRAY_STACK230,6222
  1746. struct stack_control_headerstack_control_header233,6315
  1747. struct stack_segment_linkagestack_segment_linkage248,6936
  1748. struct stk_statstk_stat286,8034
  1749. struct stk_trailerstk_trailer315,9457
  1750. i00afunc 344,10115
  1751. i00afunc 418,12063
  1752.  
  1753. bc-emit.c,1349
  1754. prsym 66,1767
  1755. #define HASH_BITS 84,2034
  1756. #define HASH_SIZE 85,2055
  1757. hash 90,2141
  1758. sym_lookup 107,2410
  1759. bc_sym_write 131,2898
  1760. seg_create 166,3512
  1761. seg_align 182,3841
  1762. seg_data 201,4269
  1763. seg_skip 220,4665
  1764. seg_defsym 240,5165
  1765. seg_refsym 264,5649
  1766. seg_concat 284,6152
  1767. bc_seg_write 322,7051
  1768. bc_initialize 401,8863
  1769. bc_define_pointer 467,10845
  1770. bc_begin_function 479,11008
  1771. bc_align_bytecode 491,11230
  1772. bc_emit_bytecode_const 500,11352
  1773. bc_get_bytecode_label 513,11704
  1774. bc_emit_bytecode_labeldef 528,12001
  1775. bc_emit_bytecode_labelref 551,12469
  1776. bc_emit_code_labelref 574,13040
  1777. bc_end_function 594,13585
  1778. bc_align_const 641,14668
  1779. bc_emit_const 649,14774
  1780. bc_emit_const_skip 658,14930
  1781. bc_emit_const_labeldef 666,15066
  1782. bc_emit_const_labelref 674,15208
  1783. bc_align_data 683,15363
  1784. bc_emit_data 691,15462
  1785. bc_emit_data_skip 700,15614
  1786. bc_emit_data_labeldef 708,15741
  1787. bc_emit_data_labelref 716,15874
  1788. bc_emit_common 727,16187
  1789. bc_globalize_label 745,16454
  1790. bc_text 757,16629
  1791. bc_data 763,16671
  1792. bc_align 769,16713
  1793. bc_emit 779,16844
  1794. bc_emit_skip 790,17012
  1795. bc_emit_labeldef 800,17159
  1796. bc_emit_labelref 810,17326
  1797. bc_write_file 821,17520
  1798. bc_gen_rtx 832,17680
  1799. bc_print_rtl 851,18020
  1800. bc_emit_bytecode 865,18324
  1801. #define PRLIT(904,19353
  1802. #define PRLIT(906,19426
  1803. bc_emit_instruction VPROTO(913,19675
  1804. bc_emit_trampoline 968,21065
  1805. bc_xstrdup 985,21333
  1806.  
  1807. bc-optab.c,757
  1808. #define obstack_chunk_alloc 32,1001
  1809. #define obstack_chunk_free 33,1037
  1810. #define GET_TYPECODE_MODE(39,1179
  1811. #define GET_TYPECODE_SIZE(50,1548
  1812. #define BIG_ARBITRARY_NUMBER 52,1622
  1813. static struct conversion_recipeconversion_recipe56,1761
  1814. static struct conversion_infoconversion_info321,8848
  1815. #define NUM_CONVERSIONS 390,11317
  1816. struct conversion_listconversion_list393,11442
  1817. conversion_reasonable_p 410,12108
  1818. deduce_conversion 522,15499
  1819. #define DEDUCE_CONVERSION(611,17996
  1820. emit_typecode_conversion 619,18252
  1821. bc_init_mode_to_code_map 632,18557
  1822. preferred_typecode 655,19142
  1823. bc_expand_conversion 673,19509
  1824. bc_expand_truth_conversion 686,19847
  1825. bc_expand_binary_operation 697,20090
  1826. bc_expand_unary_operation 738,21403
  1827. bc_expand_increment 774,22362
  1828.  
  1829. bi-arity.c,45
  1830. length 27,874
  1831. main 38,976
  1832. xmalloc 68,1620
  1833.  
  1834. bi-lexer.c,72
  1835. xmalloc 34,1060
  1836. xrealloc 53,1430
  1837. scan_string 78,2127
  1838. yylex 125,3049
  1839.  
  1840. bi-opcode.c,30
  1841. main(26,883
  1842. xmalloc 66,1769
  1843.  
  1844. bi-opname.c,30
  1845. main(26,887
  1846. xmalloc 47,1307
  1847.  
  1848. bi-parser.c,1170
  1849. #define YYBISON 5,91
  1850. #define    DEFOP    7,141
  1851. #define    STRING    8,159
  1852. } YYSTYPE;YYSTYPE39,631
  1853.   struct yyltypeyyltype43,667
  1854.   yyltype;yyltype52,824
  1855. #define YYLTYPE 54,836
  1856. #define const61,925
  1857. #define    YYFINAL    67,956
  1858. #define    YYFLAG    68,976
  1859. #define    YYNTBASE    69,999
  1860. #define YYTRANSLATE(71,1019
  1861. #define    YYLAST    165,5216
  1862. #define alloca 204,6751
  1863. #define yyerrok    240,7876
  1864. #define yyclearin    241,7911
  1865. #define YYEMPTY    242,7948
  1866. #define YYEOF    243,7968
  1867. #define YYACCEPT    244,7985
  1868. #define YYABORT 245,8012
  1869. #define YYERROR    246,8039
  1870. #define YYFAIL    251,8275
  1871. #define YYRECOVERING(252,8305
  1872. #define YYBACKUP(253,8345
  1873. #define YYTERROR    265,8679
  1874. #define YYERRCODE    266,8698
  1875. #define YYLEX    269,8736
  1876. #define YYLEX    274,8801
  1877. #define YYLEX    276,8846
  1878. #define YYINITDEPTH 305,9534
  1879. #define YYMAXDEPTH 316,9763
  1880. #define __yy_bcopy(325,9944
  1881. __yy_bcopy 332,10194
  1882. __yy_bcopy 350,10546
  1883. #define YYPARSE_PARAM_DECL 372,11056
  1884. #define YYPARSE_PARAM374,11110
  1885. #define YYPARSE_PARAM_DECL375,11132
  1886. yyparse(379,11171
  1887.   if 728,19944
  1888.   if 742,20197
  1889.   if 765,20815
  1890.   if 826,22217
  1891.   if 855,23028
  1892.   if 881,23511
  1893.   else if 896,23787
  1894. makevar 931,24282
  1895. makedef 948,24641
  1896. yyerror 963,24910
  1897.  
  1898. bi-reverse.c,16
  1899. reverse(26,871
  1900.  
  1901. c-aux-info.c,353
  1902. enum formals_style_enum formals_style_enum32,1121
  1903. typedef enum formals_style_enum formals_style;formals_style37,1191
  1904. concat 54,1620
  1905. concat3 77,2012
  1906. affix_data_type 117,3248
  1907. gen_formal_list_for_type 162,4456
  1908. deserves_ellipsis 246,7591
  1909. gen_formal_list_for_func_def 282,9146
  1910. gen_type 357,12748
  1911. gen_decl 517,17581
  1912. gen_aux_info_record 597,20653
  1913.  
  1914. c-common.c,1281
  1915. enum attrs attrs32,1029
  1916. declare_function_name 44,1463
  1917. declare_hidden_char_array 71,2189
  1918. combine_strings 105,3280
  1919. add_attribute 223,6502
  1920. init_attributes 249,7165
  1921. decl_attributes 274,8224
  1922. #define T_I    654,19334
  1923. #define T_L    655,19365
  1924. #define T_LL    656,19401
  1925. #define T_S    657,19443
  1926. #define T_UI    658,19480
  1927. #define T_UL    659,19513
  1928. #define T_ULL    660,19551
  1929. #define T_US    661,19595
  1930. #define T_F    662,19634
  1931. #define T_D    663,19663
  1932. #define T_LD    664,19693
  1933. #define T_C    665,19729
  1934. #define T_V    666,19757
  1935. #define T_W    667,19785
  1936. #define T_ST 668,19814
  1937. } format_char_info;format_char_info689,20570
  1938. typedef struct function_format_info function_format_info721,21804
  1939. } function_format_info;function_format_info728,22186
  1940. init_function_format_info 742,22740
  1941. record_function_format 765,23996
  1942. check_function_format 806,25113
  1943. check_format_info 832,25742
  1944. constant_expression_warning 1301,39011
  1945. overflow_warning 1318,39629
  1946. unsigned_conversion_warning 1345,40469
  1947. convert_and_check 1366,41299
  1948. c_expand_expr_stmt 1398,42227
  1949. check_case_value 1418,42834
  1950. type_for_size 1446,43480
  1951. type_for_mode 1486,44837
  1952. min_precision 1539,46588
  1953. binary_op_error 1570,47602
  1954. shorten_compare 1645,49640
  1955. truthvalue_conversion 1972,59548
  1956. get_directive_line 2144,65511
  1957. c_build_type_variant 2216,67236
  1958.  
  1959. c-convert.c,17
  1960. convert 59,2205
  1961.  
  1962. c-decl.c,2557
  1963. enum decl_contextdecl_context38,1373
  1964. #define CHAR_TYPE_SIZE 47,1712
  1965. #define SHORT_TYPE_SIZE 51,1781
  1966. #define INT_TYPE_SIZE 55,1887
  1967. #define LONG_TYPE_SIZE 59,1954
  1968. #define LONG_LONG_TYPE_SIZE 63,2027
  1969. #define WCHAR_UNSIGNED 67,2106
  1970. #define FLOAT_TYPE_SIZE 71,2163
  1971. #define DOUBLE_TYPE_SIZE 75,2234
  1972. #define LONG_DOUBLE_TYPE_SIZE 79,2317
  1973. #define SIZE_TYPE 89,2729
  1974. #define PTRDIFF_TYPE 93,2796
  1975. #define WCHAR_TYPE 97,2855
  1976. struct binding_levelbinding_level308,9124
  1977. #define NULL_BINDING_LEVEL 369,11374
  1978. #define DOLLARS_IN_IDENTIFIERS 548,16354
  1979. c_decode_option 557,16598
  1980. print_lang_decl 739,22506
  1981. print_lang_type 747,22603
  1982. print_lang_identifier 755,22700
  1983. finish_incomplete_decl 772,23381
  1984. make_binding_level 793,23817
  1985. global_bindings_p 802,24005
  1986. keep_next_level 808,24092
  1987. kept_level_p 816,24213
  1988. declare_parm_level 832,24727
  1989. in_parm_level_p 841,24894
  1990. pushlevel 851,25104
  1991. poplevel 909,26775
  1992. delete_block 1139,34389
  1993. insert_block 1163,35062
  1994. set_block 1175,35306
  1995. push_label_level 1182,35406
  1996. pop_label_level 1210,36005
  1997. pushtag 1271,37881
  1998. duplicate_decls 1313,39147
  1999. pushdecl 1878,59656
  2000. pushdecl_top_level 2297,74863
  2001. implicitly_declare 2313,75232
  2002. redeclaration_error_message 2381,77534
  2003. lookup_label 2442,79888
  2004. shadow_label 2495,81336
  2005. define_label 2529,82249
  2006. getdecls 2566,83295
  2007. gettags 2574,83434
  2008. storedecls 2584,83704
  2009. storetags 2593,83861
  2010. lookup_tag 2610,84450
  2011. pending_xref_error 2647,85471
  2012. lookup_tag_reverse 2661,85870
  2013. lookup_name 2684,86460
  2014. lookup_name_current_level 2699,86795
  2015. lookup_name_current_level_global 2721,87242
  2016. init_decl_processing 2746,87859
  2017. builtin_function 3281,108693
  2018. shadow_tag 3321,110157
  2019. shadow_tag_warned 3328,110247
  2020. groktypename 3396,111729
  2021. groktypename_in_parm_context 3409,112014
  2022. start_decl 3439,113079
  2023. finish_decl 3578,117582
  2024. maybe_build_cleanup 3855,126877
  2025. push_parm_decl 3868,127204
  2026. clear_parm_order 3910,128411
  2027. complete_array_type 3920,128688
  2028. grokdeclarator 4020,131828
  2029. grokparms 5021,164767
  2030. get_parm_info 5128,168152
  2031. parmlist_tags_warning 5223,171125
  2032. xref_tag 5260,172161
  2033. start_struct 5318,174111
  2034. grokfield 5361,175376
  2035. field_decl_cmp 5383,175900
  2036. finish_struct 5396,176257
  2037. layout_array_type 5718,185936
  2038. start_enum 5733,186362
  2039. finish_enum 5782,187811
  2040. build_enumerator 5888,191355
  2041. start_function 5966,193625
  2042. c_mark_varargs 6132,199834
  2043. store_parm_decls 6145,200183
  2044. combine_parm_decls 6567,213859
  2045. finish_function 6710,218112
  2046. struct c_functionc_function6846,222472
  2047. push_c_function_context 6864,222830
  2048. pop_c_function_context 6889,223498
  2049. copy_lang_decl 6928,224697
  2050.  
  2051. c-iterate.c,632
  2052. struct  ixpansionixpansion80,3152
  2053. struct iter_stack_nodeiter_stack_node91,3431
  2054. init_iterators 108,3892
  2055. iterator_for_loop_start 117,4085
  2056. iterator_for_loop_end 128,4322
  2057. iterator_expand 148,4861
  2058. expand_stmt_with_iterators_1 160,5096
  2059. collect_iterators 189,6022
  2060. iterator_loop_prologue 278,8088
  2061. iterator_loop_epilogue 326,9660
  2062. top_level_ixpansion_p 355,10590
  2063. isn_append 364,10737
  2064. #define ISN_ZERO(384,11015
  2065. istack_sublevel_to_current 391,11250
  2066. push_iterator_stack 409,11760
  2067. pop_iterator_stack 425,12127
  2068. add_ixpansion 441,12460
  2069. delete_ixpansion 471,13350
  2070. prdecl 522,14703
  2071. pil 543,15040
  2072. pixl 560,15362
  2073. pis 583,15777
  2074.  
  2075. c-lang.c,437
  2076. lang_decode_option 31,993
  2077. lang_init 38,1070
  2078. lang_finish 47,1296
  2079. lang_identify 52,1323
  2080. print_lang_statistics 58,1364
  2081. lookup_interface 65,1443
  2082. is_class_name 72,1503
  2083. maybe_objc_check_decl 79,1559
  2084. maybe_objc_comptypes 85,1613
  2085. maybe_objc_method_name 93,1719
  2086. maybe_building_objc_message_expr 100,1786
  2087. recognize_objc_keyword 106,1843
  2088. build_objc_string 112,1891
  2089. GNU_xref_begin 121,1990
  2090. GNU_xref_end 127,2061
  2091. finish_file 134,2198
  2092.  
  2093. c-lex.c,595
  2094. #define YYDEBUG 53,1414
  2095. #define WCHAR_TYPE_SIZE 74,1966
  2096. #define WCHAR_TYPE_SIZE    76,2010
  2097. #define WCHAR_BYTES 81,2107
  2098. make_pointer_declarator 110,3157
  2099. forget_protocol_qualifiers 117,3295
  2100. remember_protocol_qualifiers 128,3547
  2101. init_lex 146,4050
  2102. reinit_parse_for_function 220,6919
  2103. yyprint 227,7035
  2104. skip_white_space 270,7869
  2105. position_after_white_space 326,8968
  2106. extend_token_buffer 344,9393
  2107. check_newline 361,9852
  2108. handle_sysv_pragma 685,18053
  2109. #define ENDFILE 719,18632
  2110. readescape 725,18835
  2111. yyerror 860,21662
  2112. struct try_typetry_type888,22426
  2113. yylex 908,22826
  2114. set_yydebug 2013,50961
  2115.  
  2116. c-pragma.c,29
  2117. handle_pragma_token 43,1382
  2118.  
  2119. c-typeck.c,2578
  2120. require_complete_type 79,3206
  2121. incomplete_type_error 98,3681
  2122. qualify_type 161,5150
  2123. common_type 178,5704
  2124. comptypes 444,14082
  2125. comp_target_types 550,17066
  2126. function_types_compatible_p 577,17876
  2127. type_lists_compatible_p 627,19287
  2128. self_promoting_args_p 707,21672
  2129. self_promoting_type_p 733,22152
  2130. unsigned_type 748,22410
  2131. signed_type 768,22981
  2132. signed_or_unsigned_type 789,23577
  2133. c_sizeof 812,24518
  2134. c_sizeof_nowarn 848,25450
  2135. c_size_in_bytes 871,25961
  2136. c_alignof 900,26636
  2137. c_alignof_expr 920,27171
  2138. decl_constant_value 960,28319
  2139. default_conversion 989,29440
  2140. lookup_field 1120,33686
  2141. build_component_ref 1212,35856
  2142. build_indirect_ref 1296,38367
  2143. build_array_ref 1353,40313
  2144. build_function_call 1488,44645
  2145. convert_arguments 1590,47991
  2146. parser_build_binary_op 1768,54602
  2147. build_binary_op 1879,58563
  2148. pointer_int_sum 2599,82817
  2149. pointer_diff 2680,85668
  2150. build_unary_op 2724,87118
  2151. convert_sequence 3095,97850
  2152. lvalue_p 3123,98511
  2153. lvalue_or_else 3156,99175
  2154. unary_complex_lvalue 3173,99601
  2155. pedantic_lvalue_warning 3203,100473
  2156. readonly_warning 3215,100772
  2157. mark_addressable 3255,101778
  2158. build_conditional_expr 3331,103602
  2159. build_compound_expr 3532,110190
  2160. internal_build_compound_expr 3539,110302
  2161. build_c_cast 3600,112527
  2162. build_modify_expr 3766,117681
  2163. convert_for_assignment 3940,123545
  2164. warn_for_assignment 4190,132864
  2165. initializer_constant_valid_p 4236,134209
  2166. valid_compound_expr_initializer 4364,138595
  2167. store_init_value 4389,139321
  2168. struct spellingspelling4448,141068
  2169. #define SPELLING_STRING 4458,141153
  2170. #define SPELLING_MEMBER 4459,141179
  2171. #define SPELLING_BOUNDS 4460,141205
  2172. #define SPELLING_DEPTH(4469,141552
  2173. #define RESTORE_SPELLING_DEPTH(4470,141604
  2174. #define SAVE_SPELLING_DEPTH(4474,141747
  2175. #define PUSH_SPELLING(4484,141980
  2176. push_string 4509,142705
  2177. push_member_name 4518,142875
  2178. push_array_bounds 4530,143146
  2179. spelling_length 4539,143321
  2180. print_spelling 4558,143633
  2181. get_spelling 4589,144246
  2182. error_init 4624,145234
  2183. pedwarn_init 4650,145974
  2184. warning_init 4676,146716
  2185. digest_init 4701,147427
  2186. struct constructor_stackconstructor_stack5004,157816
  2187. struct initializer_stackinitializer_stack5036,158538
  2188. start_init 5058,159024
  2189. finish_init 5126,160948
  2190. really_start_incremental_init 5169,162396
  2191. push_init_level 5269,165597
  2192. check_init_type_bitfields 5421,170587
  2193. pop_init_level 5455,171519
  2194. set_init_index 5671,177877
  2195. set_init_label 5715,179375
  2196. output_init_element 5755,180543
  2197. output_pending_init_elements 5942,186648
  2198. process_init_element 6095,191272
  2199. c_expand_asm_operands 6365,199601
  2200. c_expand_return 6433,201883
  2201. c_expand_start_case 6526,204489
  2202.  
  2203. caller-save.c,297
  2204. #define MAX_MOVE_MAX 33,1072
  2205. #define MIN_UNITS_PER_WORD 37,1137
  2206. init_caller_save 98,3407
  2207. init_save_areas 214,6863
  2208. setup_save_areas 249,8305
  2209. save_call_clobbered_regs 349,11141
  2210. set_reg_live 510,16620
  2211. clear_reg_live 542,17403
  2212. restore_referenced_regs 566,18081
  2213. insert_save_restore 639,20512
  2214.  
  2215. calls.c,360
  2216. #define PUSH_ARGS_REVERSED    42,1323
  2217. #define STACK_BYTES 48,1454
  2218. struct arg_dataarg_data52,1572
  2219. calls_function 144,5375
  2220. calls_function_1 156,5580
  2221. prepare_call_address 255,8045
  2222. emit_call_1 342,11046
  2223. expand_call 479,15270
  2224. emit_library_call VPROTO(2218,73170
  2225. emit_library_call_value VPROTO(2493,81499
  2226. target_for_arg 2878,92962
  2227. store_one_arg 2922,94455
  2228.  
  2229. cccp.c,7149
  2230. typedef unsigned char U_CHAR;U_CHAR25,1070
  2231. #define NO_SHORTNAMES28,1114
  2232. #define STANDARD_INCLUDE_DIR 44,1467
  2233. #define LOCAL_INCLUDE_DIR 48,1545
  2234. #define PTR_INT_TYPE 53,1693
  2235. #define PTR_INT_TYPE 55,1730
  2236. #define PATH_SEPARATOR 63,1878
  2237. # define HAVE_STDLIB_H 84,2306
  2238. # define HAVE_UNISTD_H 87,2362
  2239. # define STDC_HEADERS 90,2417
  2240. # define HAVE_FCNTL_H 96,2558
  2241. # define bcmp(132,3100
  2242. # define bcopy(135,3163
  2243. # define bzero(138,3227
  2244. #  define bcmp 147,3409
  2245. my_bcmp 149,3443
  2246. #  define bcopy 163,3658
  2247. my_bcopy 165,3695
  2248. #  define bzero 176,3874
  2249. my_bzero 178,3911
  2250. # define __attribute__(191,4216
  2251. #  define PROTO(196,4332
  2252. #  define PROTO(198,4366
  2253. # define VA_START(204,4477
  2254. # define PRINTF_ALIST(205,4533
  2255. # define PRINTF_DCL(206,4575
  2256. # define PRINTF_PROTO(207,4600
  2257. # define VA_START(210,4715
  2258. # define PRINTF_ALIST(211,4766
  2259. # define PRINTF_DCL(212,4807
  2260. # define PRINTF_PROTO(213,4850
  2261. # define vfprintf(214,4927
  2262. #define PRINTF_PROTO_1(224,5195
  2263. #define PRINTF_PROTO_2(225,5249
  2264. #define PRINTF_PROTO_3(226,5303
  2265. #define O_RDONLY    235,5468
  2266. #define O_WRONLY    236,5517
  2267. #define read(237,5566
  2268. #define write(238,5615
  2269. #define open(239,5666
  2270. #define fopen(240,5723
  2271. #define freopen(241,5772
  2272. #define strncat(242,5837
  2273. #define fstat(243,5892
  2274. typedef struct { unsigned :16, :16, :16; } vms_ino_t;vms_ino_t252,6184
  2275. #define ino_t 253,6238
  2276. #define INCLUDE_LEN_FUDGE 254,6262
  2277. #define BSTRING    256,6350
  2278. #define O_RDONLY 261,6469
  2279. #define MIN(266,6518
  2280. #define MAX(267,6559
  2281. #define HOST_BITS_PER_WIDE_INT 274,6746
  2282. #define HOST_WIDE_INT 275,6796
  2283. #define HOST_BITS_PER_WIDE_INT 277,6829
  2284. #define HOST_WIDE_INT 278,6878
  2285. #define S_ISREG(284,6936
  2286. #define S_ISDIR(288,7007
  2287. #define NULL 294,7141
  2288. #define GENERIC_PTR 299,7251
  2289. #define GENERIC_PTR 301,7284
  2290. #define NULL_PTR 306,7343
  2291. #define INCLUDE_LEN_FUDGE 310,7411
  2292. #define INPUT_STACK_MAX 503,12790
  2293. static struct file_buf file_buf504,12818
  2294. #define CHECK_DEPTH(534,13887
  2295. typedef struct file_buf FILE_BUF;FILE_BUF545,14224
  2296. #define OUTBUF_SIZE 551,14451
  2297. #define check_expand(557,14623
  2298. struct file_name_listfile_name_list561,14770
  2299. static struct default_include default_include581,15466
  2300. typedef struct macrodef MACRODEF;MACRODEF668,19039
  2301. struct macrodefmacrodef669,19073
  2302. enum sharp_token_type sharp_token_type676,19155
  2303. typedef struct definition DEFINITION;DEFINITION707,20559
  2304. struct definition definition708,20597
  2305. union hashval hashval740,21837
  2306. #define REST_EXTENSION_LENGTH    759,22549
  2307. enum node_type node_type769,23069
  2308. struct hashnode hashnode810,24630
  2309. typedef struct hashnode HASHNODE;HASHNODE822,25123
  2310. #define HASHSIZE 831,25542
  2311. #define HASHSTEP(833,25600
  2312. #define MAKE_POS(834,25642
  2313. #define SIZE_TYPE 853,26238
  2314. #define PTRDIFF_TYPE 859,26352
  2315. #define WCHAR_TYPE 865,26456
  2316. #define USER_LABEL_PREFIX 873,26615
  2317. #define REGISTER_PREFIX 879,26724
  2318. #define IMMEDIATE_PREFIX 885,26833
  2319. struct tokenlist_list tokenlist_list893,27073
  2320. struct assertion_hashnode assertion_hashnode898,27158
  2321. typedef struct assertion_hashnode ASSERTION_HASHNODE;ASSERTION_HASHNODE911,27639
  2322. #define ASSERTION_HASHSIZE 920,28069
  2323. #define DO_PROTO 929,28380
  2324. struct directive directive931,28458
  2325. #define SKIP_WHITE_SPACE(1006,31077
  2326. #define SKIP_ALL_WHITE_SPACE(1007,31152
  2327. #define DOLLARS_IN_IDENTIFIERS 1023,31685
  2328. struct if_stack if_stack1030,31836
  2329. typedef struct if_stack IF_STACK_FRAME;IF_STACK_FRAME1040,32285
  2330. static DEFINITION *collect_expansion 1111,34701
  2331. enum file_change_code file_change_code1136,35886
  2332. static void fatal PRINTF_PROTO_1(1190,37986
  2333. safe_write 1239,39419
  2334. main 1260,39730
  2335. path_include 2344,70717
  2336. index0 2396,72076
  2337. trigraph_pcp 2427,72821
  2338. newline_fix 2500,74487
  2339. name_newline_fix 2533,75254
  2340. get_lintcmd 2573,76300
  2341. rescan 2654,79325
  2342. expand_to_temp_buffer 3579,104304
  2343. handle_directive 3662,106348
  2344. timestamp 4058,116421
  2345. special_symbol 4078,116826
  2346. do_include 4256,120819
  2347. redundant_include_p 4713,134299
  2348. is_system_include 4737,135184
  2349. struct file_name_mapfile_name_map4771,136240
  2350. #define FILE_NAME_MAP_FILE 4778,136335
  2351. read_filename_string 4784,136470
  2352. read_name_map 4815,136999
  2353. open_include_file 4904,139327
  2354. finclude 4986,141682
  2355. record_control_macro 5102,144556
  2356. #define IMPORT_HASH_SIZE 5121,144979
  2357. struct import_file import_file5123,145008
  2358. import_hash 5137,145299
  2359. lookup_import 5152,145639
  2360. add_import 5196,146732
  2361. check_precompiled 5227,147875
  2362. check_preconditions 5283,149000
  2363. pcfinclude 5342,150544
  2364. pcstring_used 5457,154178
  2365. write_output 5470,154443
  2366. pass_thru_directive 5522,156166
  2367. struct arglist arglist5556,157361
  2368. create_definition 5567,157577
  2369. do_define 5743,162400
  2370. check_macro_name 5810,164380
  2371. compare_defs 5832,164873
  2372.      DEFINITION *d1,5833,164895
  2373. comp_def_part 5875,166268
  2374. collect_expansion 5918,167786
  2375. do_assert 6207,175477
  2376. do_unassert 6284,177501
  2377. check_assertion 6384,179984
  2378. compare_token_lists 6427,181030
  2379. read_token_list 6450,181649
  2380. free_token_list 6515,183189
  2381. assertion_install 6536,183665
  2382. assertion_lookup 6576,184694
  2383. delete_assertion 6593,185026
  2384. #define FNAME_HASHSIZE 6614,185490
  2385. do_line 6617,185528
  2386. do_undef 6769,189196
  2387. do_error 6811,190334
  2388. do_warning 6832,190871
  2389. do_once 6850,191330
  2390. do_ident 6877,191916
  2391. do_pragma 6913,192939
  2392. do_pragma 6962,194380
  2393. do_sccs 6984,194941
  2394. do_if 7010,195737
  2395. do_elif 7029,196145
  2396. eval_if_expression 7071,197317
  2397. do_xifdef 7100,198007
  2398. conditional_skip 7194,200782
  2399. skip_if_group 7227,201561
  2400. do_else 7511,208586
  2401. do_endif 7556,209741
  2402. validate_else 7618,211560
  2403. skip_to_end_of_comment 7667,213013
  2404. skip_quoted_string 7773,215664
  2405. quote_string 7840,217385
  2406. skip_paren_group 7879,218096
  2407. output_line_directive 7932,219143
  2408. struct argdata argdata8012,221606
  2409. macroexpand 8030,222108
  2410. macarg 8426,233877
  2411. macarg1 8561,238143
  2412. discard_comments 8661,240373
  2413. change_newlines 8769,242811
  2414. my_strerror 8822,243769
  2415. error 8855,244621
  2416. verror 8866,244767
  2417. error_from_errno 8891,245214
  2418. warning 8916,245644
  2419. vwarning 8927,245794
  2420. error_with_line 8957,246344
  2421. verror_with_line 8972,246597
  2422. vwarning_with_line 8996,247021
  2423. pedwarn 9028,247591
  2424. pedwarn_with_line 9043,247839
  2425. pedwarn_with_file_and_line 9065,248337
  2426. print_containing_files 9093,248992
  2427. line_for_error 9143,250346
  2428. grow_outbuf 9174,251061
  2429. install 9217,252376
  2430. lookup 9270,253544
  2431. delete_macro 9310,254604
  2432. hashf 9344,255306
  2433. dump_single_macro 9360,255583
  2434. dump_all_macros 9446,257748
  2435. dump_defn_1 9467,258261
  2436. dump_arg_n 9500,258996
  2437.      DEFINITION *defn;9501,259026
  2438. initialize_char_syntax 9520,259367
  2439. initialize_builtins 9565,260403
  2440. make_definition 9674,264534
  2441. make_undef 9761,266589
  2442. make_assertion 9790,267236
  2443. append_include_chain 9849,268611
  2444. deps_output 9882,269313
  2445. fatal 9922,270221
  2446. fancy_abort 9939,270595
  2447. perror_with_name 9945,270660
  2448. pfatal_with_name 9954,270827
  2449. pipe_closed 9968,271012
  2450. memory_full 9976,271164
  2451. xmalloc 9983,271228
  2452. xrealloc 9993,271389
  2453. xcalloc 10004,271584
  2454. savestring 10016,271820
  2455. file_size_and_mode 10029,272103
  2456. output_dots 10043,272413
  2457. hack_vms_include_specification 10061,272733
  2458. read 10227,278706
  2459. write 10254,279228
  2460. freopen 10285,280057
  2461. fopen 10297,280382
  2462. open 10315,280954
  2463. strncat 10329,281389
  2464. VMS_fstat 10365,282548
  2465. VMS_stat 10385,282936
  2466.  
  2467. collect2.c,2606
  2468. #define COLLECT42,1374
  2469. #define obstack_chunk_alloc 63,1705
  2470. #define obstack_chunk_free 64,1741
  2471. #define const67,1818
  2472. #define vfork 71,1851
  2473. #define PROTO(77,1989
  2474. #define PROTO(79,2020
  2475. #define R_OK 84,2071
  2476. #define W_OK 85,2086
  2477. #define X_OK 86,2101
  2478. #define WIFSIGNALED(90,2144
  2479. #define WTERMSIG(93,2235
  2480. #define WIFEXITED(96,2293
  2481. #define WEXITSTATUS(99,2361
  2482. #define P_tmpdir 106,2552
  2483. #define OBJECT_FORMAT_NONE132,3443
  2484. #define MY_ISCOFF(158,3958
  2485. #define USE_MMAP166,4077
  2486. #define NM_FLAGS 185,4387
  2487. #define NAME__MAIN 195,4740
  2488. #define SYMBOL__MAIN 196,4768
  2489. #define SCAN_LIBRARIES200,4856
  2490. struct id id211,5025
  2491. struct headhead218,5093
  2492. enum pass pass227,5241
  2493. struct prefix_listprefix_list281,7116
  2494. struct path_prefixpath_prefix287,7265
  2495. dup2 325,8719
  2496. my_strerror 346,9053
  2497. collect_exit 370,9365
  2498. fatal_perror 398,9846
  2499. fatal 412,10118
  2500. error 424,10356
  2501. fancy_abort 436,10667
  2502. handler 443,10729
  2503. xcalloc 461,11006
  2504. xmalloc 473,11185
  2505. xrealloc 485,11345
  2506. file_exists 496,11540
  2507. savestring 505,11677
  2508. dump_file 516,11860
  2509. is_ctor_dtor 576,13152
  2510. choose_temp_base 634,14695
  2511. putenv 670,15418
  2512. #define PATH_SEPARATOR 715,16335
  2513. is_in_prefix_list 742,17107
  2514. find_a_file 778,17801
  2515. add_prefix 830,18937
  2516. prefix_from_env 866,19687
  2517. prefix_from_string 877,19858
  2518. main 915,20517
  2519. collect_wait 1520,38119
  2520. do_wait 1554,38671
  2521. collect_execute 1569,38917
  2522. fork_execute 1628,40070
  2523. maybe_unlink 1639,40252
  2524. add_to_list 1652,40431
  2525. write_list 1687,41157
  2526. write_list_with_asm 1700,41380
  2527. write_c_file_stat 1717,41784
  2528. write_c_file_glob 1814,44503
  2529. write_c_file 1841,45375
  2530. write_export_file 1854,45589
  2531. scan_prog_file 1874,46271
  2532. mapfile 2064,50505
  2533. libselect 2088,50991
  2534. libcompare 2095,51108
  2535. locatelib 2124,51625
  2536. scan_libraries 2216,53549
  2537. scan_libraries 2291,55496
  2538. #   define GCC_SYMBOLS(2439,58715
  2539. #   define GCC_SYMENT    2440,58787
  2540. #   define GCC_OK_SYMBOL(2441,58815
  2541. #   define GCC_SYMINC(2442,58882
  2542. #   define GCC_SYMZERO(2443,58911
  2543. #   define GCC_CHECK_HDR(2444,58960
  2544. #   define GCC_SYMBOLS(2446,59012
  2545. #   define GCC_SYMENT    2447,59062
  2546. #   define GCC_OK_SYMBOL(2448,59092
  2547. #   define GCC_SYMINC(2452,59276
  2548. #   define GCC_SYMZERO(2453,59318
  2549. #   define GCC_CHECK_HDR(2454,59346
  2550. scan_prog_file 2469,59903
  2551. typedef union load_unionload_union2560,61888
  2552. } load_union_t;load_union_t2573,62524
  2553. typedef struct load_allload_all2577,62612
  2554. } load_all_t;load_all_t2581,62725
  2555. struct file_infofile_info2585,62814
  2556. scan_prog_file 2618,64066
  2557. add_func_table 2891,71639
  2558. print_header 2971,74221
  2559. print_load_command 3014,76097
  2560. bad_header 3081,78126
  2561. read_file 3106,78846
  2562. end_file 3171,80375
  2563.  
  2564. combine.c,1969
  2565. #define gen_lowpart 102,4149
  2566. #define REVERSIBLE_CC_MODE(128,4889
  2567. #define INSN_CUID(143,5369
  2568. struct undoundo321,12095
  2569. #define MAX_UNDO 337,12573
  2570. struct undobufundobuf339,12594
  2571. #define SUBST(355,13041
  2572. #define SUBST_INT(372,13637
  2573. combine_instructions 453,17448
  2574. init_reg_last_arrays 667,24118
  2575. setup_incoming_promotions 685,24832
  2576. set_nonzero_bits_and_sign_copies 718,25950
  2577. can_combine_p 803,28760
  2578. combinable_i3pat 1073,39199
  2579. try_combine 1191,43003
  2580. undo_all 2380,86661
  2581. find_split_point 2410,87442
  2582. subst 2779,100093
  2583. simplify_rtx 2962,106427
  2584. simplify_if_then_else 3916,140711
  2585. simplify_set 4208,151379
  2586. simplify_logical 4491,161317
  2587. expand_compound_operation 4775,170938
  2588. expand_field_assignment 4903,175175
  2589. make_extraction 5030,179497
  2590. extract_left_shift 5337,190606
  2591. make_compound_operation 5397,192580
  2592. get_pos_from_mask 5642,201191
  2593. force_to_mode 5679,202298
  2594. if_then_else_cond 6167,220108
  2595. known_cond 6340,226227
  2596. make_field_assignment 6428,228528
  2597. apply_distributive_law 6540,233089
  2598. simplify_and_const_int 6666,237416
  2599. nonzero_bits 6777,241503
  2600. num_sign_bit_copies 7149,253517
  2601. extended_count 7450,264189
  2602. merge_outer_ops 7487,265603
  2603. simplify_shift_const 7615,268784
  2604. recog_for_combine 8339,293391
  2605. gen_lowpart_for_combine 8440,296456
  2606. gen_rtx_combine VPROTO(8543,299996
  2607. gen_binary 8612,301644
  2608. gen_unary 8662,303017
  2609. simplify_comparison 8687,303808
  2610. reversible_comparison_p 9675,336617
  2611. update_table_tick 9711,337612
  2612. record_value_for_reg 9743,338550
  2613. record_dead_and_set_regs_1 9836,341502
  2614. record_dead_and_set_regs 9877,343099
  2615. get_last_value_validate 9931,344711
  2616. get_last_value 9979,346006
  2617. use_crosses_set_p 10078,349248
  2618. reg_dead_at_p_1 10138,350750
  2619. reg_dead_at_p 10164,351528
  2620. mark_used_regs_combine 10225,353133
  2621. remove_death 10326,355646
  2622. move_deaths 10350,356257
  2623. reg_bitfield_target_p 10485,360351
  2624. distribute_notes 10540,361889
  2625. distribute_links 10935,374620
  2626. dump_combine_stats 11023,377263
  2627. dump_combine_total_stats 11033,377522
  2628.  
  2629. convert.c,112
  2630. convert_to_pointer 36,1227
  2631. convert_to_real 80,2397
  2632. convert_to_integer 118,3497
  2633. convert_to_complex 414,13468
  2634.  
  2635. cplus-dem.c,1620
  2636. #define CURRENT_DEMANGLING_STYLE 34,1331
  2637. mystrstr 40,1478
  2638. #define CPLUS_MARKER 73,2669
  2639. set_cplus_marker_for_demangling 81,2839
  2640. struct work_stuffwork_stuff90,3038
  2641. #define PRINT_ANSI_QUALIFIERS 102,3264
  2642. #define PRINT_ARG_TYPES 103,3324
  2643. static const struct optableoptable105,3387
  2644. typedef struct string    string192,6815
  2645. } string;string197,7059
  2646. #define STRING_EMPTY(199,7070
  2647. #define PREPEND_BLANK(200,7123
  2648. #define APPEND_BLANK(202,7211
  2649. #define ARM_VTABLE_STRING 205,7298
  2650. #define ARM_VTABLE_STRLEN 206,7372
  2651. consume_count 310,9839
  2652. cplus_demangle_opname 325,10027
  2653. cplus_mangle_opname 454,13051
  2654. int cplus_match 475,13539
  2655. cplus_demangle 516,14910
  2656. mop_up 569,16414
  2657. demangle_signature 631,17922
  2658. demangle_method_args 819,22944
  2659. demangle_template 842,23340
  2660. arm_pt 1090,28437
  2661. demangle_arm_pt 1112,28872
  2662. demangle_class_name 1148,29636
  2663. demangle_class 1202,30942
  2664. demangle_prefix 1266,32623
  2665. gnu_special 1454,37521
  2666. arm_special 1613,41130
  2667. demangle_qualified 1696,43242
  2668. get_count 1846,46515
  2669. do_type 1885,47058
  2670. demangle_fund_type 2117,51346
  2671. do_arg 2264,54155
  2672. remember_type 2283,54474
  2673. forget_types 2315,55170
  2674. demangle_args 2374,56855
  2675. demangle_function_name 2501,59421
  2676. string_need 2653,63250
  2677. string_delete 2680,63625
  2678. string_init 2691,63760
  2679. string_clear 2698,63839
  2680. string_empty 2707,63910
  2681. string_append 2716,63993
  2682. string_appends 2730,64195
  2683. string_appendn 2745,64392
  2684. string_prepend 2759,64578
  2685. string_prepends 2770,64738
  2686. string_prependn 2780,64876
  2687. demangle_it 2807,65395
  2688. usage 2830,65776
  2689. #define MBUF_SIZE 2842,66071
  2690. main 2860,66516
  2691. fatal 2971,68529
  2692. xmalloc 2982,68670
  2693. xrealloc 2992,68840
  2694.  
  2695. cppalloc.c,73
  2696. memory_full 28,1166
  2697. xmalloc 34,1224
  2698. xrealloc 45,1395
  2699. xcalloc 56,1567
  2700.  
  2701. cpperror.c,144
  2702. cpp_print_containing_files 36,1325
  2703. cpp_file_line_for_message 80,2290
  2704. void cpp_message 92,2600
  2705. fatal 107,2906
  2706. cpp_pfatal_with_name 118,3077
  2707.  
  2708. cppexp.c,1692
  2709. struct arglist arglist41,1337
  2710. #define NULL 51,1504
  2711. #define GENERIC_PTR 56,1614
  2712. #define GENERIC_PTR 58,1647
  2713. #define NULL_PTR 63,1706
  2714. #define CHAR_TYPE_SIZE 69,1797
  2715. #define INT_TYPE_SIZE 73,1864
  2716. #define LONG_TYPE_SIZE 77,1931
  2717. #define WCHAR_TYPE_SIZE 81,2000
  2718. #define MAX_CHAR_TYPE_SIZE 85,2073
  2719. #define MAX_INT_TYPE_SIZE 89,2149
  2720. #define MAX_LONG_TYPE_SIZE 93,2224
  2721. #define MAX_WCHAR_TYPE_SIZE 97,2302
  2722. #define possible_sum_sign(102,2499
  2723. #define ERROR 108,2664
  2724. #define OROR 109,2682
  2725. #define ANDAND 110,2699
  2726. #define EQUAL 111,2718
  2727. #define NOTEQUAL 112,2736
  2728. #define LEQ 113,2757
  2729. #define GEQ 114,2773
  2730. #define LSH 115,2789
  2731. #define RSH 116,2805
  2732. #define NAME 117,2821
  2733. #define INT 118,2838
  2734. #define CHAR 119,2854
  2735. #define LEFT_OPERAND_REQUIRED 121,2872
  2736. #define RIGHT_OPERAND_REQUIRED 122,2904
  2737. #define HAVE_VALUE 123,2937
  2738. #define HOST_BITS_PER_WIDE_INT 129,3058
  2739. #define HOST_WIDE_INT 130,3108
  2740. #define HOST_BITS_PER_WIDE_INT 132,3141
  2741. #define HOST_WIDE_INT 133,3190
  2742. struct operation operation138,3232
  2743. parse_number 152,3699
  2744. struct token token256,6106
  2745. cpp_lex 278,6417
  2746. cpp_parse_escape 486,11756
  2747. integer_overflow 585,13750
  2748. left_shift 593,13916
  2749. right_shift 617,14332
  2750. #define PAREN_INNER_PRIO 632,14695
  2751. #define COMMA_PRIO 633,14722
  2752. #define COND_PRIO 634,14743
  2753. #define OROR_PRIO 635,14776
  2754. #define ANDAND_PRIO 636,14808
  2755. #define OR_PRIO 637,14842
  2756. #define XOR_PRIO 638,14874
  2757. #define AND_PRIO 639,14903
  2758. #define EQUAL_PRIO 640,14933
  2759. #define LESS_PRIO 641,14965
  2760. #define SHIFT_PRIO 642,14998
  2761. #define PLUS_PRIO 643,15031
  2762. #define MUL_PRIO 644,15064
  2763. #define UNARY_PRIO 645,15095
  2764. #define PAREN_OUTER_PRIO 646,15127
  2765. #define COMPARE(648,15168
  2766. cpp_parse_expr 656,15411
  2767.  
  2768. cpphash.c,172
  2769. #define NULL 33,1291
  2770. #define const37,1331
  2771. #define volatile38,1345
  2772. hashf 46,1487
  2773. cpp_lookup 70,2038
  2774. delete_macro 112,3167
  2775. install 158,4422
  2776. cpp_hash_cleanup 205,5348
  2777.  
  2778. cpplib.c,4927
  2779. #define NO_SHORTNAMES26,1106
  2780. #define STANDARD_INCLUDE_DIR 42,1459
  2781. #define LOCAL_INCLUDE_DIR 46,1537
  2782. #define PTR_INT_TYPE 51,1685
  2783. #define PTR_INT_TYPE 53,1722
  2784. #define STDC_VALUE 61,1832
  2785. #define PATH_SEPARATOR 66,1942
  2786. #define O_RDONLY 95,2500
  2787. #define MIN(100,2549
  2788. #define MAX(101,2590
  2789. #define HOST_BITS_PER_WIDE_INT 108,2777
  2790. #define HOST_WIDE_INT 109,2827
  2791. #define HOST_BITS_PER_WIDE_INT 111,2860
  2792. #define HOST_WIDE_INT 112,2909
  2793. #define S_ISREG(118,2967
  2794. #define S_ISDIR(122,3038
  2795. #define NULL 128,3172
  2796. #define GENERIC_PTR 133,3282
  2797. #define GENERIC_PTR 135,3315
  2798. #define NULL_PTR 140,3374
  2799. #define INCLUDE_LEN_FUDGE 144,3442
  2800. #define SIZE_TYPE 164,4009
  2801. #define PTRDIFF_TYPE 170,4123
  2802. #define WCHAR_TYPE 176,4227
  2803. #define CPP_WCHAR_TYPE(178,4259
  2804. #define USER_LABEL_PREFIX 184,4429
  2805. #define REGISTER_PREFIX 190,4538
  2806. struct tokenlist_list tokenlist_list198,4777
  2807. struct assertion_hashnode assertion_hashnode203,4862
  2808. #define SKIP_WHITE_SPACE(216,5344
  2809. #define SKIP_ALL_WHITE_SPACE(217,5419
  2810. #define PEEKN(219,5495
  2811. #define FORWARD(220,5609
  2812. #define GETC(221,5666
  2813. #define PEEKC(222,5714
  2814. #define CPP_IS_MACRO_BUFFER(225,5906
  2815. #define NEWLINE_FIX 234,6302
  2816. #define NEWLINE_FIX1(238,6467
  2817. struct cpp_pending cpp_pending246,6654
  2818. enum file_change_code file_change_code303,8284
  2819. struct file_name_listfile_name_list336,9156
  2820. #define SELF_DIR_DUMMY 354,9797
  2821. static struct default_include default_include360,10041
  2822. struct directive directive404,11684
  2823. initialize_char_syntax 454,13575
  2824. quote_string 497,14639
  2825. cpp_grow_buffer 533,15239
  2826. cpp_define 553,15766
  2827. make_assertion 607,16918
  2828. append_include_chain 654,18002
  2829. deps_output 690,18878
  2830. path_include 731,20007
  2831. init_parse_options 778,21056
  2832. null_underflow 812,21862
  2833. null_cleanup 819,21936
  2834. macro_cleanup 827,22031
  2835. file_cleanup 840,22327
  2836. newline_fix 853,22504
  2837. skip_comment 893,23447
  2838. cpp_skip_hspace 954,24563
  2839. copy_rest_of_line 992,25364
  2840. skip_rest_of_line 1041,26255
  2841. handle_directive 1053,26478
  2842. pass_thru_directive 1176,30240
  2843. struct arglist arglist1208,31384
  2844. collect_expansion 1229,32086
  2845. #define REST_EXTENSION_LENGTH    1508,40027
  2846. create_definition 1513,40198
  2847. check_macro_name 1688,45095
  2848. compare_defs 1718,45851
  2849.      DEFINITION *d1,1719,45873
  2850. comp_def_part 1761,47249
  2851. do_define 1795,48299
  2852. #define ARG_BASE 1879,50989
  2853. struct argdata argdata1881,51031
  2854. cpp_push_buffer 1892,51242
  2855. cpp_pop_buffer 1920,52021
  2856. cpp_scan_buffer 1940,52467
  2857. cpp_expand_to_buffer 1967,53139
  2858. adjust_position 2014,53919
  2859. update_position 2033,54240
  2860. cpp_buf_line_and_col 2049,54704
  2861. cpp_file_buffer 2072,55154
  2862. count_newlines 2084,55386
  2863. output_line_command 2107,55962
  2864. macarg 2193,58254
  2865. change_newlines 2253,59730
  2866. timestamp 2292,60361
  2867. special_symbol 2312,60787
  2868. initialize_builtins 2502,65046
  2869. unsafe_chars 2595,68742
  2870. macroexpand 2645,70484
  2871. push_macro_expansion 3049,81888
  2872. get_directive_token 3087,83288
  2873. do_include 3122,84181
  2874. redundant_include_p 3542,97031
  2875. is_system_include 3567,97965
  2876. assertion_install 3601,98805
  2877. assertion_lookup 3642,99886
  2878. delete_assertion 3660,100259
  2879. convert_string 3692,101101
  2880. #define FNAME_HASHSIZE 3734,101870
  2881. do_line 3737,101908
  2882. do_undef 3869,105970
  2883. do_error 3914,107213
  2884. do_warning 3935,107751
  2885. do_once 3953,108210
  2886. do_ident 3982,108836
  2887. do_pragma 4003,109466
  2888. do_pragma 4055,111002
  2889. do_sccs 4075,111540
  2890. do_if 4099,112324
  2891. do_elif 4115,112700
  2892. eval_if_expression 4157,113983
  2893. do_xifdef 4185,114660
  2894. conditional_skip 4267,117003
  2895. skip_if_group 4301,117831
  2896. do_else 4466,122057
  2897. do_endif 4509,123268
  2898. validate_else 4583,125162
  2899. cpp_get_token 4600,125540
  2900. cpp_get_non_space_token 5243,141929
  2901. parse_name 5260,142314
  2902. import_hash 5292,142848
  2903. lookup_import 5307,143188
  2904. add_import 5352,144333
  2905. struct file_name_mapfile_name_map5380,145336
  2906. #define FILE_NAME_MAP_FILE 5387,145431
  2907. read_filename_string 5393,145566
  2908. struct file_name_map_listfile_name_map_list5422,146095
  2909. read_name_map 5432,146311
  2910. open_include_file 5513,148442
  2911. finclude 5593,150789
  2912. push_parse_file 5712,153484
  2913. init_parse_file 6205,168038
  2914. nreverse_pending 6225,168563
  2915. push_pending 6240,168833
  2916. cpp_handle_options 6259,169352
  2917. cpp_finish 6723,182409
  2918. cpp_cleanup 6755,183232
  2919. do_assert 6821,184633
  2920. do_unassert 6894,186810
  2921. check_assertion 6988,189242
  2922. compare_token_lists 7032,190352
  2923. reverse_token_list 7049,190686
  2924. read_token_list 7067,191158
  2925. free_token_list 7147,192926
  2926. file_size_and_mode 7162,193241
  2927. safe_read 7181,193798
  2928. savestring 7206,194173
  2929. parse_set_mark 7217,194401
  2930. parse_clear_mark 7230,194699
  2931. parse_goto_mark 7244,195038
  2932. parse_move_mark 7258,195441
  2933. cpp_read_check_assertion 7269,195700
  2934. cpp_print_file_and_line 7298,196513
  2935. cpp_error 7313,196824
  2936. cpp_warning 7326,197116
  2937. cpp_pedwarn 7345,197541
  2938. cpp_error_with_line 7357,197810
  2939. cpp_warning_with_line 7375,198219
  2940. cpp_pedwarn_with_line 7401,198758
  2941. cpp_pedwarn_with_file_and_line 7417,199232
  2942. my_strerror 7459,200161
  2943. cpp_error_from_errno 7490,200991
  2944. cpp_perror_with_name 7506,201326
  2945.  
  2946. cppmain.c,35
  2947. fancy_abort 39,1295
  2948. main 46,1354
  2949.  
  2950. crtstuff.c,394
  2951. #define CTORS_SECTION_ASM_OP    75,3509
  2952. #define DTORS_SECTION_ASM_OP    78,3600
  2953. typedef void (*func_ptr)func_ptr84,3738
  2954. #define STATIC 85,3771
  2955. #define ON_EXIT(92,3866
  2956. #define STATIC94,3895
  2957. __do_global_dtors_aux 120,4791
  2958. fini_dummy 129,4969
  2959. void __do_global_ctors 148,5616
  2960. __do_global_ctors_aux 178,6788
  2961. __do_global_ctors_aux 232,8683
  2962. init_dummy 241,8877
  2963. __do_global_ctors_aux 290,10655
  2964.  
  2965. cse.c,2248
  2966. #define INSN_CUID(339,13731
  2967. struct table_elttable_elt411,16366
  2968. #define NBUCKETS 431,16905
  2969. #define HASH(436,17075
  2970. #define FIXED_REGNO_P(447,17594
  2971. #define FIXED_REGNO_P(452,17777
  2972. #define CHEAP_REGNO(462,18219
  2973. #define CHEAP_REG(472,18711
  2974. #define COST(476,18828
  2975. #define REGNO_QTY_VALID_P(486,19121
  2976. struct write_datawrite_data530,20753
  2977. #define PATHLENGTH    540,21046
  2978. struct cse_basic_block_data cse_basic_block_data544,21148
  2979. #define FIXED_BASE_PLUS_P(570,22073
  2980. #define NONZERO_BASE_PLUS_P(588,22867
  2981. #define COSTS_N_INSNS(675,27094
  2982. rtx_cost 678,27138
  2983. new_basic_block 761,29251
  2984. make_new_qty 800,30140
  2985. make_regs_eqv 821,30543
  2986. delete_reg_equiv 882,32746
  2987. mention_regs 920,33550
  2988. insert_regs 1002,35915
  2989. free_element 1061,37473
  2990. get_element 1071,37671
  2991. remove_from_table 1089,38139
  2992. lookup 1169,40232
  2993. lookup_for_remove 1188,40730
  2994. lookup_as_function 1219,41477
  2995. #define CHEAPER(1263,42983
  2996. insert 1266,43057
  2997. merge_equiv_classes 1434,48320
  2998. invalidate 1496,50216
  2999. remove_invalid_refs 1608,53292
  3000. rehash_using_reg 1630,53848
  3001. invalidate_memory 1681,55280
  3002. invalidate_for_call 1705,55840
  3003. use_related_value 1761,57406
  3004. canon_hash 1845,59847
  3005. safe_hash 1997,63293
  3006. exp_equiv_p 2027,64532
  3007. refers_to_p 2181,68088
  3008. set_nonvarying_address_components 2239,69361
  3009. refers_to_mem_p 2355,72620
  3010. cse_rtx_addr_varies_p 2418,74052
  3011. canon_reg 2457,75550
  3012. find_best_addr 2547,78349
  3013. find_comparison_args 2763,85456
  3014. simplify_unary_operation 2918,90192
  3015. simplify_binary_operation 3342,101100
  3016. simplify_plus_minus 4183,124447
  3017. cse_gen_binary 4353,128664
  3018. simplify_relational_operation 4398,130177
  3019. simplify_ternary_operation 4615,136970
  3020. fold_rtx 4694,139258
  3021. equiv_constant 5624,168730
  3022. gen_lowpart_if_possible 5670,170047
  3023. record_jump_equiv 5716,171502
  3024. record_jump_cond 5764,173079
  3025. struct setset5986,179855
  3026. cse_insn 6020,180981
  3027. note_mem_written 7450,230481
  3028. invalidate_from_clobbers 7502,232318
  3029. cse_process_notes 7568,234161
  3030. cse_around_loop 7652,236527
  3031. invalidate_skipped_set 7721,239140
  3032. invalidate_skipped_block 7754,240186
  3033. cse_check_loop_start 7789,241118
  3034. cse_set_around_loop 7820,242233
  3035. cse_end_of_basic_block 7919,245888
  3036. cse_main 8131,252658
  3037. cse_basic_block 8309,258225
  3038. count_reg_usage 8505,264641
  3039. delete_dead_from_cse 8594,267049
  3040.  
  3041. dbxout.c,1596
  3042. #define ASM_STABS_OP 93,3531
  3043. #define ASM_STABN_OP 97,3590
  3044. #define DBX_TYPE_DECL_STABS_CODE 101,3661
  3045. #define DBX_STATIC_CONST_VAR_CODE 105,3743
  3046. #define DBX_REGPARM_STABS_CODE 109,3822
  3047. #define DBX_REGPARM_STABS_LETTER 113,3901
  3048. #define GDB_INV_REF_REGPARM_STABS_LETTER 118,4067
  3049. #define DBX_MEMPARM_STABS_LETTER 122,4153
  3050. #define FILE_NAME_JOINER 126,4223
  3051. #define FORCE_TEXT 154,5084
  3052. #define FORCE_TEXT156,5126
  3053. #define N_CATCH 166,5411
  3054. #define STAB_CODE_TYPE 171,5481
  3055. #define STAB_CODE_TYPE 173,5533
  3056. #define PARM_PASSED_IN_MEMORY(178,5624
  3057. #define DEBUGGER_AUTO_OFFSET(184,5853
  3058. #define DEBUGGER_ARG_OFFSET(191,6111
  3059. enum typestatus typestatus206,6370
  3060. #define CHARS(259,8324
  3061. #define DBX_CONTIN_LENGTH 265,8495
  3062. #define CONTIN 269,8558
  3063. #define CONTIN272,8663
  3064. abspath 302,9698
  3065. dbxout_init 397,12324
  3066. dbxout_typedefs 491,15626
  3067. dbxout_source_file 511,16061
  3068. dbxout_source_line 543,17026
  3069. dbxout_finish 562,17480
  3070. dbxout_continue 578,17946
  3071. dbxout_type_fields 595,18357
  3072. dbxout_type_method_1 696,21345
  3073. dbxout_type_methods 740,22535
  3074. dbxout_range_type 887,26833
  3075. dbxout_type 927,28190
  3076. print_int_cst_octal 1432,43262
  3077. print_octal 1476,44555
  3078. dbxout_type_name 1491,44911
  3079. dbxout_symbol 1518,45579
  3080. dbxout_symbol_location 1793,54031
  3081. dbxout_symbol_name 2003,60928
  3082. dbxout_prepare_symbol 2022,61517
  3083. dbxout_finish_symbol 2033,61692
  3084. dbxout_syms 2055,62180
  3085. dbxout_parms 2078,62898
  3086. dbxout_reg_parms 2299,70046
  3087. dbxout_args 2329,71080
  3088. dbxout_types 2346,71423
  3089. dbxout_block 2377,72385
  3090. dbxout_really_begin_function 2480,75405
  3091. dbxout_begin_function 2492,75682
  3092. dbxout_function 2507,76119
  3093.  
  3094. doschk.c,264
  3095. typedef struct ENTENT19,307
  3096. } ENT;ENT26,413
  3097. invalid_msg 38,645
  3098. alloc_ent 52,856
  3099. fill_ent 65,1075
  3100. compare_ent_dosname 179,3141
  3101. compare_ent_fullname 192,3388
  3102. mpath 205,3646
  3103. add_ent 221,4006
  3104. handle_input 229,4076
  3105. display_problems 238,4186
  3106. main 331,6366
  3107.  
  3108. dwarfout.c,8567
  3109. #define DWARF_VERSION 40,1295
  3110. #define inline 76,2297
  3111. #define inline 78,2332
  3112. #define ASM_COMMENT_START 83,2430
  3113. #define PRINT_REG(88,2528
  3114. #define TYPE_USED_FOR_FUNCTION(107,3435
  3115. #define MAX_ARTIFICIAL_LABEL_BYTES    115,3667
  3116. #define CHAR_TYPE_SIZE 123,3974
  3117. #define SHORT_TYPE_SIZE 127,4043
  3118. #define INT_TYPE_SIZE 131,4117
  3119. #define LONG_TYPE_SIZE 135,4184
  3120. #define LONG_LONG_TYPE_SIZE 139,4257
  3121. #define WCHAR_TYPE_SIZE 143,4337
  3122. #define WCHAR_UNSIGNED 147,4406
  3123. #define FLOAT_TYPE_SIZE 151,4463
  3124. #define DOUBLE_TYPE_SIZE 155,4534
  3125. #define LONG_DOUBLE_TYPE_SIZE 159,4617
  3126. struct filename_entry filename_entry164,4729
  3127. typedef struct filename_entry filename_entry;filename_entry169,4791
  3128. #define FT_ENTRIES_INCREMENT 189,5437
  3129. #define NEXT_DIE_NUM 224,6569
  3130. #define PENDING_SIBLINGS_INCREMENT 245,7290
  3131. #define PENDING_TYPES_INCREMENT 271,8141
  3132. #define FILE_ASM_OP    312,9804
  3133. #define VERSION_ASM_OP    315,9863
  3134. #define UNALIGNED_SHORT_ASM_OP    318,9936
  3135. #define UNALIGNED_INT_ASM_OP    321,10012
  3136. #define ASM_BYTE_OP    324,10077
  3137. #define SET_ASM_OP    327,10132
  3138. #define PUSHSECTION_ASM_OP    339,10695
  3139. #define POPSECTION_ASM_OP    342,10766
  3140. #define PUSHSECTION_FORMAT    351,11137
  3141. #define DEBUG_SECTION    355,11207
  3142. #define LINE_SECTION    358,11267
  3143. #define SFNAMES_SECTION    361,11328
  3144. #define SRCINFO_SECTION    364,11401
  3145. #define MACINFO_SECTION    367,11474
  3146. #define PUBNAMES_SECTION    370,11548
  3147. #define ARANGES_SECTION    373,11622
  3148. #define TEXT_SECTION    376,11692
  3149. #define DATA_SECTION    379,11750
  3150. #define DATA1_SECTION    382,11809
  3151. #define RODATA_SECTION    385,11871
  3152. #define RODATA1_SECTION    388,11936
  3153. #define BSS_SECTION    391,11999
  3154. #define TEXT_BEGIN_LABEL    413,13033
  3155. #define TEXT_END_LABEL    416,13100
  3156. #define DATA_BEGIN_LABEL    420,13169
  3157. #define DATA_END_LABEL    423,13236
  3158. #define DATA1_BEGIN_LABEL    427,13306
  3159. #define DATA1_END_LABEL    430,13376
  3160. #define RODATA_BEGIN_LABEL    434,13449
  3161. #define RODATA_END_LABEL    437,13522
  3162. #define RODATA1_BEGIN_LABEL    441,13597
  3163. #define RODATA1_END_LABEL    444,13673
  3164. #define BSS_BEGIN_LABEL    448,13746
  3165. #define BSS_END_LABEL    451,13811
  3166. #define LINE_BEGIN_LABEL    455,13878
  3167. #define LINE_LAST_ENTRY_LABEL    458,13952
  3168. #define LINE_END_LABEL    461,14027
  3169. #define DEBUG_BEGIN_LABEL    465,14097
  3170. #define SFNAMES_BEGIN_LABEL    468,14171
  3171. #define SRCINFO_BEGIN_LABEL    471,14249
  3172. #define MACINFO_BEGIN_LABEL    474,14327
  3173. #define DIE_BEGIN_LABEL_FMT    478,14406
  3174. #define DIE_END_LABEL_FMT    481,14476
  3175. #define PUB_DIE_LABEL_FMT    484,14546
  3176. #define INSN_LABEL_FMT    487,14611
  3177. #define BLOCK_BEGIN_LABEL_FMT    490,14684
  3178. #define BLOCK_END_LABEL_FMT    493,14758
  3179. #define SS_BEGIN_LABEL_FMT    496,14831
  3180. #define SS_END_LABEL_FMT    499,14899
  3181. #define EE_BEGIN_LABEL_FMT    502,14969
  3182. #define EE_END_LABEL_FMT    505,15037
  3183. #define MT_BEGIN_LABEL_FMT    508,15107
  3184. #define MT_END_LABEL_FMT    511,15175
  3185. #define LOC_BEGIN_LABEL_FMT    514,15246
  3186. #define LOC_END_LABEL_FMT    517,15316
  3187. #define BOUND_BEGIN_LABEL_FMT    520,15390
  3188. #define BOUND_END_LABEL_FMT    523,15470
  3189. #define DERIV_BEGIN_LABEL_FMT    526,15552
  3190. #define DERIV_END_LABEL_FMT    529,15626
  3191. #define SL_BEGIN_LABEL_FMT    532,15699
  3192. #define SL_END_LABEL_FMT    535,15768
  3193. #define BODY_BEGIN_LABEL_FMT    538,15841
  3194. #define BODY_END_LABEL_FMT    541,15913
  3195. #define FUNC_END_LABEL_FMT    544,15985
  3196. #define TYPE_NAME_FMT    547,16052
  3197. #define DECL_NAME_FMT    550,16113
  3198. #define LINE_CODE_LABEL_FMT    553,16180
  3199. #define SFNAMES_ENTRY_LABEL_FMT    556,16257
  3200. #define LINE_ENTRY_LABEL_FMT    559,16334
  3201. #define ASM_OUTPUT_PUSH_SECTION(569,16643
  3202. #define ASM_OUTPUT_POP_SECTION(574,16799
  3203. #define ASM_OUTPUT_SOURCE_FILENAME(579,16929
  3204. #define ASM_OUTPUT_DWARF_DELTA2(587,17151
  3205. #define ASM_OUTPUT_DWARF_DELTA4(597,17455
  3206. #define ASM_OUTPUT_DWARF_TAG(607,17754
  3207. #define ASM_OUTPUT_DWARF_ATTRIBUTE(619,18124
  3208. #define ASM_OUTPUT_DWARF_STACK_OP(631,18502
  3209. #define ASM_OUTPUT_DWARF_FUND_TYPE(642,18854
  3210. #define ASM_OUTPUT_DWARF_FMT_BYTE(654,19231
  3211. #define ASM_OUTPUT_DWARF_TYPE_MODIFIER(665,19589
  3212. #define ASM_OUTPUT_DWARF_ADDR(676,19942
  3213. #define ASM_OUTPUT_DWARF_ADDR_CONST(684,20172
  3214. #define ASM_OUTPUT_DWARF_REF(693,20427
  3215. #define ASM_OUTPUT_DWARF_DATA1(701,20651
  3216. #define ASM_OUTPUT_DWARF_DATA2(706,20790
  3217. #define ASM_OUTPUT_DWARF_DATA4(711,20951
  3218. #define ASM_OUTPUT_DWARF_DATA8(716,21110
  3219. #define ASM_OUTPUT_DWARF_STRING(732,21645
  3220. xstrdup 739,21836
  3221. is_pseudo_reg 749,21973
  3222. type_main_variant 758,22214
  3223. is_tagged_type 780,22848
  3224. dwarf_tag_name 790,23075
  3225. dwarf_attr_name 840,25234
  3226. dwarf_stack_op_name 918,28782
  3227. dwarf_typemod_name 935,29188
  3228. dwarf_fmt_byte_name 949,29518
  3229. dwarf_fund_type_name 967,30025
  3230. decl_ultimate_origin 1030,32496
  3231. block_ultimate_origin 1059,33271
  3232. output_unsigned_leb128 1084,33783
  3233. output_signed_leb128 1106,34327
  3234. is_body_block 1152,35727
  3235. fundamental_type_code 1195,37167
  3236. root_type 1319,41428
  3237. write_modifier_bytes 1343,41954
  3238. type_is_fundamental 1377,42922
  3239. equate_decl_number_to_die_number 1426,44230
  3240. equate_type_number_to_die_number 1458,45619
  3241. output_reg_number 1477,46245
  3242. output_mem_loc_descriptor 1509,47344
  3243. output_loc_descriptor 1589,50070
  3244. output_bound_representation 1623,50893
  3245. output_enumeral_list 1712,53781
  3246. ceiling 1729,54254
  3247. field_type 1741,54648
  3248. simple_type_align_in_bits 1760,55124
  3249. simple_type_size_in_bits 1773,55600
  3250. field_byte_offset 1797,56387
  3251. sibling_attribute 1917,61465
  3252. location_attribute 1931,61929
  3253. data_member_location_attribute 1995,64861
  3254. const_value_attribute 2020,65967
  3255. location_or_const_value_attribute 2105,69528
  3256. name_attribute 2244,75979
  3257. fund_type_attribute 2255,76222
  3258. mod_fund_type_attribute 2263,76414
  3259. user_def_type_attribute 2283,77167
  3260. mod_u_d_type_attribute 2294,77464
  3261. ordering_attribute 2316,78321
  3262. subscript_data_attribute 2328,78704
  3263. byte_size_attribute 2430,82085
  3264. bit_offset_attribute 2490,84084
  3265. bit_size_attribute 2542,86026
  3266. element_list_attribute 2559,86622
  3267. stmt_list_attribute 2585,87602
  3268. low_pc_attribute 2597,87932
  3269. high_pc_attribute 2608,88221
  3270. body_begin_attribute 2618,88487
  3271. body_end_attribute 2628,88761
  3272. language_attribute 2639,89088
  3273. member_attribute 2647,89292
  3274. string_length_attribute 2663,89696
  3275. comp_dir_attribute 2679,90272
  3276. sf_names_attribute 2687,90456
  3277. src_info_attribute 2696,90725
  3278. mac_info_attribute 2705,90994
  3279. prototyped_attribute 2714,91263
  3280. producer_attribute 2726,91563
  3281. inline_attribute 2734,91750
  3282. containing_type_attribute 2745,91964
  3283. abstract_origin_attribute 2756,92277
  3284. src_coords_attribute 2781,92829
  3285. pure_or_virtual_attribute 2792,93173
  3286. name_and_src_coords_attributes 2815,93884
  3287. type_attribute 2851,95194
  3288. type_tag 2899,97047
  3289. dienum_push 2939,98458
  3290. dienum_pop 2960,99020
  3291. member_declared_type 2966,99073
  3292. function_start_label 2979,99386
  3293. output_array_type_die 3003,99861
  3294. output_set_type_die 3030,100844
  3295. output_entry_point_die 3045,101224
  3296. output_inlined_enumeration_type_die 3072,101924
  3297. output_inlined_structure_type_die 3086,102269
  3298. output_inlined_union_type_die 3100,102606
  3299. output_enumeration_type_die 3116,103074
  3300. output_formal_parameter_die 3152,104428
  3301. output_global_subroutine_die 3194,105491
  3302. output_global_variable_die 3239,106788
  3303. output_label_die 3266,107468
  3304. output_lexical_block_die 3305,108553
  3305. output_inlined_subroutine_die 3326,109114
  3306. output_local_variable_die 3351,109892
  3307. output_member_die 3375,110528
  3308. output_pointer_type_die 3404,111359
  3309. output_reference_type_die 3417,111669
  3310. output_ptr_to_mbr_type_die 3431,111990
  3311. output_compile_unit_die 3445,112368
  3312. output_string_type_die 3492,113595
  3313. output_structure_type_die 3507,113936
  3314. output_local_subroutine_die 3535,114800
  3315. output_subroutine_type_die 3579,116076
  3316. output_typedef_die 3595,116484
  3317. output_union_type_die 3617,117053
  3318. output_unspecified_parameters_die 3645,117909
  3319. output_padded_null_die 3671,118899
  3320. output_die 3686,119472
  3321. end_sibling_chain 3718,120362
  3322. output_formal_types 3750,121391
  3323. pend_type 3807,123417
  3324. type_ok_for_scope 3864,126043
  3325. output_pending_types_for_scope 3897,127451
  3326. output_type 3933,128384
  3327. output_tagged_type_instantiation 4178,136486
  3328. output_block 4220,137499
  3329. output_decls_for_scope 4310,140727
  3330. output_decl 4350,141679
  3331. dwarfout_file_scope_decl 4724,155540
  3332. dwarfout_begin_block 4933,163558
  3333. dwarfout_end_block 4947,163911
  3334. dwarfout_label 4961,164286
  3335. dwarfout_begin_function 4980,164826
  3336. dwarfout_end_function 4993,165209
  3337. dwarfout_end_epilogue 5007,165614
  3338. shuffle_filename_entry 5019,165895
  3339. generate_new_sfname_entry 5045,166494
  3340. lookup_filename 5093,168810
  3341. generate_srcinfo_entry 5144,170442
  3342. dwarfout_line 5160,170998
  3343. generate_macinfo_entry 5209,172589
  3344. dwarfout_start_new_source_file 5221,172972
  3345. dwarfout_resume_previous_source_file 5234,173382
  3346. dwarfout_define 5250,173888
  3347. dwarfout_undef 5273,174555
  3348. dwarfout_init 5287,174912
  3349. dwarfout_finish 5470,181403
  3350.  
  3351. emit-rtl.c,2793
  3352. #define MAX_SAVED_CONST_INT 172,6121
  3353. #define SEQUENCE_RESULT_SIZE 238,8566
  3354. gen_rtx VPROTO(286,9980
  3355. gen_rtvec VPROTO(410,13505
  3356. gen_rtvec_v 438,13919
  3357. gen_reg_rtx 460,14369
  3358. mark_reg_pointer 523,16403
  3359. max_reg_num 532,16567
  3360. max_label_num 540,16693
  3361. get_first_label_num 550,16895
  3362. gen_lowpart_common 567,17457
  3363. gen_realpart 801,25883
  3364. gen_imagpart 817,26288
  3365. subreg_realpart_p 835,26791
  3366. gen_lowpart 852,27248
  3367. gen_highpart 884,28137
  3368. subreg_lowpart_p 965,30779
  3369. operand_subword 999,31909
  3370. operand_subword_force 1227,39398
  3371. reverse_comparison 1251,39884
  3372. change_address 1286,40671
  3373. gen_label_rtx 1320,41510
  3374. gen_inline_header_rtx 1338,41935
  3375. set_new_first_and_last_insn 1368,42985
  3376. set_new_first_and_last_label_num 1379,43232
  3377. save_emit_status 1391,43525
  3378. restore_emit_status 1412,44161
  3379. unshare_all_rtl 1442,45079
  3380. copy_rtx_if_shared 1469,45980
  3381. reset_used_flags 1590,48918
  3382. make_safe_from 1651,50042
  3383. get_insns 1689,50858
  3384. get_last_insn 1697,50979
  3385. set_last_insn 1705,51079
  3386. get_last_insn_anywhere 1716,51265
  3387. get_max_uid 1730,51570
  3388. next_insn 1739,51712
  3389. previous_insn 1757,52048
  3390. next_nonnote_insn 1775,52430
  3391. prev_nonnote_insn 1792,52723
  3392. next_real_insn 1810,53042
  3393. prev_real_insn 1829,53427
  3394. next_active_insn 1848,53853
  3395. prev_active_insn 1871,54408
  3396. next_label 1892,54858
  3397. prev_label 1908,55116
  3398. link_cc0_insns 1926,55438
  3399. next_cc0_user 1949,56187
  3400. prev_cc0_setter 1972,56737
  3401. try_split 1999,57444
  3402. make_insn_raw 2077,59793
  3403. make_jump_insn_raw 2096,60126
  3404. make_call_insn_raw 2116,60497
  3405. add_insn 2137,60941
  3406. add_insn_after 2158,61404
  3407. add_insn_before 2206,62573
  3408. delete_insns_since 2252,63601
  3409. reorder_insns 2273,64174
  3410. find_line_note 2300,64880
  3411. reorder_insns_with_line_notes 2319,65302
  3412. emit_insn_before 2347,65989
  3413. emit_jump_insn_before 2377,66626
  3414. emit_call_insn_before 2397,67046
  3415. emit_barrier_before 2418,67464
  3416. emit_note_before 2432,67721
  3417. emit_insn_after 2449,68086
  3418. emit_insn_after_with_line_notes 2480,68744
  3419. emit_jump_insn_after 2502,69312
  3420. emit_barrier_after 2522,69688
  3421. emit_label_after 2536,69928
  3422. emit_note_after 2554,70331
  3423. emit_line_note_after 2569,70663
  3424. emit_insn 2598,71282
  3425. emit_insns 2628,71825
  3426. emit_insns_before 2648,72154
  3427. emit_insns_after 2669,72529
  3428. emit_jump_insn 2702,73170
  3429. emit_call_insn 2719,73521
  3430. emit_label 2736,73860
  3431. emit_barrier 2754,74257
  3432. emit_line_note 2768,74600
  3433. emit_note 2796,75166
  3434. emit_line_note_force 2828,75765
  3435. force_next_line_note 2840,76039
  3436. classify_insn 2849,76238
  3437. emit 2887,77169
  3438. start_sequence 2912,77700
  3439. start_sequence_for_rtl_expr 2940,78318
  3440. push_to_sequence 2952,78533
  3441. push_topmost_sequence 2969,78840
  3442. pop_topmost_sequence 2987,79241
  3443. end_sequence 3007,79692
  3444. in_sequence_p 3023,80028
  3445. gen_sequence 3035,80283
  3446. restore_reg_data 3089,81839
  3447. restore_reg_data_1 3130,82688
  3448. init_emit 3221,84648
  3449. init_emit_once 3280,86578
  3450.  
  3451. enquire.c,7662
  3452. #define VERSION 5,119
  3453. #define FILENAME 300,13879
  3454. #define FILENAME 303,13994
  3455. #define FILENAME 305,14026
  3456. #define PASS 313,14219
  3457. #define PASS0 314,14234
  3458. #define PASS1 315,14250
  3459. #define D_CHAR_BIT 319,14326
  3460. #define D_CHAR_MAX 320,14380
  3461. #define D_CHAR_MIN 321,14414
  3462. #define D_SCHAR_MAX 322,14448
  3463. #define D_SCHAR_MIN 323,14490
  3464. #define D_UCHAR_MAX 324,14532
  3465. #define D_INT_MAX 326,14599
  3466. #define D_INT_MIN 327,14630
  3467. #define D_UINT_MAX 328,14661
  3468. #define D_FLT_ROUNDS 330,14725
  3469. #define D_FLT_RADIX 331,14818
  3470. #define D_MANT_DIG 332,14873
  3471. #define D_DIG 333,14953
  3472. #define D_MIN_EXP 334,15015
  3473. #define D_MIN_10_EXP 335,15095
  3474. #define D_MAX_EXP 336,15167
  3475. #define D_MAX_10_EXP 337,15250
  3476. #define D_MAX 338,15325
  3477. #define D_EPSILON 339,15352
  3478. #define D_MIN 340,15431
  3479. #define Procedure 344,15553
  3480. #define Procedure 346,15581
  3481. #define STDC355,15822
  3482. #define ARGS(371,16311
  3483. #define NOARGS 372,16329
  3484. #define Volatile 373,16351
  3485. #define Long_double 374,16377
  3486. #define stdc 375,16409
  3487. #define U 376,16424
  3488. #define ARGS(380,16464
  3489. #define NOARGS 381,16483
  3490. #define Volatile 382,16501
  3491. #define Long_double 383,16525
  3492. #define stdc 384,16552
  3493. #define U 385,16567
  3494. #define jmp_buf 399,16769
  3495. #define Vprintf 422,17138
  3496. #define Unexpected(423,17168
  3497. #define fabs(424,17227
  3498.     int setjmp(488,19170
  3499.     Procedure signal(489,19211
  3500.     Procedure overflow(493,19274
  3501. #define ROUND_BITS    520,20159
  3502. #define TO_NEAREST    521,20183
  3503. #define TO_ZERO    522,20207
  3504. #define TO_MINUS_INF    523,20229
  3505. #define TO_PLUS_INF    524,20255
  3506. #define EXT_BITS    527,20370
  3507. #define ROUND_EXTENDED    528,20392
  3508. #define ROUND_SINGLE    529,20420
  3509. #define ROUND_DOUBLE    530,20446
  3510. #define EXE_INEX1 533,20493
  3511. #define EXE_INEX2 534,20518
  3512. #define EXE_DZ    535,20543
  3513. #define EXE_UNFL 536,20567
  3514. #define EXE_OVFL 537,20592
  3515. #define EXE_OPERR 538,20617
  3516. #define EXE_SNAN 539,20642
  3517. #define EXE_BSUN 540,20667
  3518. printmode(544,20771
  3519. int setmode(579,21970
  3520. int setmode(596,22274
  3521. Procedure farewell(602,22384
  3522. Procedure croak(613,22756
  3523. char *xmalloc(619,22985
  3524. int maximum_int(630,23176
  3525. int main(649,23563
  3526. Procedure eek_a_bug(781,26482
  3527. Procedure describe(787,26637
  3528. Procedure i_define(794,26825
  3529. Procedure u_define(822,27825
  3530. Procedure f_define(836,28303
  3531. int floor_log(877,29618
  3532. int ceil_log(884,29760
  3533. int exponent(890,29866
  3534. char *fake_f_rep(925,30677
  3535. char *f_rep(935,31026
  3536. Procedure bitpattern(955,31535
  3537. #define Order(969,31804
  3538. Procedure endian(975,32050
  3539. Procedure missing(998,32576
  3540. Procedure fmissing(1003,32686
  3541. int false(1009,32829
  3542. #define Promoted(1011,32856
  3543. #define is_signed(1012,32895
  3544. #define sign_of(1013,32934
  3545. #define Signed 1014,32979
  3546. #define Unsigned 1015,32996
  3547. #define sgn(1016,33015
  3548. #define showtype(1018,33064
  3549. char *type_of(1020,33168
  3550. char *ftype_of(1038,33626
  3551. Procedure typerr(1053,33910
  3552. Procedure ftyperr(1061,34164
  3553. int promotions(1066,34348
  3554. #define checktype(1093,35130
  3555. #define fchecktype(1095,35249
  3556. Procedure check_defines(1097,35340
  3557. #define SCHAR_MAX    1341,40389
  3558. #define SCHAR_MIN    1344,40441
  3559. #define UCHAR_MAX    1347,40493
  3560. #define CHAR_BIT    1352,40565
  3561. #define CHAR_MAX    1355,40615
  3562. #define CHAR_MIN    1358,40665
  3563. #define SCHAR_MAX    1361,40716
  3564. #define SCHAR_MIN    1364,40768
  3565. #define UCHAR_MAX    1367,40820
  3566. int cprop(1370,40855
  3567. int basic(1504,44158
  3568. #define Number    1705,48820
  3569. #define THING    1706,48841
  3570. #define Thing    1707,48863
  3571. #define thing    1708,48885
  3572. #define Fname    1709,48907
  3573. #define FPROP    1710,48927
  3574. #define Store    1711,48947
  3575. #define Sum    1712,48968
  3576. #define Diff    1713,48985
  3577. #define Mul    1714,49004
  3578. #define Div    1715,49021
  3579. #define ZERO    1716,49038
  3580. #define HALF    1717,49055
  3581. #define ONE    1718,49072
  3582. #define TWO    1719,49088
  3583. #define THREE    1720,49104
  3584. #define FOUR    1721,49122
  3585. #define Self    1722,49139
  3586. #define F_check    1723,49158
  3587. #define MARK    1724,49181
  3588. #define Validate(1726,49212
  3589. #define EPROP    1729,49291
  3590. #define Integer    1731,49313
  3591. #define INT    1732,49335
  3592. #define IPROP    1733,49355
  3593. #define Iname    1734,49375
  3594. #define OK_UI 1736,49410
  3595. #define IMARK    1738,49433
  3596. #define UPROP    1740,49451
  3597. #define Uname    1741,49472
  3598. #define I_MAX    1745,49525
  3599. #define I_MIN    1748,49572
  3600. #define U_MAX    1751,49620
  3601. #define F_RADIX    1755,49670
  3602. #define F_MANT_DIG    1758,49724
  3603. #define F_DIG    1761,49778
  3604. #define F_ROUNDS    1764,49826
  3605. #define F_EPSILON    1767,49880
  3606. #define F_MIN_EXP    1770,49936
  3607. #define F_MIN    1773,49988
  3608. #define F_MIN_10_EXP    1776,50040
  3609. #define F_MAX_EXP    1779,50102
  3610. #define F_MAX    1782,50154
  3611. #define F_MAX_10_EXP    1785,50206
  3612. #define Number    1793,50304
  3613. #define THING    1794,50326
  3614. #define Thing    1795,50349
  3615. #define thing    1796,50372
  3616. #define Fname    1797,50395
  3617. #define FPROP    1798,50415
  3618. #define Store    1799,50435
  3619. #define Sum    1800,50456
  3620. #define Diff    1801,50473
  3621. #define Mul    1802,50492
  3622. #define Div    1803,50509
  3623. #define ZERO    1804,50526
  3624. #define HALF    1805,50543
  3625. #define ONE    1806,50560
  3626. #define TWO    1807,50576
  3627. #define THREE    1808,50592
  3628. #define FOUR    1809,50610
  3629. #define Self    1810,50627
  3630. #define F_check    1811,50646
  3631. #define MARK    1812,50669
  3632. #define Validate(1814,50699
  3633. #define EPROP    1817,50778
  3634. #define Integer    1819,50800
  3635. #define INT    1820,50820
  3636. #define IPROP    1821,50838
  3637. #define Iname    1822,50858
  3638. #define OK_UI    1823,50878
  3639. #define IMARK    1824,50932
  3640. #define UPROP    1826,50950
  3641. #define Uname    1827,50971
  3642. #define I_MAX    1831,51022
  3643. #define I_MIN    1834,51067
  3644. #define U_MAX    1837,51113
  3645. #define F_MANT_DIG    1841,51165
  3646. #define F_DIG    1844,51219
  3647. #define F_EPSILON    1847,51268
  3648. #define F_MIN_EXP    1850,51324
  3649. #define F_MIN    1853,51376
  3650. #define F_MIN_10_EXP    1856,51428
  3651. #define F_MAX_EXP    1859,51490
  3652. #define F_MAX    1862,51542
  3653. #define F_MAX_10_EXP    1865,51594
  3654. #define Number    1874,51704
  3655. #define ZERO    1876,51732
  3656. #define HALF    1877,51750
  3657. #define ONE    1878,51768
  3658. #define TWO    1879,51785
  3659. #define THREE    1880,51802
  3660. #define FOUR    1881,51821
  3661. #define THING    1884,51847
  3662. #define Thing    1885,51875
  3663. #define thing    1886,51903
  3664. #define Fname    1887,51931
  3665. #define FPROP    1888,51952
  3666. #define Store    1889,51973
  3667. #define Sum    1890,51995
  3668. #define Diff    1891,52013
  3669. #define Mul    1892,52033
  3670. #define Div    1893,52051
  3671. #define Self    1894,52069
  3672. #define F_check    1895,52089
  3673. #define MARK    1896,52113
  3674. #define Validate(1898,52144
  3675. #define EPROP    1901,52224
  3676. #define Integer    1903,52247
  3677. #define INT    1904,52268
  3678. #define IPROP    1905,52287
  3679. #define Iname    1906,52307
  3680. #define OK_UI    1908,52342
  3681. #define IMARK    1910,52365
  3682. #define UPROP    1912,52384
  3683. #define Uname    1913,52405
  3684. #define I_MAX    1917,52458
  3685. #define I_MIN    1920,52504
  3686. #define U_MAX    1923,52551
  3687. #define F_MANT_DIG    1927,52604
  3688. #define F_DIG    1930,52660
  3689. #define F_EPSILON    1933,52711
  3690. #define F_MIN_EXP    1936,52769
  3691. #define F_MIN    1939,52823
  3692. #define F_MIN_10_EXP    1942,52877
  3693. #define F_MAX_EXP    1945,52941
  3694. #define F_MAX    1948,52995
  3695. #define F_MAX_10_EXP    1951,53049
  3696. #define I_MAX    1958,53148
  3697. #define I_MIN    1961,53191
  3698. #define U_MAX    1964,53234
  3699. #define F_RADIX    1968,53278
  3700. #define F_MANT_DIG    1971,53329
  3701. #define F_DIG    1974,53380
  3702. #define F_ROUNDS    1977,53425
  3703. #define F_EPSILON    1980,53476
  3704. #define F_MIN_EXP    1983,53529
  3705. #define F_MIN    1986,53578
  3706. #define F_MIN_10_EXP    1989,53627
  3707. #define F_MAX_EXP    1992,53686
  3708. #define F_MAX    1995,53735
  3709. #define F_MAX_10_EXP    1998,53784
  3710. #define Validate(2002,53841
  3711. Procedure IPROP(2007,53908
  3712. Procedure UPROP 2087,55968
  3713. #define ARGS1(2128,57002
  3714. #define ARGS2(2129,57036
  3715. #define ARGS1(2131,57095
  3716. #define ARGS2(2132,57132
  3717. Procedure Store ARGS2(2135,57199
  3718. Number Sum ARGS2(2136,57255
  3719. Number Diff ARGS2(2137,57335
  3720. Number Mul ARGS2(2138,57415
  3721. Number Div ARGS2(2139,57495
  3722. Number Self ARGS1(2140,57575
  3723. Procedure F_check(2144,57713
  3724. Procedure Validate(2235,60543
  3725. int FPROP(2267,61492
  3726. Procedure EPROP(2734,76152
  3727. int FPROP(2802,78136
  3728. Procedure EPROP(2806,78229
  3729. #define PASS 2816,78400
  3730. #define PASS3 2817,78415
  3731. #define PASS 2822,78465
  3732. #define PASS2 2823,78480
  3733.  
  3734. explow.c,786
  3735. plus_constant_wide 40,1226
  3736. plus_constant_for_output_wide 140,3855
  3737. eliminate_constant_term 162,4461
  3738. find_next_ref 202,5558
  3739. expr_size 245,6450
  3740. break_out_memory_refs 274,7401
  3741. convert_memory_address 303,8276
  3742. copy_all_regs 355,9782
  3743. memory_address 385,10618
  3744. memory_address_noforce 512,14636
  3745. validize_mem 529,14991
  3746. stabilize 546,15543
  3747. copy_to_reg 575,16290
  3748. copy_addr_to_reg 595,16709
  3749. copy_to_mode_reg 605,16885
  3750. force_reg 632,17651
  3751. force_not_mem 664,18459
  3752. copy_to_suggested_reg 680,18824
  3753. promote_mode 702,19367
  3754. adjust_stack 741,20227
  3755. anti_adjust_stack 767,20800
  3756. round_push 793,21376
  3757. emit_stack_save 829,22542
  3758. emit_stack_restore 919,24747
  3759. allocate_dynamic_stack_space 980,26220
  3760. hard_function_value 1144,32120
  3761. hard_libcall_value 1176,32975
  3762. rtx_to_tree_code 1188,33276
  3763.  
  3764. expmed.c,896
  3765. #define CEIL(44,1583
  3766. #define SLOW_UNALIGNED_ACCESS 54,1929
  3767. #define MAX_BITS_PER_WORD 62,2197
  3768. init_expmed 77,2715
  3769. negate_rtx 184,6094
  3770. store_bit_field 221,7464
  3771. store_fixed_bit_field 556,19294
  3772. store_split_bit_field 724,24636
  3773. extract_bit_field 860,29215
  3774. extract_fixed_bit_field 1367,45469
  3775. mask_rtx 1514,50479
  3776. lshift_value 1553,51504
  3777. extract_split_bit_field 1589,52514
  3778. expand_inc 1690,55497
  3779. expand_dec 1703,55761
  3780. expand_shift 1721,56332
  3781. enum alg_code alg_code1854,60494
  3782. struct algorithmalgorithm1879,61444
  3783. synth_mult 1898,62134
  3784. expand_mult 2136,68657
  3785. ceil_log2 2344,75121
  3786. choose_multiplier 2368,75967
  3787. invert_mod2n 2464,78631
  3788. expand_mult_highpart_adjust 2501,79660
  3789. expand_mult_highpart 2536,80793
  3790. #define EXACT_POWER_OF_2_OR_ZERO_P(2672,85873
  3791. expand_divmod 2675,85941
  3792. make_tree 3680,118780
  3793. expand_mult_add 3778,121439
  3794. expand_and 3801,122133
  3795. emit_store_flag 3842,123392
  3796.  
  3797. expr.c,3123
  3798. #define CEIL(45,1265
  3799. #define PUSH_ARGS_REVERSED    56,1610
  3800. #define STACK_PUSH_CODE 63,1733
  3801. #define STACK_PUSH_CODE 65,1771
  3802. #define STACK_BYTES 70,1878
  3803. struct move_by_piecesmove_by_pieces116,3684
  3804. #define MOVE_RATIO 207,7340
  3805. #define MOVE_RATIO 211,7463
  3806. #define SLOW_UNALIGNED_ACCESS 221,7730
  3807. #define INCOMING_REGNO(226,7879
  3808. #define OUTGOING_REGNO(229,7943
  3809. bc_init_mode_to_opcode_maps 240,8317
  3810. init_expr_once 262,8901
  3811. init_expr 328,10711
  3812. save_expr_status 344,11029
  3813. restore_expr_status 369,11692
  3814. enqueue_insn 393,12474
  3815. protect_from_queue 417,13415
  3816. queued_subexp_p 500,16001
  3817. emit_queue 522,16393
  3818. init_queue 533,16574
  3819. convert_move 545,16883
  3820. convert_to_mode 1285,35370
  3821. convert_modes 1307,36053
  3822. move_by_pieces 1390,39121
  3823. move_by_pieces_ninsns 1503,42361
  3824. move_by_pieces_1 1544,43471
  3825. emit_block_move 1600,45165
  3826. move_block_to_reg 1698,47983
  3827. move_block_from_reg 1741,48945
  3828. use_reg 1800,50276
  3829. use_regs 1816,50684
  3830. clear_storage 1834,51071
  3831. emit_move_insn 1864,51775
  3832. emit_move_insn_1 1904,52857
  3833. push_block 2027,56870
  3834. gen_push_operand 2067,57997
  3835. emit_push_insn 2101,59358
  3836. expand_assignment 2437,69814
  3837. store_expr 2684,78108
  3838. store_constructor 2956,87499
  3839. store_field 3337,99456
  3840. get_inner_unaligned_p 3468,104080
  3841. get_inner_reference 3518,105788
  3842. force_operand 3672,110571
  3843. save_noncopied_parts 3747,113208
  3844. init_noncopied_parts 3781,114319
  3845. safe_from_p 3805,114985
  3846. fixed_type_p 3961,119013
  3847. expand_expr 4009,120969
  3848. bc_expand_expr 6430,203362
  3849. get_pointer_alignment 6947,215871
  3850. string_constant 7011,217449
  3851. c_strlen 7056,218612
  3852. #define CALLED_AS_BUILT_IN(7120,220840
  3853. expand_builtin 7124,220959
  3854. apply_args_register_offset 7971,248338
  3855. apply_args_size 7988,248749
  3856. apply_result_size 8052,250547
  3857. result_vector 8113,252296
  3858. expand_builtin_apply_args 8145,253338
  3859. expand_builtin_apply 8210,255299
  3860. expand_builtin_return 8373,260691
  3861. expand_increment 8427,262111
  3862. preexpand_calls 8617,268942
  3863. init_pending_stack_adjust 8684,270835
  3864. clear_pending_stack_adjust 8693,271019
  3865. do_pending_stack_adjust 8706,271352
  3866. defer_cleanups_to 8720,271657
  3867. expand_cleanups_to 8761,272646
  3868. jumpifnot 8779,273175
  3869. jumpif 8789,273354
  3870. do_jump 8809,273977
  3871. do_jump_by_parts_greater 9264,288077
  3872. do_jump_by_parts_greater_rtx 9330,290224
  3873. do_jump_by_parts_equality 9392,292115
  3874. do_jump_by_parts_equality_rtx 9429,293295
  3875. do_jump_for_compare 9461,294202
  3876. compare 9535,296433
  3877. compare_from_rtx 9564,297479
  3878. do_store_flag 9646,300315
  3879. do_tablejump 9891,308182
  3880. bc_load_memory 9962,310934
  3881. bc_store_memory 10002,311927
  3882. bc_allocate_local 10051,313378
  3883. bc_allocate_variable_array 10084,314134
  3884. bc_load_externaddr 10105,314679
  3885. bc_strdup 10119,314936
  3886. bc_load_externaddr_id 10130,315116
  3887. bc_load_localaddr 10148,315466
  3888. bc_load_parmaddr 10158,315705
  3889. bc_canonicalize_array_ref 10168,315909
  3890. bc_expand_component_address 10205,316960
  3891. bc_push_offset_and_size 10253,318198
  3892. bc_expand_address 10268,318626
  3893. bc_runtime_type_code 10389,321638
  3894. bc_gen_constr_label 10422,322123
  3895. bc_expand_constructor 10441,322716
  3896. bc_store_field 10594,327191
  3897. bc_store_bit_field 10635,328113
  3898. bc_load_bit_field 10648,328363
  3899. bc_adjust_stack 10665,328882
  3900.  
  3901. final.c,1236
  3902. #define    N_SLINE    86,2954
  3903. #define    N_SOL 91,3040
  3904. #define INT_TYPE_SIZE 95,3089
  3905. #define CC_STATUS_INIT101,3289
  3906. #define ASM_COMMENT_START 106,3388
  3907. #define IS_ASM_LOGICAL_LINE_SEPARATOR(111,3539
  3908. struct bb_list bb_list245,7755
  3909. struct bb_str bb_str259,8364
  3910. init_final 289,9361
  3911. end_final 307,9741
  3912. app_enable 507,16215
  3913. app_disable 520,16433
  3914. dbr_sequence_length 535,16746
  3915. init_insn_lengths 559,17303
  3916. get_attr_length 568,17498
  3917. #define FIRST_INSN_ADDRESS 638,19271
  3918. shorten_branches 642,19313
  3919. asm_insn_count 832,24838
  3920. final_start_function 863,25695
  3921. profile_after_prologue 951,28253
  3922. profile_function 968,28602
  3923. final_end_function 1034,30169
  3924. add_bb 1092,31610
  3925. add_bb_string 1123,32405
  3926. final 1180,33855
  3927. final_scan_insn 1256,36041
  3928. output_source_line 2020,57822
  3929. alter_subreg 2081,59560
  3930. walk_alter_subreg 2111,60344
  3931. alter_cond 2145,61127
  3932. output_operand_lossage 2294,63551
  3933. output_asm_name 2322,64518
  3934. output_asm_insn 2344,65091
  3935. output_asm_label 2498,68793
  3936. output_operand 2524,69618
  3937. output_address 2545,70142
  3938. output_addr_const 2557,70411
  3939. asm_fprintf VPROTO(2705,73974
  3940. split_double 2855,76624
  3941. leaf_function_p 2977,79631
  3942. only_leaf_regs_used 3023,81006
  3943. leaf_renumber_regs 3040,81329
  3944. leaf_renumber_regs_insn 3060,82009
  3945.  
  3946. fix-header.c,1053
  3947. #define O_RDONLY 80,3228
  3948. #define const 84,3269
  3949. enum special_filespecial_file125,4159
  3950. typedef const char* namelist;namelist136,4346
  3951. struct std_include_entry std_include_entry138,4377
  3952. namelist_end 148,4521
  3953. xfree 272,9144
  3954. fancy_abort 283,9358
  3955. #define obstack_chunk_alloc 288,9391
  3956. #define obstack_chunk_free 289,9427
  3957. lookup_std_proto 294,9569
  3958. write_lbrac 327,10216
  3959. struct partial_protopartial_proto346,10742
  3960. #define REQUIRED(358,11020
  3961. #define SET_REQUIRED(359,11082
  3962. #define SET_SEEN(360,11147
  3963. #define SEEN(361,11204
  3964. recognized_macro 364,11264
  3965. recognized_extern 403,12529
  3966. recognized_function 425,13189
  3967. check_macro_names 500,15289
  3968. read_scan_file 513,15520
  3969. write_rbrac 636,19142
  3970. xstrdup 722,21602
  3971. #define INF_GET(737,21863
  3972. #define INF_UNGET(738,21938
  3973. inf_skip_spaces 741,21988
  3974. inf_read_upto 780,22552
  3975. inf_scan_ident 798,22813
  3976. check_protection 824,23340
  3977. main 929,25486
  3978. cpp_file_line_for_message 1149,30337
  3979. cpp_print_containing_files 1163,30635
  3980. void cpp_message 1169,30744
  3981. fatal 1186,31088
  3982. cpp_pfatal_with_name 1196,31275
  3983.  
  3984. floatlib.c,701
  3985. #define EXCESS    57,2432
  3986. #define SIGNBIT    58,2452
  3987. #define HIDDEN    59,2480
  3988. #define SIGN(60,2506
  3989. #define EXP(61,2540
  3990. #define MANT(62,2579
  3991. #define PACK(63,2625
  3992. #define EXCESSD    66,2732
  3993. #define HIDDEND    67,2754
  3994. #define EXPD(68,2781
  3995. #define SIGND(69,2829
  3996. #define MANTD(70,2872
  3997. union double_longdouble_long74,3033
  3998. union float_longfloat_long90,3234
  3999. __addsf3 98,3313
  4000. __subsf3 187,4742
  4001. __cmpsf2 207,5057
  4002. __mulsf3 228,5377
  4003. __divsf3 277,6301
  4004. __floatsidf 343,7431
  4005. __negsf2 383,8005
  4006. __negdf2 397,8176
  4007. __extendsfdf2 412,8392
  4008. __truncdfsf2 437,8839
  4009. __cmpdf2 474,9465
  4010. __fixdfsi 499,9922
  4011. long __fixunsdfsi 527,10417
  4012. __adddf3 557,11021
  4013. __subdf3 564,11128
  4014. __muldf3 571,11235
  4015. __divdf3 578,11340
  4016.  
  4017. flow.c,737
  4018. #define obstack_chunk_alloc 122,5091
  4019. #define obstack_chunk_free 123,5127
  4020. #define BLOCK_NUM(136,5483
  4021. #define INSN_VOLATILE(146,5806
  4022. flow_analysis 316,11798
  4023. find_basic_blocks 403,14383
  4024. uses_reg_or_mem 765,26305
  4025. mark_label_ref 803,27192
  4026. flow_delete_insn 859,28637
  4027. life_analysis 877,29301
  4028. allocate_for_life_analysis 1273,43063
  4029. init_regset_vector 1320,44814
  4030. propagate_block 1356,45959
  4031. insn_dead_p 1705,57209
  4032. libcall_dead_p 1813,60614
  4033. regno_uninitialized 1868,62002
  4034. regno_clobbered_at_setjmp 1884,62450
  4035. mark_set_regs 1907,63223
  4036. mark_set_1 1933,63817
  4037. find_auto_inc 2145,71010
  4038. mark_used_regs 2337,77286
  4039. try_pre_increment_1 2681,86976
  4040. try_pre_increment 2726,88499
  4041. find_use_as_address 2814,91058
  4042. dump_flow_info 2876,92563
  4043.  
  4044. fold-const.c,1413
  4045. #define BRANCH_COST 84,3656
  4046. #define left_shift_overflows(88,3756
  4047. #define overflow_sum_sign(95,4204
  4048. #define LOWPART(101,4511
  4049. #define HIGHPART(103,4607
  4050. #define BASE 105,4690
  4051. encode 112,4931
  4052. decode 127,5310
  4053. force_fit_type 146,5868
  4054. add_double 227,8051
  4055. neg_double 247,8578
  4056. mul_double 272,9143
  4057. lshift_double 329,10784
  4058. rshift_double 365,11748
  4059. lrotate_double 402,12818
  4060. rrotate_double 424,13391
  4061. div_and_round_double 451,14207
  4062. real_value_truncate 711,21753
  4063. target_isinf 723,22000
  4064. target_isnan 763,22864
  4065. target_negative 803,23721
  4066. target_isinf 840,24484
  4067. target_isnan 849,24660
  4068. target_negative 858,24845
  4069. split_tree 881,25635
  4070. const_binop 963,28357
  4071. size_int 1306,36790
  4072. size_binop 1339,37659
  4073. fold_convert 1373,38696
  4074. non_lvalue 1512,42984
  4075. pedantic_non_lvalue 1550,44026
  4076. invert_tree_comparison 1564,44361
  4077. swap_tree_comparison 1590,44863
  4078. truth_value_p 1614,45282
  4079. operand_equal_p 1632,45991
  4080. operand_equal_for_comparison_p 1738,49191
  4081. twoval_comparison_p 1793,50976
  4082. eval_subst 1891,53709
  4083. omit_one_operand 1973,55990
  4084. pedantic_omit_one_operand 1987,56299
  4085. invert_truthvalue 2005,56732
  4086. distribute_bit_expr 2116,60338
  4087. make_bit_field_ref 2165,61772
  4088. optimize_bit_field_compare 2200,63037
  4089. decode_field_reference 2389,69285
  4090. all_ones_mask_p 2449,71024
  4091. simple_operand_p 2473,71609
  4092. range_test 2514,73158
  4093. unextend 2627,76072
  4094. fold_truthop 2677,77881
  4095. strip_compound_expr 3018,90076
  4096. fold 3059,91626
  4097.  
  4098. function.c,2743
  4099. #define NAME__MAIN 66,2438
  4100. #define SYMBOL__MAIN 67,2466
  4101. #define FLOOR_ROUND(73,2704
  4102. #define CEIL_ROUND(77,2848
  4103. #define NEED_SEPARATE_AP86,3286
  4104. struct temp_slottemp_slot344,12354
  4105. struct fixup_replacementfixup_replacement405,14295
  4106. find_function_data 450,16092
  4107. push_function_context_to 466,16528
  4108. push_function_context 532,19093
  4109. pop_function_context_from 541,19309
  4110. void pop_function_context 620,22329
  4111. get_frame_size 632,22674
  4112. assign_stack_local 652,23157
  4113. assign_outer_stack_local 721,25172
  4114. assign_stack_temp 795,27358
  4115. combine_temp_slots 902,30621
  4116. find_temp_slot_from_address 959,32037
  4117. update_temp_slot_address 986,32587
  4118. mark_temp_addr_taken 1009,33141
  4119. preserve_temp_slots 1036,33868
  4120. preserve_rtl_expr_result 1102,35857
  4121. free_temp_slots 1132,36735
  4122. free_temps_for_rtl_expr 1147,37020
  4123. push_temp_slots 1162,37273
  4124. pop_temp_slots 1171,37415
  4125. put_var_into_stack 1188,37790
  4126. put_reg_into_stack 1275,40857
  4127. fixup_var_refs 1336,42767
  4128. find_fixup_replacement 1379,44150
  4129. fixup_var_refs_insns 1406,44798
  4130. fixup_var_refs_1 1588,50914
  4131. fixup_memory_subreg 2074,66177
  4132. walk_fixup_memory_subreg 2113,67508
  4133. fixup_stack_1 2155,68630
  4134. optimize_bit_field 2216,70296
  4135. #define STACK_POINTER_OFFSET    2379,75692
  4136. #define STACK_DYNAMIC_OFFSET(2398,76563
  4137. #define STACK_DYNAMIC_OFFSET(2403,76707
  4138. #define STACK_DYNAMIC_OFFSET(2408,76823
  4139. instantiate_virtual_regs 2416,77023
  4140. instantiate_decls 2463,78618
  4141. instantiate_decls_1 2502,79972
  4142. instantiate_decl 2524,80597
  4143. instantiate_virtual_regs_1 2596,82821
  4144. delete_handlers 2954,93740
  4145. nonlocal_label_rtx_list 2997,94913
  4146. use_variable 3013,95282
  4147. use_variable_after 3032,95904
  4148. max_parm_reg_num 3048,96455
  4149. get_first_nonparm_insn 3056,96582
  4150. get_first_block_beg 3067,96795
  4151. aggregate_value_p 3087,97451
  4152. assign_parms 3125,98685
  4153. promoted_input_arg 3938,126356
  4154. locate_and_pad_parm 3999,128451
  4155. pad_to_arg_alignment 4106,131963
  4156. pad_below 4137,132599
  4157. round_down 4165,133399
  4158. uninitialized_vars_warning 4180,133829
  4159. setjmp_args_warning 4212,135002
  4160. setjmp_protect 4228,135495
  4161. setjmp_protect_args 4259,136511
  4162. lookup_static_chain 4283,137123
  4163. fix_lexical_addr 4311,137928
  4164. trampoline_address 4397,140489
  4165. round_trampoline_addr 4480,143086
  4166. identify_blocks 4508,144078
  4167. reorder_blocks 4555,145331
  4168. blocks_nreverse 4602,146696
  4169. all_blocks 4619,147057
  4170. bc_build_calldesc 4642,147568
  4171. init_function_start 4688,148935
  4172. mark_varargs 4846,153416
  4173. #define HAS_INIT_SECTION4855,153630
  4174. expand_main_function 4859,153668
  4175. bc_expand_function_start 4878,154101
  4176. bc_expand_function_end 4927,155514
  4177. expand_function_start 4961,156576
  4178. expand_function_end 5192,164565
  4179. record_insns 5428,171991
  4180. contains 5453,172484
  4181. thread_prologue_and_epilogue_insns 5483,173199
  4182. reposition_prologue_and_epilogue_notes 5584,176104
  4183.  
  4184. gcc.c,3659
  4185. #define R_OK 59,1901
  4186. #define W_OK 60,1916
  4187. #define X_OK 61,1931
  4188. #define WIFSIGNALED(65,1974
  4189. #define WTERMSIG(68,2065
  4190. #define WIFEXITED(71,2123
  4191. #define WEXITSTATUS(74,2191
  4192. #define PROTO(80,2355
  4193. #define PROTO(82,2386
  4194. #define PVPROTO(88,2455
  4195. #define VPROTO(89,2483
  4196. #define VA_START(90,2510
  4197. #define PVPROTO(92,2568
  4198. #define VPROTO(93,2594
  4199. #define VA_START(94,2634
  4200. #define NULL 101,2776
  4201. #define O_RDONLY 106,2878
  4202. #define GENERIC_PTR 111,2992
  4203. #define GENERIC_PTR 113,3025
  4204. #define NULL_PTR 118,3084
  4205. #define vfork 122,3137
  4206. #define P_tmpdir 129,3312
  4207. #define S_ISREG(135,3407
  4208. #define S_ISDIR(140,3519
  4209. #define EXECUTABLE_SUFFIX 145,3662
  4210. #define HAVE_OBJECT_SUFFIX150,3775
  4211. #define OBJECT_SUFFIX 152,3808
  4212. #define PATH_SEPARATOR 157,3924
  4213. #define DIR_SEPARATOR 161,3981
  4214. #define obstack_chunk_alloc 166,4070
  4215. #define obstack_chunk_free 167,4106
  4216. #define MIN_FATAL_STATUS 192,4540
  4217. static 237,5704
  4218. static 243,5873
  4219. #define ASM_SPEC 447,15694
  4220. #define ASM_FINAL_SPEC 453,15843
  4221. #define CPP_SPEC 459,16007
  4222. #define CC1_SPEC 465,16162
  4223. #define CC1PLUS_SPEC 471,16317
  4224. #define LINK_SPEC 477,16473
  4225. #define LIB_SPEC 482,16590
  4226. #define LIBGCC_SPEC 490,16896
  4227. #define LIBGCC_SPEC 492,16946
  4228. #define STARTFILE_SPEC 498,17101
  4229. #define SWITCHES_NEED_SPACES 505,17361
  4230. #define ENDFILE_SPEC 510,17498
  4231. #define SIGNED_CHAR_SPEC 518,17741
  4232. #define SIGNED_CHAR_SPEC 520,17812
  4233. #define MULTILIB_SELECT 528,18082
  4234. #define SWITCH_TAKES_ARG(549,18794
  4235. #define DEFAULT_WORD_SWITCH_TAKES_ARG(558,19108
  4236. #define WORD_SWITCH_TAKES_ARG(567,19523
  4237. struct compilercompiler572,19672
  4238. struct option_mapoption_map760,27486
  4239. translate_options 856,30819
  4240. my_strerror(1012,34478
  4241. read_specs 1045,35169
  4242. skip_whitespace 1154,38030
  4243. struct spec_listspec_list1180,38589
  4244. set_spec 1196,39080
  4245. static struct temp_name temp_name1276,41310
  4246. struct prefix_listprefix_list1299,41937
  4247. struct path_prefixpath_prefix1308,42298
  4248. #define STANDARD_EXEC_PREFIX 1350,43513
  4249. #define STANDARD_STARTFILE_PREFIX 1360,43835
  4250. #define TOOLDIR_BASE_PREFIX 1374,44327
  4251. clear_args 1387,44689
  4252. store_arg 1400,45073
  4253. struct temp_filetemp_file1437,46163
  4254. record_temp_file 1455,46734
  4255. delete_if_ordinary 1494,47790
  4256. delete_temp_files 1515,48218
  4257. delete_failure_queue 1527,48469
  4258. clear_failure_queue 1536,48644
  4259. choose_temp_base_try 1545,48816
  4260. choose_temp_base 1562,49068
  4261. putenv 1610,50690
  4262. build_search_list 1661,51848
  4263. putenv_from_prefixes 1720,53506
  4264. find_a_file 1732,53848
  4265. add_prefix 1867,57205
  4266. unused_prefix_warnings 1909,58141
  4267. free_path_prefix 1930,58564
  4268. #define STDIN_FILE_NO 1947,58892
  4269. #define STDOUT_FILE_NO 1950,58944
  4270. #define READ_PORT 1953,59018
  4271. #define WRITE_PORT 1956,59087
  4272. pexecute 1973,59606
  4273. pexecute 2025,60683
  4274. fix_argv 2122,62934
  4275. #define FIX_ARGV(2155,63592
  4276. #define FIX_ARGV(2159,63632
  4277. pexecute 2164,63674
  4278. execute 2182,64139
  4279. struct switchstrswitchstr2340,68312
  4280. struct infileinfile2352,68455
  4281. process_command 2372,68808
  4282. do_spec 3013,87661
  4283. do_spec_1 3054,88736
  4284. handle_braces 3857,107993
  4285. check_live_switch 4041,112307
  4286. give_switch 4117,114488
  4287. find_file 4144,115170
  4288. is_directory 4177,116054
  4289. fatal_error 4221,117315
  4290. main 4233,117562
  4291. lookup_compiler 4616,128719
  4292. xmalloc 4680,130432
  4293. xrealloc 4690,130602
  4294. concat 4703,130889
  4295. concat3 4718,131143
  4296. concat4 4725,131247
  4297. concat6 4732,131373
  4298. save_string 4739,131535
  4299. pfatal_with_name 4751,131709
  4300. perror_with_name 4764,131902
  4301. perror_exec 4777,132095
  4302. fancy_abort 4793,132467
  4303. fatal VPROTO(4803,132594
  4304. error VPROTO(4825,132933
  4305. fatal 4848,133267
  4306. error 4857,133401
  4307. validate_all_switches 4869,133609
  4308. validate_switches 4972,136042
  4309. used_arg 5017,136869
  4310. set_multilib_dir 5039,137501
  4311. print_multilib_info 5122,139171
  4312.  
  4313. gen-protos.c,91
  4314. #define HASH_SIZE 25,916
  4315. hashf 28,958
  4316. fancy_abort 51,1394
  4317. main 57,1430
  4318. fatal 174,4010
  4319.  
  4320. genattr.c,337
  4321. #define obstack_chunk_alloc 31,1044
  4322. #define obstack_chunk_free 32,1080
  4323. struct rangerange43,1300
  4324. struct function_unitfunction_unit52,1433
  4325. extend_range 64,1869
  4326. init_range 74,2055
  4327. write_upcase 82,2159
  4328. gen_attr 93,2343
  4329. write_units 143,3725
  4330. xmalloc 195,5799
  4331. xrealloc 206,5964
  4332. fatal 217,6158
  4333. fancy_abort 230,6451
  4334. main 236,6509
  4335.  
  4336. genattrtab.c,3313
  4337. #define obstack_chunk_alloc 125,5429
  4338. #define obstack_chunk_free 126,5465
  4339. #define MAX_DIGITS 138,5745
  4340. struct insn_definsn_def147,6098
  4341. struct insn_entinsn_ent161,6593
  4342. struct attr_valueattr_value172,6920
  4343. struct attr_descattr_desc183,7280
  4344. #define NULL_ATTR 196,7841
  4345. struct rangerange200,7913
  4346. struct delay_descdelay_desc208,7995
  4347. struct function_unit_opfunction_unit_op217,8235
  4348. struct function_unitfunction_unit231,8810
  4349. #define MAX_ATTRS_INDEX 253,9887
  4350. struct dimension dimension294,11932
  4351. enum operator operator318,12578
  4352. #define SIMPLIFY_TEST_EXP(345,13344
  4353. #define SIMPLIFY_ALTERNATIVE(351,13615
  4354. #define oballoc(452,18484
  4355. struct attr_hashattr_hash461,18765
  4356. #define RTL_HASH_SIZE 479,19404
  4357. #define RTL_HASH(484,19559
  4358. attr_hash_add_rtx 489,19700
  4359. attr_hash_add_string 506,20131
  4360. attr_rtx VPROTO(532,20838
  4361. attr_printf VPROTO(731,25721
  4362. attr_printf 758,26184
  4363. attr_eq 774,26530
  4364. attr_numeral 782,26695
  4365. attr_string 792,26907
  4366. attr_equal_p 828,27974
  4367. attr_copy_rtx 840,28250
  4368. check_attr_test 933,30422
  4369. check_attr_value 1080,34349
  4370. convert_set_attr_alternative 1169,36672
  4371. convert_set_attr 1210,37869
  4372. check_defs 1245,38821
  4373. convert_const_symbol_ref 1298,40172
  4374. make_canonical 1351,41597
  4375. copy_boolean 1429,43565
  4376. get_attr_value 1448,44271
  4377. expand_delays 1497,45773
  4378. operate_exp 1588,48698
  4379. expand_units 1789,54501
  4380. simplify_knowing 2126,66013
  4381. encode_units_mask 2144,66589
  4382. fill_attr 2207,67962
  4383. substitute_address 2252,69371
  4384. make_length_attrs 2326,71546
  4385. identity_fn 2376,73158
  4386. zero_fn 2383,73220
  4387. one_fn 2390,73297
  4388. max_fn 2397,73373
  4389. simplify_cond 2412,73809
  4390. remove_insn_ent 2532,76895
  4391. insert_insn_ent 2557,77360
  4392. insert_right_side 2580,78047
  4393. compute_alternative_mask 2646,79864
  4394. make_alternative_compare 2676,80657
  4395. evaluate_eq_attr 2702,81445
  4396. simplify_and_tree 2805,84449
  4397. simplify_or_tree 2924,87506
  4398. simplify_test_exp 3001,89941
  4399. optimize_attrs 3289,98598
  4400. simplify_by_alternatives 3399,101740
  4401. simplify_by_exploding 3436,102881
  4402. find_and_mark_used_attributes 3584,107402
  4403. unmark_used_attributes 3633,108550
  4404. add_values_to_cover 3656,109063
  4405. increment_current_value 3720,110739
  4406. test_for_current_value 3740,111165
  4407. simplify_with_current_value 3760,111696
  4408. simplify_with_current_value_aux 3793,112385
  4409. clear_struct_flag 3869,114430
  4410. count_sub_rtxs 3923,115435
  4411. gen_attr 3979,116403
  4412. count_alternatives 4032,118005
  4413. compares_alternatives_p 4070,118728
  4414. contained_in_p 4102,119339
  4415. gen_insn 4135,119942
  4416. gen_delay 4179,121031
  4417. gen_unit 4210,121796
  4418. write_test_expr 4290,124422
  4419. max_attr_value 4514,129627
  4420. walk_attr_value 4563,130699
  4421. write_attr_get 4627,131969
  4422. eliminate_known_true 4684,133757
  4423. write_attr_set 4715,134594
  4424. write_attr_case 4812,137087
  4425. write_attr_valueq 4888,138877
  4426. write_attr_value 4908,139242
  4427. write_upcase 4919,139435
  4428. write_indent 4930,139615
  4429. write_eligible_delay 4953,140341
  4430. write_function_unit_info 5072,143925
  4431. write_complex_function 5141,145903
  4432. n_comma_elts 5233,148577
  4433. next_comma_elt 5253,148958
  4434. find_attr 5279,149459
  4435. make_internal_attr 5317,150512
  4436. find_most_used 5339,151010
  4437. find_single_value 5360,151422
  4438. make_numeric_value 5382,151775
  4439. extend_range 5405,152098
  4440. xrealloc 5415,152279
  4441. xmalloc 5426,152467
  4442. copy_rtx_unchanging 5437,152636
  4443. fatal 5473,153283
  4444. fancy_abort 5486,153579
  4445. write_const_num_delay_slots 5495,153784
  4446. main 5531,154571
  4447.  
  4448. gencodes.c,176
  4449. #define obstack_chunk_alloc 33,1065
  4450. #define obstack_chunk_free 34,1101
  4451. gen_insn 46,1284
  4452. xmalloc 58,1619
  4453. xrealloc 69,1784
  4454. fatal 80,1977
  4455. fancy_abort 93,2271
  4456. main 99,2329
  4457.  
  4458. genconfig.c,269
  4459. #define obstack_chunk_alloc 32,986
  4460. #define obstack_chunk_free 33,1022
  4461. walk_insn_part 64,1980
  4462. gen_insn 165,4423
  4463. gen_expand 186,4989
  4464. gen_split 213,5679
  4465. gen_peephole 228,6088
  4466. xmalloc 240,6333
  4467. xrealloc 252,6499
  4468. fatal 263,6692
  4469. fancy_abort 276,6987
  4470. main 282,7045
  4471.  
  4472. genemit.c,458
  4473. #define obstack_chunk_alloc 30,990
  4474. #define obstack_chunk_free 31,1026
  4475. struct clobber_patclobber_pat50,1497
  4476. struct clobber_entclobber_ent60,1682
  4477. max_operand_1 67,1793
  4478. max_operand_vec 106,2741
  4479. print_code 123,3012
  4480. gen_exp 140,3354
  4481. gen_insn 267,6018
  4482. gen_expand 384,9241
  4483. gen_split 510,13666
  4484. output_add_clobbers 602,16799
  4485. output_init_mov_optab 640,17780
  4486. xmalloc 671,18592
  4487. xrealloc 683,18758
  4488. fatal 694,18951
  4489. fancy_abort 707,19244
  4490. main 713,19302
  4491.  
  4492. genextract.c,328
  4493. #define obstack_chunk_alloc 31,1025
  4494. #define obstack_chunk_free 32,1061
  4495. struct extractionextraction50,1789
  4496. struct code_ptrcode_ptr63,2067
  4497. gen_insn 111,3087
  4498. walk_rtx 191,4922
  4499. print_path 310,7493
  4500. xmalloc 343,8186
  4501. xrealloc 354,8351
  4502. fatal 365,8544
  4503. fancy_abort 378,8840
  4504. copystr 384,8907
  4505. mybzero 399,9084
  4506. main 408,9205
  4507.  
  4508. genflags.c,246
  4509. #define obstack_chunk_alloc 33,1055
  4510. #define obstack_chunk_free 34,1091
  4511. num_operands 54,1549
  4512. gen_proto 91,2200
  4513. gen_nonproto 112,2557
  4514. gen_insn 119,2663
  4515. xmalloc 173,4053
  4516. xrealloc 185,4219
  4517. fatal 196,4412
  4518. fancy_abort 209,4706
  4519. main 215,4764
  4520.  
  4521. genopinit.c,186
  4522. #define obstack_chunk_alloc 31,991
  4523. #define obstack_chunk_free 32,1027
  4524. gen_insn 131,6657
  4525. xmalloc 284,10010
  4526. xrealloc 296,10176
  4527. fatal 307,10369
  4528. fancy_abort 320,10664
  4529. main 326,10722
  4530.  
  4531. genoutput.c,541
  4532. #define MAX_MAX_OPERANDS 102,4342
  4533. #define obstack_chunk_alloc 107,4443
  4534. #define obstack_chunk_free 108,4479
  4535. struct datadata135,5178
  4536. output_prologue 176,6436
  4537. output_epilogue 199,7111
  4538. scan_operands 414,12675
  4539. process_template 540,15986
  4540. validate_insn_alternatives 614,17846
  4541. gen_insn 639,18658
  4542. gen_peephole 695,20280
  4543. gen_expand 748,21861
  4544. gen_split 809,23559
  4545. xmalloc 862,24987
  4546. xrealloc 873,25152
  4547. mybzero 884,25345
  4548. mybcopy 893,25473
  4549. fatal 903,25636
  4550. fancy_abort 916,25947
  4551. error 922,26012
  4552. main 933,26165
  4553. n_occurrences 992,27222
  4554.  
  4555. genpeep.c,275
  4556. #define obstack_chunk_alloc 30,991
  4557. #define obstack_chunk_free 31,1027
  4558. struct linklink42,1401
  4559. gen_peephole 70,1934
  4560. match_rtx 154,4371
  4561. print_path 355,9274
  4562. print_code 375,9635
  4563. xmalloc 389,9854
  4564. xrealloc 400,10019
  4565. fatal 411,10212
  4566. fancy_abort 424,10505
  4567. main 430,10563
  4568.  
  4569. genrecog.c,869
  4570. #define obstack_chunk_alloc 57,2360
  4571. #define obstack_chunk_free 58,2396
  4572. struct decision_head decision_head67,2662
  4573. struct decisiondecision72,2805
  4574. #define SUBROUTINE_THRESHOLD 105,4540
  4575. enum routine_type routine_type112,4751
  4576. static struct pred_tablepred_table138,5548
  4577. #define NUM_KNOWN_PREDS 166,6651
  4578. make_insn_sequence 206,8449
  4579. add_to_sequence 293,10677
  4580. not_both_true 568,18433
  4581. position_merit 675,22183
  4582. merge_trees 731,24132
  4583. break_out_subroutines 953,31068
  4584. write_subroutine 977,31647
  4585. write_tree_1 1046,34064
  4586. print_code 1467,46371
  4587. same_codes 1481,46598
  4588. clear_codes 1493,46783
  4589. same_modes 1501,46898
  4590. clear_modes 1513,47118
  4591. write_tree 1529,47527
  4592. change_state 1576,48864
  4593. copystr 1605,49515
  4594. mybzero 1620,49692
  4595. mybcopy 1629,49820
  4596. concat 1638,49969
  4597. xrealloc 1657,50235
  4598. xmalloc 1668,50423
  4599. fatal 1679,50593
  4600. fancy_abort 1693,50929
  4601. main 1699,50987
  4602.  
  4603. getopt.c,230
  4604. #define _NO_PROTO26,1089
  4605. #define const37,1306
  4606. # define gettext(67,2391
  4607. #define    my_index    172,6351
  4608. my_index 181,6501
  4609. exchange 227,7946
  4610. _getopt_initialize 285,9469
  4611. _getopt_internal 375,12954
  4612. getopt 679,20759
  4613. main 698,21141
  4614.  
  4615. getopt1.c,105
  4616. #define const29,1042
  4617. #define NULL 55,1833
  4618. getopt_long 59,1860
  4619. getopt_long_only 75,2363
  4620. main 93,2719
  4621.  
  4622. getpwd.c,170
  4623. #define getcwd(20,496
  4624. #define GUESSPATHLEN 22,549
  4625. #define GUESSPATHLEN 24,593
  4626. #define GUESSPATHLEN 29,756
  4627. getpwd 46,1169
  4628. #define MAXPATHLEN 89,2014
  4629. getpwd 93,2052
  4630.  
  4631. global.c,818
  4632. #define INT_BITS 104,3838
  4633. #define INT_TYPE 105,3878
  4634. #define CONFLICTP(123,4408
  4635. #define SET_CONFLICT(127,4531
  4636. #define REGBITP(197,6838
  4637. #define SET_REGBIT(201,6978
  4638. #define ALLOCNO_LIVE_P(210,7235
  4639. #define SET_ALLOCNO_LIVE(213,7335
  4640. #define CLEAR_ALLOCNO_LIVE(216,7438
  4641. #define NUM_NO_CONFLICT_PAIRS 237,8598
  4642. global_alloc 277,10009
  4643. allocno_compare 587,20847
  4644. global_conflicts 614,21761
  4645. expand_preferences 781,26605
  4646. prune_preferences 834,28434
  4647. find_reg 904,30919
  4648. retry_global_alloc 1203,40326
  4649. record_one_conflict 1236,41349
  4650. record_conflicts 1279,42652
  4651. mark_reg_store 1317,43951
  4652. mark_reg_clobber 1381,45534
  4653. mark_reg_conflicts 1438,46923
  4654. mark_reg_death 1477,47851
  4655. mark_reg_live_nc 1513,48980
  4656. set_preference 1535,49705
  4657. mark_elimination 1627,52380
  4658. dump_conflicts 1647,52993
  4659. dump_global_regs 1695,54403
  4660.  
  4661. gmon.c,133
  4662. extern mcount(48,2015
  4663. #define        SCALE_1_TO_1    66,2490
  4664. #define    MSG 68,2522
  4665. _mcleanup(147,4532
  4666. mcount(187,5624
  4667. moncontrol(312,8518
  4668.  
  4669. halfpic.c,371
  4670. #define obstack_chunk_alloc 40,1399
  4671. #define obstack_chunk_free 41,1435
  4672. struct all_refs all_refs59,1984
  4673. #define MAX_HASH_TABLE 83,2863
  4674. #define HASHBITS 86,2899
  4675. half_pic_hash 89,2945
  4676. half_pic_init 164,4486
  4677. half_pic_finish 176,4712
  4678. half_pic_encode 200,5138
  4679. half_pic_declare 251,6217
  4680. half_pic_external 275,6592
  4681. half_pic_address_p 299,6961
  4682. half_pic_ptr 366,8295
  4683.  
  4684. integrate.c,955
  4685. #define    obstack_chunk_alloc    39,1155
  4686. #define    obstack_chunk_free    40,1191
  4687. #define CEIL_ROUND(49,1415
  4688. #define INTEGRATE_THRESHOLD(54,1634
  4689. function_cannot_inline_p 83,2861
  4690. initialize_for_inline 230,8621
  4691. finish_inline 338,12608
  4692. adjust_copied_decl_tree 352,12983
  4693. save_for_inline_copying 389,14288
  4694. copy_decl_list 622,22303
  4695. copy_decl_tree 652,22925
  4696. copy_decl_rtls 682,23761
  4697. save_for_inline_nocopy 716,25094
  4698. save_constants 800,27976
  4699. note_modified_parmregs 874,29714
  4700. copy_for_inline 899,30600
  4701. #define FIXED_BASE_PLUS_P(1134,37539
  4702. expand_inline_function 1154,38325
  4703. integrate_parm_decls 1913,64732
  4704. integrate_decl_tree 1958,66434
  4705. copy_rtx_and_substitute 2024,68132
  4706. try_constants 2424,81374
  4707. subst_constants 2484,83330
  4708. mark_stores 2747,91020
  4709. restore_constants 2785,92208
  4710. set_block_origin_self 2862,94477
  4711. set_decl_origin_self 2901,95790
  4712. set_block_abstract_flags 2925,96495
  4713. set_decl_abstract_flags 2957,97386
  4714. output_inline_function 2978,98011
  4715.  
  4716. jump.c,1111
  4717. jump_optimize 138,5389
  4718. duplicate_loop_exit_test 2137,72652
  4719. squeeze_notes 2316,77963
  4720. find_cross_jump 2367,79565
  4721. do_cross_jump 2533,84441
  4722. get_label_before 2585,86022
  4723. get_label_after 2608,86488
  4724. jump_back_p 2631,87040
  4725. can_reverse_comparison_p 2673,88233
  4726. reverse_condition 2733,90187
  4727. swap_condition 2778,90778
  4728. unsigned_condition 2822,91397
  4729. signed_condition 2855,91816
  4730. comparison_dominates_p 2889,92277
  4731. simplejump_p 2929,92920
  4732. condjump_p 2942,93233
  4733. condjump_in_parallel_p 2969,93934
  4734. sets_cc0_p 3004,94845
  4735. follow_jumps 3041,95781
  4736. tension_vector_labels 3091,97189
  4737. mark_jump_label 3130,98568
  4738. delete_jump 3257,101958
  4739. delete_computation 3280,102729
  4740. delete_insn 3389,105748
  4741. next_nondeleted_insn 3537,110323
  4742. delete_for_peephole 3551,110674
  4743. invert_jump 3590,111536
  4744. invert_exp 3617,112269
  4745. redirect_jump 3679,113924
  4746. delete_from_jump_chain 3720,114958
  4747. redirect_exp 3765,116126
  4748. redirect_tablejump 3825,117699
  4749. delete_labelref_insn 3855,118557
  4750. rtx_renumbered_equal_p 3895,119333
  4751. true_regnum 4066,123500
  4752. mark_modified_reg 4131,125267
  4753. thread_jumps 4157,125766
  4754. rtx_equal_for_thread_p 4345,131574
  4755.  
  4756. libgcc1-test.c,138
  4757. main_without__main 12,373
  4758. discard 68,1340
  4759. ddiscard 72,1368
  4760. foo 76,1400
  4761. dfoo 85,1501
  4762. extern void start(96,1802
  4763. void _start(100,1897
  4764.  
  4765. libgcc1.c,2157
  4766. #define perform_mulsi3(57,2575
  4767. #define perform_divsi3(61,2648
  4768. #define perform_udivsi3(65,2722
  4769. #define perform_modsi3(69,2796
  4770. #define perform_umodsi3(73,2870
  4771. #define perform_lshrsi3(77,2945
  4772. #define perform_ashrsi3(81,3021
  4773. #define perform_ashlsi3(85,3097
  4774. #define perform_adddf3(89,3172
  4775. #define perform_subdf3(93,3245
  4776. #define perform_muldf3(97,3318
  4777. #define perform_divdf3(101,3391
  4778. #define perform_addsf3(105,3464
  4779. #define perform_subsf3(109,3546
  4780. #define perform_mulsf3(113,3628
  4781. #define perform_divsf3(117,3710
  4782. #define perform_negdf2(121,3792
  4783. #define perform_negsf2(125,3859
  4784. #define perform_fixdfsi(129,3936
  4785. #define perform_fixsfsi(133,4022
  4786. #define perform_floatsidf(137,4109
  4787. #define perform_floatsisf(141,4190
  4788. #define perform_extendsfdf2(145,4282
  4789. #define perform_truncdfsf2(149,4358
  4790. #define perform_eqdf2(158,4615
  4791. #define perform_nedf2(162,4690
  4792. #define perform_gtdf2(166,4762
  4793. #define perform_gedf2(170,4833
  4794. #define perform_ltdf2(174,4911
  4795. #define perform_ledf2(178,4985
  4796. #define perform_eqsf2(182,5063
  4797. #define perform_nesf2(186,5138
  4798. #define perform_gtsf2(190,5210
  4799. #define perform_gesf2(194,5281
  4800. #define perform_ltsf2(198,5359
  4801. #define perform_lesf2(202,5433
  4802. #define nongcc_SI_type 208,5573
  4803. #define nongcc_word_type 213,5699
  4804. #define FLOAT_VALUE_TYPE 222,5998
  4805. #define INTIFY(226,6050
  4806. #define FLOATIFY(230,6135
  4807. #define FLOAT_ARG_TYPE 234,6205
  4808. union flt_or_value flt_or_value237,6253
  4809. union flt_or_int flt_or_int239,6307
  4810. __mulsi3 244,6378
  4811. __udivsi3 253,6489
  4812. __divsi3 262,6610
  4813. __umodsi3 271,6721
  4814. __modsi3 280,6842
  4815. __lshrsi3 289,6953
  4816. __ashrsi3 298,7075
  4817. __ashlsi3 307,7188
  4818. __divdf3 316,7293
  4819. __muldf3 325,7387
  4820. __negdf2 334,7481
  4821. __adddf3 343,7566
  4822. __subdf3 352,7660
  4823. __eqdf2 366,7941
  4824. __nedf2 376,8074
  4825. __gtdf2 386,8207
  4826. __gedf2 396,8338
  4827. __ltdf2 406,8471
  4828. __ledf2 416,8602
  4829. __fixdfsi 426,8736
  4830. __fixsfsi 435,8832
  4831. __floatsidf 445,8970
  4832. __floatsisf 454,9082
  4833. __addsf3 464,9221
  4834. __negsf2 474,9384
  4835. __subsf3 484,9527
  4836. __eqsf2 494,9689
  4837. __nesf2 505,9879
  4838. __gtsf2 516,10069
  4839. __gesf2 527,10257
  4840. __ltsf2 538,10447
  4841. __lesf2 549,10635
  4842. __mulsf3 560,10826
  4843. __divsf3 570,10989
  4844. __truncdfsf2 580,11156
  4845. __extendsfdf2 590,11283
  4846.  
  4847. libgcc2.c,4264
  4848. #define WEAK_ALIAS46,1718
  4849. #define LIBGCC2_WORDS_BIG_ENDIAN 54,1939
  4850. typedef unsigned int UQItype    __attribute__ ((mode (QI)QI66,2561
  4851. typedef      int SItype    __attribute__ ((mode (SI)SI67,2619
  4852. typedef unsigned int USItype    __attribute__ ((mode (SI)SI68,2669
  4853. typedef         int DItype    __attribute__ ((mode (DI)DI69,2727
  4854. typedef unsigned int UDItype    __attribute__ ((mode (DI)DI70,2777
  4855. typedef     float SFtype    __attribute__ ((mode (SF)SF72,2836
  4856. typedef        float DFtype    __attribute__ ((mode (DF)DF73,2887
  4857. typedef        float XFtype    __attribute__ ((mode (XF)XF76,2971
  4858. typedef        float TFtype    __attribute__ ((mode (TF)TF79,3062
  4859. typedef int word_type __attribute__ ((mode (__word__)__word__82,3121
  4860. #define char 90,3519
  4861. #define short 91,3543
  4862. #define int 92,3568
  4863. #define long 93,3591
  4864. #define unsigned 94,3615
  4865. #define float 95,3643
  4866. #define double 96,3668
  4867. #define SI_TYPE_SIZE 98,3695
  4868.   struct DIstruct DIstruct104,3881
  4869.   struct DIstruct DIstruct106,3926
  4870. } DIunion;DIunion117,4239
  4871. __negdi2 139,4754
  4872. __lshrdi3 156,4951
  4873. __ashldi3 188,5439
  4874. __ashrdi3 220,5925
  4875. __ffsdi2 253,6480
  4876. __muldi3 274,6800
  4877. __udiv_w_sdiv 293,7103
  4878. __udivmoddi4 405,9474
  4879. __divdi3 628,13197
  4880. __moddi3 656,13589
  4881. __umoddi3 683,13963
  4882. __udivdi3 697,14122
  4883. __cmpdi2 706,14242
  4884. __ucmpdi2 727,14589
  4885. #define WORD_SIZE 747,15011
  4886. #define HIGH_WORD_COEFF 748,15063
  4887. __fixunstfdi 751,15124
  4888. __fixtfdi 781,15843
  4889. #define WORD_SIZE 791,16015
  4890. #define HIGH_WORD_COEFF 792,16067
  4891. __fixunsxfdi 795,16128
  4892. __fixxfdi 825,16846
  4893. #define WORD_SIZE 835,16979
  4894. #define HIGH_WORD_COEFF 836,17031
  4895. __fixunsdfdi 839,17092
  4896. __fixdfdi 869,17771
  4897. #define WORD_SIZE 879,17904
  4898. #define HIGH_WORD_COEFF 880,17956
  4899. __fixunssfdi 883,18017
  4900. __fixsfdi 916,18942
  4901. #define WORD_SIZE 925,19105
  4902. #define HIGH_HALFWORD_COEFF 926,19157
  4903. #define HIGH_WORD_COEFF 927,19220
  4904. __floatdixf 930,19281
  4905. #define WORD_SIZE 949,19620
  4906. #define HIGH_HALFWORD_COEFF 950,19672
  4907. #define HIGH_WORD_COEFF 951,19735
  4908. __floatditf 954,19796
  4909. #define WORD_SIZE 973,20095
  4910. #define HIGH_HALFWORD_COEFF 974,20147
  4911. #define HIGH_WORD_COEFF 975,20210
  4912. __floatdidf 978,20271
  4913. #define WORD_SIZE 997,20570
  4914. #define HIGH_HALFWORD_COEFF 998,20622
  4915. #define HIGH_WORD_COEFF 999,20685
  4916. #define DI_SIZE 1000,20738
  4917. #define UNKNOWN_FLOAT_FORMAT 1005,20898
  4918. #define IEEE_FLOAT_FORMAT 1006,20929
  4919. #define VAX_FLOAT_FORMAT 1007,20957
  4920. #define IBM_FLOAT_FORMAT 1008,20984
  4921. #define    HOST_FLOAT_FORMAT    1012,21114
  4922. #define DF_SIZE 1016,21209
  4923. #define SF_SIZE 1017,21228
  4924. #define DF_SIZE 1021,21297
  4925. #define SF_SIZE 1022,21316
  4926. #define DF_SIZE 1026,21385
  4927. #define SF_SIZE 1027,21404
  4928. __floatdisf 1031,21438
  4929. __fixunsxfsi 1080,22697
  4930. __fixunsdfsi 1101,23044
  4931. __fixunssfsi 1122,23391
  4932. #define SItype 1132,23591
  4933. #define USItype 1133,23617
  4934. #define DItype 1134,23644
  4935. #define UDItype 1135,23670
  4936. #define SFtype 1136,23697
  4937. #define DFtype 1137,23723
  4938. __gcc_bcmp 1154,24017
  4939. __builtin_saveregs 1380,30261
  4940. __eprintf 1397,30564
  4941. struct bbbb1414,30858
  4942. #define ON_EXIT(1449,31595
  4943. #define ON_EXIT(1453,31690
  4944. /* __inline__ */ static int num_digits 1460,31841
  4945. __bb_exit_func 1477,32095
  4946. __bb_init_func 1590,34904
  4947. typedef void (*vfp)vfp1621,35643
  4948. void * __builtin_new 1626,35757
  4949. void * __builtin_vec_new 1659,36461
  4950. #define write(1685,37259
  4951. typedef void (*vfp)vfp1689,37345
  4952. set_new_handler 1695,37441
  4953. #define MESSAGE 1705,37632
  4954. __default_new_handler 1708,37691
  4955. void __builtin_delete 1728,38338
  4956. void __builtin_vec_delete 1750,38799
  4957. #define INSN_CACHE_PLANE_SIZE 1781,39614
  4958. __clear_cache 1784,39687
  4959. __enable_execute_stack 1912,43059
  4960. __enable_execute_stack 1948,43872
  4961. __enable_execute_stack 1975,44421
  4962. __enable_execute_stack 2011,45250
  4963. #define NAME__MAIN 2033,45865
  4964. #define SYMBOL__MAIN 2034,45893
  4965. __do_global_dtors 2041,46066
  4966. #define ON_EXIT(2057,46339
  4967. __do_global_ctors 2068,46643
  4968. SYMBOL__MAIN 2085,47181
  4969. extern void _exit 2134,48569
  4970. } exception_table;exception_table2162,49022
  4971. struct exception_table_node exception_table_node2164,49042
  4972. find_exception_table 2176,49304
  4973. __find_first_exception_table_match(2215,50391
  4974. __throw_type_match 2272,51839
  4975. __register_exceptions 2284,52121
  4976. __unwind_function(2314,52863
  4977. __unwind_function(2339,53501
  4978. __unwind_function(2357,53861
  4979. #define write(2384,54553
  4980. #define MESSAGE 2388,54639
  4981. __pure_virtual 2391,54692
  4982.  
  4983. local-alloc.c,825
  4984. #define CLASS_LIKELY_SPILLED_P(77,3231
  4985. alloc_qty 279,10816
  4986. alloc_qty_for_scratch 306,11577
  4987. local_alloc 394,13899
  4988. validate_equiv_mem_from_store 540,19147
  4989. validate_equiv_mem 559,19693
  4990. memref_referenced_p 609,20982
  4991. memref_used_between_p 672,22312
  4992. optimize_reg_copy_1 700,23111
  4993. optimize_reg_copy_2 874,28712
  4994. update_equiv_regs 947,30771
  4995. block_alloc 1123,37219
  4996. qty_compare 1579,52430
  4997. qty_compare_1 1598,53040
  4998. qty_sugg_compare 1633,54266
  4999. qty_sugg_compare_1 1662,55205
  5000. combine_regs 1722,57321
  5001. reg_meets_class_p 1893,63290
  5002. reg_classes_overlap_p 1906,63659
  5003. update_qty_class 1928,64166
  5004. reg_is_set 1954,64888
  5005. reg_is_born 1976,65592
  5006. wipe_dead_reg 2013,66671
  5007. find_free_reg 2067,68475
  5008. mark_life 2218,73457
  5009. post_mark_life 2237,73972
  5010. no_conflict_p 2276,74911
  5011. requires_inout 2315,75941
  5012. dump_local_alloc 2368,77045
  5013.  
  5014. loop.c,1721
  5015. #define NUM_STORES 157,5378
  5016. #define obstack_chunk_alloc 193,6629
  5017. #define obstack_chunk_free 194,6665
  5018. struct movablemovable202,6908
  5019. init_loop 297,10376
  5020. loop_optimize 323,11162
  5021. scan_loop 452,15596
  5022. record_excess_regs 978,35293
  5023. libcall_other_reg 1031,36442
  5024. reg_in_basic_block_p 1056,37037
  5025. libcall_benefit 1103,38128
  5026. skip_consec_insns 1127,38698
  5027. ignore_some_movables 1155,39409
  5028. force_movables 1187,40495
  5029. combine_movables 1226,41667
  5030. regs_match_p 1337,45363
  5031. rtx_equal_for_loop_p 1366,46039
  5032. add_label_notes 1478,48751
  5033. move_movables 1523,50015
  5034. replace_call_address 2000,64537
  5035. count_nonfixed_reads 2060,65762
  5036. constant_high_bytes 2113,66854
  5037. prescan_loop 2152,67890
  5038. find_and_verify_loops 2216,69269
  5039. mark_loop_jump 2466,77155
  5040. labels_in_range_p 2584,80225
  5041. note_addr_stored 2601,80506
  5042. invariant_p 2648,81766
  5043. consec_sets_invariant_p 2773,85029
  5044. all_sets_invariant_p 2847,86852
  5045. find_single_use_in_loop 2877,87626
  5046. count_loop_regs_set 2929,89389
  5047. loop_reg_used_before_p 3046,93324
  5048. strength_reduce 3154,97628
  5049. valid_initial_value_p 4060,128905
  5050. find_mem_givs 4098,129932
  5051. record_biv 4186,132328
  5052. record_giv 4281,135015
  5053. check_final_value 4491,141358
  5054. update_giv_derive 4633,145927
  5055. basic_induction_var 4759,150876
  5056. general_induction_var 4893,154839
  5057. simplify_giv_expr 4999,157772
  5058. consec_sets_giv 5262,165018
  5059. express_from 5359,167761
  5060. combine_givs_p 5398,168988
  5061. combine_givs 5434,170087
  5062. emit_iv_add_mult 5475,171440
  5063. product_cheap_p 5508,172378
  5064. check_dbra_loop 5595,175053
  5065. maybe_eliminate_biv 5892,184987
  5066. maybe_eliminate_biv_1 5944,186473
  5067. last_use_this_basic_block 6248,195379
  5068. record_initial 6267,195816
  5069. update_reg_last_use 6294,196491
  5070. get_condition 6341,198395
  5071. get_condition_for_loop 6559,204511
  5072.  
  5073. mips-tdump.c,1451
  5074. #define CODE_MASK 49,1517
  5075. #define MIPS_IS_STAB(50,1543
  5076. #define MIPS_MARK_STAB(51,1609
  5077. #define MIPS_UNMARK_STAB(52,1657
  5078. typedef void *PTR_T;PTR_T56,1731
  5079. typedef const void *CPTR_T;CPTR_T57,1752
  5080. #define __proto(58,1780
  5081. typedef void *PTR_T;PTR_T62,1878
  5082. typedef void *CPTR_T;CPTR_T63,1899
  5083. typedef char *PTR_T;PTR_T66,1928
  5084. typedef char *CPTR_T;CPTR_T67,1970
  5085. #define __proto(70,2000
  5086. #define const71,2022
  5087. #define uchar    74,2044
  5088. #define ushort    75,2072
  5089. #define uint    76,2102
  5090. #define ulong    77,2128
  5091. #define size_t    85,2373
  5092. #define ptrdiff_t    86,2394
  5093. #define stStaParam    93,2524
  5094. #define btVoid    97,2601
  5095. typedef enum sc sc100,2650
  5096. } sc_t;sc_t125,4061
  5097. typedef enum st st129,4107
  5098. } st_t;st_t152,5140
  5099. typedef enum tq tq156,5190
  5100. } tq_t;tq_t164,5485
  5101. typedef enum bt bt168,5531
  5102. } bt_t;bt_t197,6792
  5103. typedef enum lang lang201,6845
  5104. } lang_t;lang_t211,7104
  5105. typedef enum glevel glevel215,7162
  5106. } glevel_t;glevel_t220,7275
  5107. typedef struct scope scope224,7330
  5108. } scope_t;scope_t229,7507
  5109. #define __define_stab(285,9564
  5110. read_seek 295,9807
  5111. lang_to_string 329,10630
  5112. sc_to_string(352,11106
  5113. st_to_string(390,12172
  5114. glevel_to_string 426,13121
  5115. type_to_string 444,13419
  5116. print_global_hdr 756,20662
  5117. print_sym_hdr 811,22102
  5118. print_symbol 885,24353
  5119. print_aux 1054,28502
  5120. emit_aggregate 1080,28942
  5121. print_file_desc 1111,29617
  5122. read_tfile __proto(1335,36141
  5123. main 1435,38475
  5124. fancy_abort 1561,41602
  5125. fatal(1568,41688
  5126. xmalloc 1578,41824
  5127.  
  5128. mips-tfile.c,5248
  5129. #define saber_stop(611,22337
  5130. #define __LINE__ 615,22383
  5131. typedef void *PTR_T;PTR_T619,22426
  5132. typedef const void *CPTR_T;CPTR_T620,22447
  5133. #define __proto(621,22475
  5134. #define PVPROTO(623,22511
  5135. #define VPROTO(624,22539
  5136. #define VA_START(625,22576
  5137. typedef void *PTR_T;PTR_T630,22713
  5138. typedef void *CPTR_T;CPTR_T631,22734
  5139. typedef char *PTR_T;PTR_T634,22763
  5140. typedef char *CPTR_T;CPTR_T635,22805
  5141. #define __proto(638,22835
  5142. #define const639,22857
  5143. #define PVPROTO(641,22886
  5144. #define VPROTO(642,22912
  5145. #define VA_START(643,22962
  5146. #define Size_t    656,23515
  5147. #define Size_t    658,23555
  5148. #define Ptrdiff_t    660,23591
  5149. main 694,24469
  5150. #define STAB_CODE_TYPE 729,25218
  5151. #define STAB_CODE_TYPE 731,25270
  5152. #define HAS_STDLIB_H735,25324
  5153. #define HAS_UNISTD_H736,25345
  5154. #define MALLOC_CHECK753,25590
  5155. #define IS_ASM_IDENT(757,25626
  5156. typedef enum sc sc764,25804
  5157. } sc_t;sc_t789,27209
  5158. typedef enum st st793,27255
  5159. } st_t;st_t815,28228
  5160. typedef enum tq tq819,28278
  5161. } tq_t;tq_t827,28573
  5162. typedef enum bt bt831,28619
  5163. } bt_t;bt_t866,29932
  5164. enum coff_storage coff_storage871,29979
  5165. typedef enum coff_type coff_type903,30494
  5166. } coff_type_t;coff_type_t921,30774
  5167. typedef enum coff_dt coff_dt924,30825
  5168. } coff_dt_t;coff_dt_t930,30917
  5169. #define N_BTMASK    932,30931
  5170. #define N_TMASK    933,30988
  5171. #define N_BT_SHIFT    934,31047
  5172. #define N_TQ_SHIFT    935,31106
  5173. #define    N_TQ    936,31163
  5174. typedef enum hash_state hash_state939,31254
  5175. } hash_state_t;hash_state_t943,31443
  5176. enum alloc_type alloc_type947,31514
  5177. #define WORD_ALIGN(961,32046
  5178. #define DWORD_ALIGN(962,32123
  5179. #define PAGE_SIZE 976,32720
  5180. #define PAGE_USIZE 979,32779
  5181. #define MAX_CLUSTER_PAGES 984,32927
  5182. #define MAX_CLUSTER_PAGES 986,32962
  5183. typedef struct vlinks vlinks992,33064
  5184. } vlinks_t;vlinks_t997,33294
  5185. typedef struct varray varray1001,33337
  5186. } varray_t;varray_t1008,33719
  5187. #define OBJECTS_PER_PAGE(1011,33753
  5188. #define OBJECTS_PER_PAGE(1013,33818
  5189. #define INIT_VARRAY(1016,33895
  5190. typedef unsigned long symint_t;symint_t1026,34268
  5191. typedef struct scope scope1030,34379
  5192. } scope_t;scope_t1036,34627
  5193. typedef struct forward forward1040,34712
  5194. } forward_t;forward_t1046,35003
  5195. typedef struct tag tag1051,35127
  5196. } tag_t;tag_t1060,35625
  5197. typedef struct thead thead1064,35682
  5198. } thead_t;thead_t1068,35854
  5199. typedef union small_free small_free1072,35949
  5200. } small_free_t;small_free_t1077,36161
  5201. #define SHASH_SIZE 1084,36288
  5202. #define HASH_LEN_MAX 1087,36320
  5203. typedef struct shash shash1089,36388
  5204. } shash_t;shash_t1099,36824
  5205. #define THASH_SIZE 1108,37103
  5206. typedef struct thash thash1111,37134
  5207. } thash_t;thash_t1115,37295
  5208. typedef struct efdr efdr1120,37425
  5209. } efdr_t;efdr_t1138,38217
  5210. typedef union page page1199,40706
  5211. } page_t;page_t1216,41464
  5212. typedef struct alloc_info alloc_info1220,41552
  5213. } alloc_info_t;alloc_info_t1228,41998
  5214. typedef struct type_info type_info1231,42059
  5215. } type_info_t;type_info_t1245,42791
  5216. #define CHECK(1590,52536
  5217. #define ORIG_LINENUM(1593,52658
  5218. #define ORIG_DENSE(1594,52758
  5219. #define ORIG_PROCS(1595,52854
  5220. #define ORIG_FILES(1596,52950
  5221. #define ORIG_LSYMS(1597,53046
  5222. #define ORIG_LSTRS(1598,53147
  5223. #define ORIG_ESYMS(1599,53248
  5224. #define ORIG_ESTRS(1600,53347
  5225. #define ORIG_OPT(1601,53446
  5226. #define ORIG_AUX(1602,53544
  5227. #define ORIG_RFDS(1603,53642
  5228. #define STABS_SYMBOL 1636,55594
  5229. #define STATIC 1645,55772
  5230. #define    SEEK_SET 1779,59557
  5231. #define    SEEK_CUR 1780,59609
  5232. #define    SEEK_END 1781,59684
  5233. typedef struct _pseudo_ops _pseudo_ops1790,59986
  5234. } pseudo_ops_t;pseudo_ops_t1794,60178
  5235. add_varray_page 1814,60815
  5236. #define HASHBITS 1845,61582
  5237. hash_string 1848,61620
  5238. add_string 1884,62649
  5239. add_local_symbol 1937,63950
  5240. add_ext_symbol 2114,68928
  5241. add_aux_sym_symint 2168,70445
  5242. add_aux_sym_rndx 2188,70943
  5243. add_aux_sym_tir 2211,71505
  5244. get_tag 2373,76273
  5245. add_unknown_tag 2424,77582
  5246. add_procedure 2484,78978
  5247. add_file 2549,80881
  5248. add_bytes 2629,83326
  5249. sc_to_string(2668,84239
  5250. st_to_string(2706,85337
  5251. read_line __proto(2743,86434
  5252. parse_begin 2819,88044
  5253. parse_bend 2869,89266
  5254. parse_def 2927,90734
  5255. parse_end 3503,104650
  5256. parse_ent 3565,106224
  5257. parse_file 3603,106987
  5258. mark_stabs 3631,107588
  5259. parse_stabs_common 3676,108736
  5260. parse_stabs 3875,113286
  5261. parse_stabn 3891,113612
  5262. parse_input __proto(3902,113849
  5263. update_headers __proto(3965,115343
  5264. write_varray 4151,121006
  5265. write_object __proto(4194,122165
  5266. read_seek 4413,128175
  5267. copy_object __proto(4482,129880
  5268. main 4856,141597
  5269. catch_signal 5075,147426
  5270. pfatal_with_name 5090,147740
  5271. out_of_bounds 5114,148302
  5272. allocate_cluster 5139,149081
  5273. allocate_cluster 5156,149413
  5274. allocate_multiple_pages 5191,150214
  5275. free_multiple_pages 5221,150783
  5276. allocate_page __proto(5252,151433
  5277. allocate_scope __proto(5274,151815
  5278. free_scope 5313,152822
  5279. allocate_vlinks __proto(5332,153186
  5280. allocate_shash __proto(5365,154029
  5281. allocate_thash __proto(5398,154855
  5282. allocate_tag __proto(5431,155703
  5283. free_tag 5470,156670
  5284. allocate_forward __proto(5489,157025
  5285. free_forward 5528,158072
  5286. allocate_thead __proto(5547,158437
  5287. free_thead 5586,159444
  5288. fatal VPROTO(5610,159861
  5289. error VPROTO(5640,160382
  5290. fatal 5672,160926
  5291. error 5680,161029
  5292. fancy_abort 5694,161360
  5293. botch 5704,161523
  5294. xmalloc 5713,161643
  5295. xcalloc 5729,161963
  5296. xrealloc 5746,162355
  5297. xfree 5762,162663
  5298. local_index 5776,162923
  5299. local_rindex 5792,163140
  5300.  
  5301. objc-act.c,7403
  5302. #define OBJC_GEN_METHOD_LABEL(57,2015
  5303. #define OBJC_FORWARDING_STACK_OFFSET 72,2487
  5304. #define OBJC_FORWARDING_MIN_OFFSET 76,2569
  5305. #define DEFTREECODE(85,2851
  5306. #define DEFTREECODE(97,3142
  5307. #define DEFTREECODE(107,3368
  5308. #define obstack_chunk_alloc 119,3569
  5309. #define obstack_chunk_free 120,3605
  5310. #define OBJC_VERSION    138,4134
  5311. #define PROTOCOL_VERSION 139,4183
  5312. #define OBJC_ENCODE_INLINE_DEFS 141,4211
  5313. #define OBJC_ENCODE_DONT_INLINE_DEFS    142,4246
  5314. typedef struct hashed_entry     *hash;hash195,6226
  5315. typedef struct hashed_attribute  *attr;attr196,6262
  5316. struct hashed_attributehashed_attribute198,6303
  5317. struct hashed_entryhashed_entry203,6359
  5318. enum string_sectionstring_section220,6873
  5319. #define TYPE_ID    328,11612
  5320. #define TAG_OBJECT    329,11635
  5321. #define TAG_CLASS    330,11669
  5322. #define TAG_SUPER    331,11701
  5323. #define TAG_SELECTOR    332,11733
  5324. #define UTAG_CLASS    334,11772
  5325. #define UTAG_IVAR    335,11806
  5326. #define UTAG_IVAR_LIST    336,11838
  5327. #define UTAG_METHOD    337,11880
  5328. #define UTAG_METHOD_LIST    338,11916
  5329. #define UTAG_CATEGORY    339,11961
  5330. #define UTAG_MODULE    340,12001
  5331. #define UTAG_STATICS    341,12037
  5332. #define UTAG_SYMTAB    342,12075
  5333. #define UTAG_SUPER    343,12111
  5334. #define UTAG_SELECTOR    344,12145
  5335. #define UTAG_PROTOCOL    346,12186
  5336. #define UTAG_PROTOCOL_LIST    347,12226
  5337. #define UTAG_METHOD_PROTOTYPE    348,12275
  5338. #define UTAG_METHOD_PROTOTYPE_LIST 349,12330
  5339. #define STRING_OBJECT_CLASS_NAME 351,12397
  5340. #define PROTOCOL_OBJECT_CLASS_NAME 352,12449
  5341. #define TREE_STATIC_TEMPLATE(362,12700
  5342. #define TYPED_OBJECT(363,12770
  5343. #define IS_ID(379,13236
  5344. #define IS_PROTOCOL_QUALIFIED_ID(381,13318
  5345. #define IS_SUPER(383,13405
  5346. struct imp_entryimp_entry425,14893
  5347. #define BUFSIZE    456,15877
  5348. lang_init 504,17145
  5349. objc_fatal 552,18586
  5350. finish_file 558,18657
  5351. lang_finish 568,18822
  5352. lang_identify 573,18849
  5353. lang_decode_option 579,18892
  5354. define_decl 609,19666
  5355. maybe_objc_comptypes 631,20385
  5356. lookup_method_in_protocol_list 641,20571
  5357. lookup_protocol_in_reflist 674,21298
  5358. objc_comptypes 713,22270
  5359. objc_check_decl 857,26184
  5360. maybe_objc_check_decl 872,26521
  5361. get_static_reference 882,26707
  5362. get_object_reference 918,27639
  5363. lookup_and_install_protocols 967,29028
  5364. create_builtin_decl 1004,29806
  5365. synth_module_prologue 1034,30443
  5366. my_build_string 1163,34093
  5367. build_objc_string 1189,34773
  5368. build_objc_string_object 1207,35292
  5369. objc_add_static_instance 1261,36765
  5370. build_constructor 1305,38068
  5371. build_objc_symtab_template 1331,38601
  5372. init_def_list 1383,39966
  5373. init_objc_symtab 1415,40780
  5374. forward_declare_categories 1460,41947
  5375. generate_objc_symtab_decl 1483,42652
  5376. init_module_descriptor 1514,43427
  5377. build_module_descriptor 1565,44899
  5378. generate_forward_declaration_to_string_table 1712,49597
  5379. get_objc_string_decl 1728,50062
  5380. generate_static_references 1753,50655
  5381. generate_strings 1829,53376
  5382. build_selector_reference_decl 1880,55381
  5383. build_selector 1913,56026
  5384. build_msg_pool_reference 1929,56530
  5385. init_selector 1946,56951
  5386. build_selector_translation_table 1955,57108
  5387. get_proto_encoding 2026,59285
  5388. build_typed_selector_reference 2054,59911
  5389. build_selector_reference 2081,60481
  5390. build_class_reference_decl 2111,61090
  5391. add_class_reference 2145,61763
  5392. get_class_reference 2174,62326
  5393. add_objc_string 2220,63549
  5394. build_objc_string_decl 2249,64200
  5395. objc_declare_alias 2289,65206
  5396. objc_declare_class 2305,65670
  5397. is_class_name 2335,66309
  5398. lookup_interface 2359,66711
  5399. objc_copy_list 2373,66938
  5400. build_ivar_chain 2408,68007
  5401. build_private_template 2467,69452
  5402. build_protocol_template 2510,70544
  5403. build_descriptor_table_initializer 2573,72636
  5404. build_method_prototype_list_template 2612,73442
  5405. build_method_prototype_template 2648,74447
  5406. forwarding_offset 2689,75816
  5407. encode_method_prototype 2734,77232
  5408. generate_descriptor_table 2805,79146
  5409. generate_method_descriptors 2830,79806
  5410. build_tmp_function_decl 2891,81550
  5411. hack_method_prototype 2924,82628
  5412. generate_protocol_references 2972,84112
  5413. generate_protocols 2995,84653
  5414. build_protocol_initializer 3095,87659
  5415. build_category_template 3152,89316
  5416. build_selector_template 3218,91488
  5417. build_class_template 3265,92838
  5418. synth_forward_declarations 3404,97591
  5419. error_with_ivar 3435,98627
  5420. #define USERTYPE(3450,98989
  5421. check_ivars 3455,99126
  5422. build_super_template 3514,100643
  5423. build_ivar_template 3556,101877
  5424. build_ivar_list_template 3602,103194
  5425. build_method_list_template 3642,104250
  5426. build_ivar_list_initializer 3689,105578
  5427. generate_ivars_list 3745,106866
  5428. generate_ivar_lists 3770,107536
  5429. build_dispatch_table_initializer 3826,109223
  5430. build_method_template 3870,110314
  5431. generate_dispatch_table 3918,111882
  5432. generate_dispatch_tables 3944,112622
  5433. generate_protocol_list 4012,114504
  5434. build_category_initializer 4098,117071
  5435. build_shared_structure_initializer 4172,119053
  5436. generate_category 4264,121528
  5437. generate_shared_structures 4315,123056
  5438. synth_id_with_class_suffix 4422,126172
  5439. is_objc_type_qualifier 4461,127496
  5440. adjust_type_for_id_default 4478,128077
  5441. build_keyword_decl 4522,129246
  5442. build_keyword_selector 4544,129776
  5443. build_method_decl 4586,130764
  5444. #define METHOD_DEF 4618,131648
  5445. #define METHOD_REF 4619,131669
  5446. get_arg_type_list 4629,132086
  5447. check_duplicates 4672,133414
  5448. receiver_is_class_object 4703,134228
  5449. maybe_building_objc_message_expr 4749,135672
  5450. build_message_expr 4762,136057
  5451. build_objc_method_call 5050,144214
  5452. build_protocol_reference 5152,147557
  5453. build_protocol_expr 5187,148376
  5454. build_selector_expr 5216,148883
  5455. build_encode_expr 5238,149396
  5456. build_ivar_reference 5259,149919
  5457. #define HASH_ALLOC_LIST_SIZE    5281,150769
  5458. #define ATTR_ALLOC_LIST_SIZE    5282,150802
  5459. #define SIZEHASHTABLE 5283,150835
  5460. #define HASHFUNCTION(5286,150884
  5461. hash_init 5289,150958
  5462. hash_enter 5309,151392
  5463. hash_lookup 5335,152078
  5464. hash_add_attr 5354,152388
  5465. lookup_method 5378,152981
  5466. lookup_instance_method_static 5399,153329
  5467. lookup_class_method_static 5452,154488
  5468. add_class_method 5509,155818
  5469. add_instance_method 5555,157079
  5470. add_class 5601,158358
  5471. add_category 5611,158552
  5472. add_instance_variable 5637,159321
  5473. is_ivar 5688,160446
  5474. is_private 5701,160742
  5475. is_public 5718,161122
  5476. get_class_ivars 5774,162579
  5477. check_methods 5786,162788
  5478. conforms_to_protocol 5821,163610
  5479. check_methods_accessible 5852,164297
  5480. check_protocols 5915,165921
  5481. start_class 5973,167601
  5482. continue_class 6133,172381
  5483. finish_class 6199,174044
  5484. add_protocol 6266,176231
  5485. lookup_protocol 6276,176435
  5486. start_protocol 6291,176657
  5487. finish_protocol 6325,177398
  5488. encode_type_qualifiers 6335,177591
  5489. encode_pointer 6360,178388
  5490. encode_array 6424,179961
  5491. encode_aggregate 6451,180576
  5492. encode_bitfield 6616,185093
  5493. encode_type 6628,185366
  5494. encode_field_decl 6705,187303
  5495. expr_last 6727,188024
  5496. maybe_objc_method_name 6743,188309
  5497. start_method_def 6756,188591
  5498. warn_with_method 6847,191397
  5499. comp_method_with_proto 6867,191870
  5500. comp_proto_with_proto 6893,192572
  5501. really_start_method 6926,193715
  5502. continue_method_def 7014,196779
  5503. add_objc_decls 7036,197374
  5504. get_super_receiver 7060,197988
  5505. encode_method_def 7142,200362
  5506. finish_method_def 7199,201813
  5507. lang_report_error_function 7211,202128
  5508. is_complex_decl 7226,202374
  5509. adorn_decl 7240,202670
  5510. gen_declarator 7341,204932
  5511. gen_declspecs 7430,206717
  5512. gen_declaration 7678,212329
  5513. #define RAW_TYPESPEC(7765,214416
  5514. gen_method_decl 7768,214505
  5515. dump_interface 7831,215941
  5516. init_objc 7881,217111
  5517. finish_objc 7918,218220
  5518. generate_classref_translation_entry 8051,222101
  5519. handle_class_ref 8077,222861
  5520. handle_impent 8124,224333
  5521. objc_debug 8193,226455
  5522. print_lang_statistics 8266,228140
  5523.  
  5524. obstack.c,810
  5525. #define POINTER 35,1483
  5526. #define POINTER 37,1512
  5527. struct fooalign fooalign41,1579
  5528. #define DEFAULT_ALIGNMENT 42,1616
  5529. union fooround fooround47,1924
  5530. #define DEFAULT_ROUNDING 48,1960
  5531. #define COPYING_UNIT 55,2265
  5532. #define CALL_CHUNKFUN(69,2778
  5533. #define CALL_FREEFUN(74,2921
  5534. _obstack_begin 93,3519
  5535. _obstack_begin_1 144,5053
  5536. _obstack_newchunk 203,6912
  5537. _obstack_allocated_p 277,9349
  5538. _obstack_free 305,10208
  5539. obstack_free 339,11199
  5540. POINTER 384,12725
  5541. POINTER 390,12826
  5542. int (obstack_object_size)396,12937
  5543. int (obstack_room)402,13048
  5544. void (obstack_grow)408,13145
  5545. void (obstack_grow0)416,13309
  5546. void (obstack_1grow)424,13475
  5547. void (obstack_blank)431,13610
  5548. void (obstack_1grow_fast)438,13736
  5549. void (obstack_blank_fast)445,13881
  5550. POINTER 452,14017
  5551. POINTER 458,14122
  5552. POINTER 465,14258
  5553. POINTER 473,14432
  5554.  
  5555. optabs.c,1050
  5556. add_equal_note 249,6453
  5557. widen_operand 299,8210
  5558. expand_binop 341,9623
  5559. sign_expand_binop 1620,48262
  5560. expand_twoval_binop 1682,50445
  5561. expand_unop 1812,54363
  5562. expand_abs 2084,61619
  5563. expand_complex_abs 2168,64086
  5564. emit_unop_insn 2363,69268
  5565. emit_no_conflict_block 2429,71367
  5566. emit_libcall_block 2554,75180
  5567. emit_clr_insn 2623,77023
  5568. emit_0_to_1_insn 2633,77176
  5569. emit_cmp_insn 2654,77814
  5570. can_compare_p 2860,84055
  5571. emit_float_lib_cmp 2877,84437
  5572. emit_indirect_jump 3054,87308
  5573. emit_conditional_move 3082,88174
  5574. can_conditionally_move_p 3196,91330
  5575. gen_add2_insn 3217,91827
  5576. have_add2_insn 3231,92236
  5577. gen_sub2_insn 3240,92431
  5578. have_sub2_insn 3254,92840
  5579. gen_move_insn 3264,93085
  5580. can_extend_p 3348,95579
  5581. gen_extend_insn 3359,95897
  5582. can_fix_p 3377,96521
  5583. can_float_p 3395,97047
  5584. expand_float 3409,97470
  5585. ftruncify 3667,105053
  5586. expand_fix 3675,105193
  5587. init_optab 3886,111716
  5588. init_libfuncs 3922,112891
  5589. init_integral_libfuncs 3962,114081
  5590. init_floating_libfuncs 3976,114532
  5591. init_complex_libfuncs 3990,114985
  5592. init_optabs 4002,115295
  5593. ldexp(4309,127208
  5594.  
  5595. print-rtl.c,142
  5596. #define DEBUG_PRINT_REG(32,1022
  5597. print_rtx 57,1745
  5598. debug_rtx 226,5310
  5599. debug_rtx_list 246,5869
  5600. debug_rtx_find(274,6490
  5601. print_rtl 299,6999
  5602.  
  5603. print-tree.c,143
  5604. #define HASH_SIZE 36,1108
  5605. struct bucketbucket38,1130
  5606. debug_tree 51,1373
  5607. print_node_brief 67,1769
  5608. indent_to 182,4461
  5609. print_node 199,4804
  5610.  
  5611. protoize.c,3882
  5612. #define __STDC__ 26,1066
  5613. #define VOLATILE 30,1186
  5614. #define VOLATILE32,1218
  5615. #define const36,1260
  5616. #define volatile37,1274
  5617. #define POSIX47,1584
  5618. #define _POSIX_SOURCE57,1939
  5619. #define getopt 80,2511
  5620. #define my_access(108,3202
  5621. #define my_stat(109,3258
  5622. #define my_execvp(110,3308
  5623. #define my_link(111,3373
  5624. #define my_unlink(112,3438
  5625. #define my_open(113,3484
  5626. #define my_chmod(114,3549
  5627. typedef void * pointer_type;pointer_type123,3810
  5628. typedef const void * const_pointer_type;const_pointer_type124,3839
  5629. typedef char * pointer_type;pointer_type126,3886
  5630. typedef char * const_pointer_type;const_pointer_type127,3915
  5631. #define R_OK 140,4109
  5632. #define W_OK 141,4164
  5633. #define X_OK 142,4220
  5634. #define F_OK 143,4278
  5635. #define O_RDONLY 146,4353
  5636. #define O_WRONLY 150,4404
  5637. #define WIFSIGNALED(154,4458
  5638. #define WTERMSIG(157,4549
  5639. #define WIFEXITED(160,4607
  5640. #define WEXITSTATUS(163,4675
  5641. typedef void voidfn voidfn170,4851
  5642. #define fork 205,5733
  5643. extern size_t   strlen 199,5575
  5644. #define NONCONST214,5935
  5645. #define STRINGIFY(219,6042
  5646. #define STRINGIFY(221,6082
  5647. #define STD_PROTO_DIR 227,6207
  5648. struct unexpansion_struct unexpansion_struct259,7135
  5649. typedef struct unexpansion_struct unexpansion;unexpansion263,7216
  5650. #define HASH_TABLE_SIZE    281,7852
  5651. #define STANDARD_INCLUDE_DIR 291,8113
  5652. #define LOCAL_INCLUDE_DIR 295,8191
  5653. struct default_include default_include298,8246
  5654. struct string_liststring_list335,9606
  5655. typedef struct hash_table_entry_struct hash_table_entry;hash_table_entry377,11324
  5656. typedef struct def_dec_info_struct def_dec_info;def_dec_info381,11457
  5657. typedef struct file_info_struct file_info;file_info382,11506
  5658. typedef struct f_list_chain_item_struct f_list_chain_item;f_list_chain_item383,11549
  5659. struct hash_table_entry_struct hash_table_entry_struct397,12404
  5660. #define ddip 405,12636
  5661. #define fip 406,12661
  5662. typedef hash_table_entry hash_table[hash_table410,12745
  5663. struct file_info_struct file_info_struct415,12938
  5664. struct f_list_chain_item_struct f_list_chain_item_struct438,14056
  5665. struct def_dec_info_struct def_dec_info_struct450,14636
  5666. my_strerror(628,21283
  5667. xmalloc 653,21684
  5668. xrealloc 672,22061
  5669. xfree 694,22576
  5670. savestring 704,22733
  5671. savestring2 716,22977
  5672. fancy_abort 732,23399
  5673. dupnstr 742,23591
  5674. substr 757,23930
  5675. safe_read 781,24378
  5676. safe_write 809,24866
  5677. save_pointers 835,25380
  5678. restore_pointers 845,25629
  5679. is_id_char 854,25823
  5680. usage 864,26036
  5681. in_system_include_dir 881,26544
  5682. file_could_be_converted 902,27056
  5683. file_normally_convertible 936,28099
  5684. is_syscalls_file 988,29254
  5685. needs_to_be_converted 1008,29984
  5686. directory_specified_p 1047,30901
  5687. file_excluded_p 1074,31436
  5688. string_list_cons 1092,31865
  5689. visit_each_hash_node 1114,32539
  5690. add_symbol 1137,33214
  5691. lookup 1154,33669
  5692. free_def_dec 1187,34543
  5693. unexpand_if_needed 1214,35096
  5694. abspath 1297,37595
  5695. shortpath 1404,40891
  5696. find_file 1492,43306
  5697. aux_info_corrupted 1533,44418
  5698. check_aux_info 1544,44730
  5699. find_corresponding_lparen 1556,45016
  5700. referenced_file_is_newer 1583,45654
  5701. save_def_or_dec 1631,47285
  5702. munge_compile_params 2018,59605
  5703. gen_aux_info_file 2091,61789
  5704. process_aux_info_file 2191,64321
  5705. rename_c_file 2491,72816
  5706. reverse_def_dec_list 2539,74511
  5707. find_extern_def 2581,75973
  5708. find_static_definition 2744,82608
  5709. connect_defs_and_decs 2794,84386
  5710. identify_lineno 2919,90418
  5711. declare_source_confusing 2934,90728
  5712. check_source 2955,91382
  5713. seek_to_line 2979,92370
  5714. forward_to_next_token_char 2999,92873
  5715. output_bytes 3012,93244
  5716. output_string 3033,93844
  5717. output_up_to 3059,94790
  5718. other_variable_style_function 3079,95385
  5719. edit_fn_declaration 3118,96414
  5720. edit_formals_lists 3334,104522
  5721. find_rightmost_formals_list 3444,107926
  5722. add_local_decl 3562,112069
  5723. add_global_decls 3670,116137
  5724. edit_fn_definition 3761,119090
  5725. do_cleaning 3905,123918
  5726. careful_find_l_paren 4007,126970
  5727. scan_for_missed_items 4046,128155
  5728. edit_file 4161,132272
  5729. do_processing 4469,141893
  5730. main 4584,145680
  5731.  
  5732. pself.c,10
  5733. main(1,0
  5734.  
  5735. pself1.c,0
  5736.  
  5737. pself2.c,10
  5738. main(1,0
  5739.  
  5740. pself3.c,10
  5741. main(1,0
  5742.  
  5743. real.c,4186
  5744. #define DEC 114,4896
  5745. #define IBM 118,5006
  5746. #define IEEE121,5098
  5747. #define UNK 125,5234
  5748. #define REAL_WORDS_BIG_ENDIAN 130,5313
  5749. #define DEC 140,5737
  5750. #define IBM 144,5845
  5751. #define IEEE147,5935
  5752. #define UNK 150,6005
  5753. #define REAL_WORDS_BIG_ENDIAN 155,6084
  5754. #define INFINITY162,6322
  5755. #define NANS163,6339
  5756. #define INFINITY169,6441
  5757. #define EMUSHORT 177,6624
  5758. #define EMUSHORT_SIZE 178,6646
  5759. #define EMULONG_SIZE 179,6687
  5760. #define EMUSHORT 182,6769
  5761. #define EMUSHORT_SIZE 183,6792
  5762. #define EMULONG_SIZE 184,6834
  5763. #define EMUSHORT 187,6915
  5764. #define EMUSHORT_SIZE 188,6936
  5765. #define EMULONG_SIZE 189,6976
  5766. #define EMUSHORT 192,7056
  5767. #define EMUSHORT_SIZE 193,7078
  5768. #define EMULONG_SIZE 194,7119
  5769. #define EMU_NON_COMPILE197,7244
  5770. #define EMULONG 204,7337
  5771. #define EMULONG 207,7403
  5772. #define EMULONG 210,7468
  5773. #define EMULONG 213,7539
  5774. #define EMU_NON_COMPILE216,7648
  5775. #define EMU_NON_COMPILE225,7790
  5776. #define NE 238,8188
  5777. #define MAXDECEXP 239,8201
  5778. #define MINDECEXP 240,8224
  5779. #define GET_REAL(241,8248
  5780. #define PUT_REAL(242,8307
  5781. #define NE 245,8421
  5782. #define MAXDECEXP 246,8435
  5783. #define MINDECEXP 247,8458
  5784. #define GET_REAL(248,8482
  5785. #define PUT_REAL(249,8541
  5786. #define NE 251,8606
  5787. #define MAXDECEXP 252,8619
  5788. #define MINDECEXP 253,8642
  5789. #define GET_REAL(258,8778
  5790. #define PUT_REAL(273,9201
  5791. #define GET_REAL(291,9694
  5792. #define PUT_REAL(292,9756
  5793. #define NI 300,9949
  5794. #define E 303,9999
  5795. #define M 306,10050
  5796. #define NBITS 309,10097
  5797. #define NDEC 314,10204
  5798. #define EXONE 317,10257
  5799. endian 430,16478
  5800. earith 536,18482
  5801. etrunci 615,19856
  5802. etruncui 638,20268
  5803. ereal_atof 662,20763
  5804. ereal_negate 699,21360
  5805. efixi 716,21619
  5806. efixui 739,22035
  5807. ereal_from_int 761,22357
  5808. ereal_from_uint 795,22971
  5809. ereal_to_int 816,23345
  5810. ereal_ldexp 860,24212
  5811. target_isinf 885,24652
  5812. target_isnan 901,24868
  5813. target_negative 919,25146
  5814. real_value_truncate 929,25343
  5815. debug_real 986,26330
  5816. etartdouble 1011,27036
  5817. etarldouble 1027,27364
  5818. etardouble 1042,27677
  5819. etarsingle 1057,27939
  5820. ereal_to_decimal 1075,28332
  5821. ereal_cmp 1089,28573
  5822. ereal_isneg 1102,28793
  5823. #define DOMAIN    1271,35513
  5824. #define SING    1272,35559
  5825. #define OVERFLOW    1273,35602
  5826. #define UNDERFLOW    1274,35648
  5827. #define TLOSS    1275,35696
  5828. #define PLOSS    1276,35743
  5829. #define INVALID    1277,35792
  5830. eclear 1359,38329
  5831. emov 1371,38494
  5832. eabs 1384,38664
  5833. eneg 1394,38836
  5834. eisneg 1404,39012
  5835. eisinf 1417,39201
  5836. eisnan 1435,39518
  5837. einfin 1459,39935
  5838. enan 1502,40597
  5839. emovi 1517,40864
  5840. emovo 1564,41692
  5841. ecleaz 1603,42321
  5842. ecleazs 1615,42512
  5843. emovz 1628,42702
  5844. einan 1644,43006
  5845. eiisnan 1656,43167
  5846. eiisneg 1675,43433
  5847. eiinfin 1686,43621
  5848. eiisinf 1697,43766
  5849. ecmpm 1719,44118
  5850. eshdn1 1743,44481
  5851. eshup1 1767,44857
  5852. eshdn8 1792,45208
  5853. eshup8 1813,45546
  5854. eshup6 1835,45891
  5855. eshdn6 1853,46150
  5856. eaddm 1871,46426
  5857. esubm 1897,46893
  5858. edivm 1931,47401
  5859. emulm 2028,48882
  5860. m16m 2080,49784
  5861. edivm 2124,50626
  5862. emulm 2189,51978
  5863. emdnorm 2265,54003
  5864. esub 2465,57491
  5865. eadd 2497,58018
  5866. eadd1 2530,58599
  5867. ediv 2634,60549
  5868. emul 2736,62421
  5869. e53toe 2826,63962
  5870. e64toe 2928,65802
  5871. e113toe 3026,67627
  5872. e24toe 3111,68881
  5873. etoe113 3206,70570
  5874. toe113 3239,71172
  5875. etoe64 3297,72102
  5876. toe64 3331,72731
  5877. etoe53 3441,74457
  5878. toe53 3451,74670
  5879. etoe53 3462,74818
  5880. toe53 3472,75016
  5881. etoe53 3483,75184
  5882. toe53 3517,75816
  5883. etoe24 3612,77307
  5884. toe24 3622,77503
  5885. etoe24 3632,77675
  5886. toe24 3666,78304
  5887. ecmp 3763,79810
  5888. eround 3825,80776
  5889. ltoe 3835,80924
  5890. ultoe 3877,82092
  5891. eifrac 3917,83358
  5892. euifrac 4000,85240
  5893. eshift 4069,86704
  5894. enormlz 4135,87528
  5895. #define NTEN 4202,88631
  5896. #define MAXP 4203,88647
  5897. e24toasc 4306,92922
  5898. e53toasc 4321,93204
  5899. e64toasc 4336,93495
  5900. e113toasc 4351,93790
  5901. etoasc 4368,94134
  5902. asctoe24 4684,100303
  5903. asctoe53 4695,100461
  5904. asctoe64 4710,100686
  5905. asctoe113 4720,100840
  5906. asctoe 4730,100983
  5907. asctoeg 4741,101179
  5908. efloor 5078,107177
  5909. efrexp 5128,108071
  5910. eldexp 5152,108509
  5911. eremain 5174,108894
  5912. eiremain 5210,109538
  5913. #define NMSGS 5256,110711
  5914. mtherr 5273,111025
  5915. dectoe 5296,111591
  5916. etodec 5336,112734
  5917. todec 5358,113205
  5918. ibmtoe 5404,113870
  5919. etoibm 5448,115136
  5920. toibm 5467,115541
  5921. make_nan 5565,117305
  5922. ereal_from_float 5624,118507
  5923. ereal_from_double 5661,119564
  5924. uditoe 5710,120985
  5925. ditoe 5739,121649
  5926. etoudi 5788,122647
  5927. etodi 5871,123866
  5928. esqrt 5973,125490
  5929. significand_size 6082,127672
  5930.  
  5931. recog.c,1337
  5932. #define STACK_PUSH_CODE 37,1140
  5933. #define STACK_PUSH_CODE 39,1178
  5934. init_recog_no_volatile 75,2172
  5935. init_recog 81,2227
  5936. recog_memoized 96,2659
  5937. check_asm_operands 108,2945
  5938. #define MAX_CHANGE_LOCS    137,3630
  5939. validate_change 165,4811
  5940. apply_change_group 210,5844
  5941. num_validated_changes 304,8599
  5942. cancel_changes 312,8705
  5943. validate_replace_rtx_1 332,9214
  5944. validate_replace_rtx 512,15162
  5945. next_insn_tests_no_inequality 525,15497
  5946. next_insns_test_no_inequality 545,16048
  5947. find_single_use_1 575,16855
  5948. find_single_use 684,19914
  5949. general_operand 750,21640
  5950. address_operand 828,23818
  5951. register_operand 850,24634
  5952. scratch_operand 881,25609
  5953. immediate_operand 897,26017
  5954. const_int_operand 920,26662
  5955. const_double_operand 931,26891
  5956. nonimmediate_operand 950,27480
  5957. nonmemory_operand 960,27712
  5958. push_operand 1010,29297
  5959. memory_address_p 1031,29646
  5960. memory_operand 1049,30024
  5961. indirect_operand 1074,30713
  5962. comparison_operator 1113,32058
  5963. asm_noperands 1126,32397
  5964. decode_asm_operands 1204,35065
  5965. find_constant_term_loc 1341,39205
  5966. offsettable_memref_p 1395,40471
  5967. offsettable_nonstrict_memref_p 1406,40729
  5968. offsettable_address_p 1424,41281
  5969. mode_dependent_address_p 1485,43186
  5970. mode_independent_operand 1498,43418
  5971. adj_offsettable_operand 1524,43966
  5972. struct funny_matchfunny_match1592,46180
  5973. constrain_operands 1598,46228
  5974. reg_fits_class_p 1946,55174
  5975.  
  5976. reg-stack.c,1095
  5977. #define REG_STACK_SIZE 171,7224
  5978. typedef struct stack_defstack_def182,7638
  5979. } *stack;stack187,7823
  5980. #define FP_MODE_REG(223,9018
  5981. #define BLOCK_NUM(229,9227
  5982. mark_regs_pat 253,9846
  5983. straighten_stack 279,10386
  5984. stack_regs_mentioned_p 297,10828
  5985. reg_to_stack 335,11862
  5986. record_label_references 471,15668
  5987. get_true_reg 520,16822
  5988. constrain_asm_operands 564,18185
  5989. record_asm_reg_life 840,25085
  5990. record_reg_life_pat 1056,31302
  5991. get_asm_operand_lengths 1108,32562
  5992. record_reg_life 1145,33867
  5993. find_blocks 1263,37614
  5994. uses_reg_or_mem 1372,40398
  5995. stack_result 1405,41071
  5996. stack_reg_life_analysis 1456,43036
  5997. replace_reg 1605,47610
  5998. remove_regno_note 1627,48088
  5999. get_hard_regnum 1653,48719
  6000. delete_insn_for_stacker 1674,49202
  6001. emit_pop_insn 1690,49763
  6002. emit_swap_insn 1732,51022
  6003. move_for_stack_reg 1807,53271
  6004. swap_rtx_condition 1947,57377
  6005. compare_for_stack_reg 1983,58287
  6006. subst_stack_regs_pat 2081,61124
  6007. subst_asm_stack_regs 2330,68059
  6008. subst_stack_regs 2616,76351
  6009. change_stack 2722,79827
  6010. goto_block_pat 2826,82850
  6011. convert_regs 2944,85967
  6012. print_blocks 3038,88809
  6013. dump_stack_info 3075,89603
  6014.  
  6015. regclass.c,691
  6016. #define REGISTER_MOVE_COST(39,1302
  6017. #define MEMORY_MOVE_COST(43,1370
  6018. #define FORBIDDEN_INC_DEC_CLASSES52,1726
  6019. #define N_REG_INTS 124,3971
  6020. init_reg_sets 200,6419
  6021. init_reg_sets_1 361,10888
  6022. init_reg_modes 401,11824
  6023. init_regs 424,12536
  6024. choose_hard_reg_mode 438,12911
  6025. fix_register 481,14153
  6026. globalize_reg 511,14741
  6027. struct costscosts544,15607
  6028. reg_preferred_class 599,17471
  6029. reg_alternate_class 608,17626
  6030. regclass_init 620,17837
  6031. regclass 631,18147
  6032. record_reg_classes 1008,30536
  6033. copy_cost 1404,41142
  6034. record_address_regs 1467,43144
  6035. auto_inc_dec_reg_p 1621,47751
  6036. reg_scan 1688,49580
  6037. reg_scan_mark_refs 1736,51117
  6038. reg_class_subset_p 1859,54820
  6039. reg_classes_intersect_p 1877,55175
  6040.  
  6041. reload.c,1373
  6042. #define REG_OK_STRICT88,3899
  6043. #define REGISTER_MOVE_COST(103,4175
  6044. struct replacementreplacement197,8087
  6045. struct decompositiondecomposition212,8572
  6046. #define MATCHES(266,10573
  6047. #define MERGABLE_RELOADS(273,10862
  6048. #define MERGE_TO_OTHER(283,11360
  6049. push_secondary_reload 331,13513
  6050. get_secondary_mem 602,23338
  6051. clear_secondary_mem 674,25766
  6052. push_reload 714,27368
  6053. push_replacement 1349,50646
  6054. transfer_replacements 1368,51052
  6055. combine_reloads 1391,51824
  6056. find_dummy_reload 1574,59148
  6057. earlyclobber_operand_p 1716,63479
  6058. hard_reg_set_here_p 1734,63887
  6059. strict_memory_address_p 1768,64745
  6060. operands_match_p 1795,65600
  6061. n_occurrences 1921,69070
  6062. decompose 1940,69609
  6063. immune_p 2064,72608
  6064. safe_from_earlyclobber 2110,73817
  6065. find_reloads 2139,74859
  6066. alternative_allows_memconst 3828,133277
  6067. find_reloads_toplev 3863,134389
  6068. make_memloc 4010,139234
  6069. find_reloads_address 4062,141147
  6070. subst_reg_equivs 4364,152074
  6071. form_sum 4417,153254
  6072. subst_indexed_address 4472,154932
  6073. find_reloads_address_1 4539,157053
  6074. find_reloads_address_part 4882,167563
  6075. subst_reloads 4924,168899
  6076. copy_replacements 4970,170330
  6077. find_replacement 5011,171413
  6078. refers_to_regno_for_reload_p 5058,172765
  6079. reg_overlap_mentioned_for_reload_p 5180,176186
  6080. refers_to_mem_for_reload_p 5227,177365
  6081. find_equiv_reg 5278,178973
  6082. find_inc_amount 5702,192474
  6083. regno_clobbered_p 5747,193423
  6084. debug_reload(5789,194378
  6085.  
  6086. reload1.c,1472
  6087. #define REGISTER_MOVE_COST(73,2884
  6088. #define MEMORY_MOVE_COST(77,2952
  6089. #define obstack_chunk_alloc 267,10769
  6090. #define obstack_chunk_free 268,10805
  6091. static struct elim_tableelim_table278,11214
  6092. #define NUM_ELIMINABLE_REGS 308,12460
  6093. struct hard_reg_n_uses hard_reg_n_uses332,13444
  6094. init_reload 378,15621
  6095. reload 445,17726
  6096. possible_group_p 2032,72768
  6097. count_possible_groups 2093,74599
  6098. modes_equiv_for_class_p 2167,77194
  6099. spill_failure 2186,77758
  6100. new_spill_reg 2205,78470
  6101. delete_dead_insn 2280,80988
  6102. alter_reg 2308,81884
  6103. mark_home_live 2425,85979
  6104. mark_scratch_live 2440,86276
  6105. set_label_offsets 2462,86847
  6106. eliminate_regs 2640,92834
  6107. eliminate_regs_in_insn 3170,110546
  6108. mark_not_eliminable 3403,118891
  6109. spill_hard_reg 3444,120243
  6110. scan_paradoxical_subregs 3540,122838
  6111. hard_reg_use_compare 3590,123916
  6112. order_regs_for_reload 3605,124409
  6113. compare_spill_regs 3716,127764
  6114. reload_as_needed 3732,128283
  6115. forget_old_reloads_1 4010,137456
  6116. reload_reg_class_lower 4072,139292
  6117. mark_reload_reg_in_use 4138,141863
  6118. clear_reload_reg_in_use 4195,143132
  6119. reload_reg_free_p 4251,144402
  6120. reload_reg_free_before_p 4384,148830
  6121. reload_reg_reaches_end_p 4495,152856
  6122. reloads_conflict 4614,156810
  6123. allocate_reload_reg 4705,159860
  6124. choose_reload_regs 4902,166414
  6125. merge_assigned_reloads 5564,190044
  6126. emit_reload_insns 5640,192564
  6127. gen_reload 6648,227108
  6128. delete_output_reload 6850,234613
  6129. inc_for_reload 6946,237613
  6130. constraint_accepts_reg_p 7037,240432
  6131. count_occurrences 7082,241507
  6132.  
  6133. reorg.c,1768
  6134. #define obstack_chunk_alloc 135,6284
  6135. #define obstack_chunk_free 136,6320
  6136. #define eligible_for_annul_true(139,6380
  6137. #define eligible_for_annul_false(142,6476
  6138. #define unfilled_slots_base    154,6875
  6139. #define unfilled_slots_next    157,6957
  6140. struct resourcesresources163,7150
  6141. #define CLEAR_RESOURCE(173,7528
  6142. struct target_infotarget_info191,8270
  6143. #define TARGET_HASH_PRIME 200,8583
  6144. mark_referenced_resources 274,11797
  6145. mark_set_resources 495,18601
  6146. stop_search_p 675,23328
  6147. resource_conflicts_p 711,24110
  6148. insn_references_resource_p 743,25042
  6149. insn_sets_resource_p 761,25663
  6150. find_end_label 777,26113
  6151. emit_delay_sequence 854,28536
  6152. add_to_delay_list 952,31666
  6153. delete_from_delay_slot 986,32579
  6154. delete_scheduled_jump 1040,34275
  6155. #define NUM_REORG_FUNCTIONS 1087,35688
  6156. #define MAX_DELAY_HISTOGRAM 1088,35718
  6157. #define MAX_REORG_PASSES 1089,35748
  6158. note_delay_statistics 1098,35989
  6159. optimize_skip 1142,37395
  6160. get_jump_flags 1222,40185
  6161. rare_destination 1286,41989
  6162. mostly_true_jump 1335,43315
  6163. get_branch_condition 1436,46610
  6164. condition_dominates_p 1479,47862
  6165. redirect_with_delay_slots_safe_p 1507,48732
  6166. redirect_with_delay_list_safe_p 1542,49794
  6167. steal_delay_list_from_target 1593,51678
  6168. steal_delay_list_from_fallthrough 1699,55342
  6169. try_merge_delay_insns 1776,57368
  6170. redundant_insn 1952,63456
  6171. own_thread_p 2151,69463
  6172. find_basic_block 2192,70554
  6173. update_block 2233,71805
  6174. reorg_redirect_jump 2258,72407
  6175. update_reg_dead_notes 2282,73243
  6176. update_reg_unused_notes 2315,74150
  6177. update_live_status 2348,75063
  6178. next_insn_no_annul 2381,75889
  6179. mark_target_live_regs 2441,78226
  6180. fill_simple_delay_slots 2799,90060
  6181. fill_slots_from_thread 3273,105398
  6182. fill_eager_delay_slots 3646,117195
  6183. relax_delay_slots 3762,120514
  6184. make_return_insns 4072,130675
  6185. dbr_schedule 4192,134499
  6186.  
  6187. rtl.c,494
  6188. #define    obstack_chunk_alloc    29,929
  6189. #define    obstack_chunk_free    30,965
  6190. #define DEF_RTL_EXPR(52,1691
  6191. #define DEF_MACHMODE(63,1977
  6192. #define DEF_MACHMODE(79,2286
  6193. #define DEF_MACHMODE(90,2558
  6194. #define DEF_MACHMODE(101,2821
  6195. #define DEF_MACHMODE(113,3164
  6196. rtvec_alloc 187,5831
  6197. rtx_alloc 209,6279
  6198. rtx_free 249,7468
  6199. copy_rtx 260,7673
  6200. copy_most_rtx 358,9900
  6201. dump_and_abort 448,11636
  6202. read_skip_spaces 476,12355
  6203. read_name 512,13028
  6204. read_rtx 550,13828
  6205. init_rtl 783,19300
  6206. gcc_memset 843,21110
  6207.  
  6208. rtlanal.c,1030
  6209. rtx_unstable_p 40,1344
  6210. rtx_varies_p 76,2220
  6211. rtx_addr_can_trap_p 121,3279
  6212. rtx_addr_varies_p 163,4526
  6213. get_integer_term 191,5154
  6214. get_related_value 211,5614
  6215. reg_mentioned_p 231,6112
  6216. no_labels_between_p 295,7414
  6217. reg_used_between_p 309,7722
  6218. reg_referenced_p 332,8402
  6219. reg_referenced_between_p 390,9983
  6220. reg_set_between_p 411,10546
  6221. reg_set_p_1 432,10970
  6222. reg_set_p 444,11208
  6223. modified_between_p 481,12344
  6224. modified_in_p 533,13469
  6225. single_set 585,14518
  6226. find_last_value 622,15451
  6227. refers_to_regno_p 670,16627
  6228. reg_overlap_mentioned_p 780,19856
  6229. reg_set_last_1 832,21065
  6230. reg_set_last 868,22066
  6231. rtx_equal_p 925,23700
  6232. note_stores 1035,26501
  6233. dead_or_set_p 1092,28407
  6234. dead_or_set_regno_p 1121,29027
  6235. find_reg_note 1209,31483
  6236. find_regno_note 1229,32061
  6237. find_reg_fusage 1255,32801
  6238. find_regno_fusage 1304,33967
  6239. remove_note 1338,34749
  6240. volatile_insn_p 1366,35401
  6241. volatile_refs_p 1429,36549
  6242. side_effects_p 1492,37663
  6243. may_trap_p 1563,39044
  6244. inequality_comparisons_p 1640,40705
  6245. replace_rtx 1699,41715
  6246. replace_regs 1738,42848
  6247.  
  6248. scan-decls.c,86
  6249. #define in_extern_C_brace 32,1159
  6250. skip_to_closing_brace 39,1346
  6251. scan_decls 78,2230
  6252.  
  6253. scan.c,154
  6254. make_sstring_space 27,911
  6255. sstring_append 47,1339
  6256. scan_ident 62,1611
  6257. scan_string 84,1940
  6258. skip_spaces 117,2435
  6259. read_upto 155,2969
  6260. get_token 174,3242
  6261.  
  6262. sched.c,2310
  6263. #define INSN_LUID(151,6956
  6264. #define INSN_PRIORITY(155,7107
  6265. #define INSN_COST(158,7195
  6266. #define INSN_UNIT(163,7358
  6267. #define INSN_BLOCKAGE(168,7572
  6268. #define UNIT_BITS 169,7631
  6269. #define BLOCKAGE_MASK 170,7651
  6270. #define ENCODE_BLOCKAGE(171,7700
  6271. #define UNIT_BLOCKED(175,7855
  6272. #define BLOCKAGE_RANGE(176,7908
  6273. #define MIN_BLOCKAGE_COST(181,8101
  6274. #define MAX_BLOCKAGE_COST(182,8163
  6275. #define DONE_PRIORITY    184,8238
  6276. #define MAX_PRIORITY    185,8263
  6277. #define TAIL_PRIORITY    186,8295
  6278. #define LAUNCH_PRIORITY    187,8328
  6279. #define DONE_PRIORITY_P(188,8363
  6280. #define LOW_PRIORITY_P(189,8420
  6281. #define INSN_REF_COUNT(193,8602
  6282. #define LINE_NOTE(199,8849
  6283. #define NEXT_Q(277,12541
  6284. #define NEXT_Q_AFTER(278,12591
  6285. #define INSN_TICK(284,12848
  6286. struct sometimessometimes289,12999
  6287. #define SIZE_FOR_MODE(348,15524
  6288. canon_rtx 371,16581
  6289. init_alias_analysis 399,17386
  6290. rtx_equal_for_memref_p 447,18959
  6291. find_symbolic_term 561,21881
  6292. memrefs_conflict_p 614,23340
  6293. read_dependence 807,28838
  6294. true_dependence 817,29018
  6295. anti_dependence 845,30153
  6296. output_dependence 869,30993
  6297. add_dependence 891,31780
  6298. remove_dependence 960,33926
  6299. schedule_insns 987,34354
  6300. #define __inline993,34430
  6301. find_insn_list 1079,37656
  6302. insn_unit 1099,38156
  6303. blockage_range 1135,39274
  6304. clear_units 1172,40499
  6305. prepare_unit 1182,40777
  6306. actual_hazard_this_instance 1200,41153
  6307. schedule_unit 1237,42344
  6308. actual_hazard 1269,43220
  6309. potential_hazard 1318,44584
  6310. insn_cost 1363,45753
  6311. priority 1425,47268
  6312. free_pending_lists 1506,49736
  6313. add_insn_mem_dependence 1580,51231
  6314. flush_pending_lists 1614,51972
  6315. sched_analyze_1 1659,53253
  6316. sched_analyze_2 1797,57540
  6317. sched_analyze_insn 2017,64064
  6318. sched_analyze 2164,68539
  6319. sched_note_set 2281,72213
  6320. #define SCHED_SORT(2373,74512
  6321. rank_for_schedule 2385,74955
  6322. swap_sort 2434,76523
  6323. queue_insn 2455,76884
  6324. birthing_insn_p 2469,77191
  6325. adjust_priority 2507,78076
  6326. schedule_insn 2557,79373
  6327. schedule_select 2616,81009
  6328. create_reg_dead_note 2710,83301
  6329. attach_deaths 2779,85465
  6330. attach_deaths_insn 2971,91106
  6331. unlink_notes 3025,92846
  6332. new_sometimes_live 3066,94000
  6333. finish_sometimes_live 3094,94850
  6334. reemit_notes 3118,95551
  6335. schedule_block 3144,96177
  6336. regno_use_in 4055,124452
  6337. split_hard_reg_notes 4089,125290
  6338. new_insn_dead_notes 4138,126632
  6339. update_n_sets 4239,129710
  6340. update_flow_info 4271,130508
  6341. schedule_insns 4666,141574
  6342.  
  6343. sdbout.c,2033
  6344. #define T_VOID 61,2218
  6345. #define PARM_PASSED_IN_MEMORY(71,2448
  6346. #define DEBUGGER_AUTO_OFFSET(77,2677
  6347. #define DEBUGGER_ARG_OFFSET(84,2934
  6348. #define CHAR_TYPE_SIZE 114,3673
  6349. #define SHORT_TYPE_SIZE 118,3742
  6350. #define INT_TYPE_SIZE 122,3848
  6351. #define LONG_TYPE_SIZE 126,3915
  6352. #define LONG_LONG_TYPE_SIZE 130,3988
  6353. #define FLOAT_TYPE_SIZE 134,4068
  6354. #define DOUBLE_TYPE_SIZE 138,4139
  6355. #define LONG_DOUBLE_TYPE_SIZE 142,4222
  6356. #define CONTIN148,4380
  6357. #define SDB_DELIM    152,4456
  6358. #define SDB_MAX_DIM 157,4568
  6359. #define PUT_SDB_SCL(161,4618
  6360. #define PUT_SDB_INT_VAL(165,4727
  6361. #define PUT_SDB_VAL(169,4837
  6362. #define PUT_SDB_DEF(176,5012
  6363. #define PUT_SDB_PLAIN_DEF(183,5216
  6364. #define PUT_SDB_ENDEF 187,5326
  6365. #define PUT_SDB_TYPE(191,5411
  6366. #define PUT_SDB_SIZE(195,5518
  6367. #define PUT_SDB_START_DIM 199,5629
  6368. #define PUT_SDB_NEXT_DIM(203,5722
  6369. #define PUT_SDB_LAST_DIM(207,5815
  6370. #define PUT_SDB_TAG(211,5915
  6371. #define PUT_SDB_BLOCK_START(218,6120
  6372. #define PUT_SDB_BLOCK_END(225,6346
  6373. #define PUT_SDB_FUNCTION_START(232,6577
  6374. #define PUT_SDB_FUNCTION_END(239,6809
  6375. #define PUT_SDB_EPILOGUE_END(246,7039
  6376. #define SDB_GENERATE_FAKE(255,7340
  6377. #define KNOWN_TYPE_TAG(262,7560
  6378. #define SET_KNOWN_TYPE_TAG(266,7678
  6379. #define TAG_NAME(272,7900
  6380. #define MAKE_LINE_SAFE(278,8133
  6381. sdbout_init 284,8305
  6382. tag_of_ru_type 311,8937
  6383. gen_fake_label 327,9357
  6384. #define PUSH_DERIVED_LEVEL(355,10331
  6385. plain_type 370,10757
  6386. template_name_p 401,11505
  6387. sdbout_record_type_name 412,11676
  6388. plain_type_1 462,13052
  6389. sdbout_block 619,17338
  6390. sdbout_syms 650,18016
  6391. sdbout_symbol 665,18304
  6392. sdbout_toplevel_data 910,25784
  6393. sdbout_queue_anonymous_type 944,26435
  6394. sdbout_dequeue_anonymous_types 951,26578
  6395. sdbout_types 976,27072
  6396. sdbout_type 990,27321
  6397. sdbout_field_types 1005,27736
  6398. sdbout_one_type 1024,28394
  6399. sdbout_parms 1225,34073
  6400. sdbout_reg_parms 1359,38745
  6401. sdbout_begin_block 1424,41086
  6402. sdbout_end_block 1464,42158
  6403. sdbout_mark_begin_function 1484,42702
  6404. sdbout_begin_function 1496,43038
  6405. sdbout_end_function 1509,43370
  6406. sdbout_end_epilogue 1527,43786
  6407. sdbout_label 1537,44025
  6408.  
  6409. stmt.c,3280
  6410. #define obstack_chunk_alloc 61,2030
  6411. #define obstack_chunk_free 62,2066
  6412. struct case_nodecase_node167,6098
  6413. typedef struct case_node case_node;case_node177,6488
  6414. typedef struct case_node *case_node_ptr;case_node_ptr178,6524
  6415. struct nestingnesting211,8079
  6416. #define ALLOC_NESTING(340,12549
  6417. #define POPSTACK(348,12863
  6418. struct goto_fixupgoto_fixup375,13990
  6419. struct label_chainlabel_chain426,15827
  6420. init_stmt 484,18208
  6421. init_stmt_for_function 493,18343
  6422. save_stmt_status 515,18789
  6423. restore_stmt_status 535,19365
  6424. emit_nop 557,19979
  6425. label_rtx 575,20314
  6426. emit_jump 590,20592
  6427. expand_computed_goto 602,20807
  6428. expand_label 638,21792
  6429. declare_nonlocal_label 670,22648
  6430. expand_goto 690,23253
  6431. expand_goto_internal 775,26276
  6432. bc_expand_goto_internal 849,28556
  6433. expand_fixup 933,31126
  6434. bc_expand_fixup 1053,35286
  6435. expand_fixups 1082,36026
  6436. fixup_gotos 1102,36802
  6437. bc_fixup_gotos 1286,43421
  6438. expand_asm 1337,44830
  6439. expand_asm_operands 1370,45864
  6440. expand_expr_stmt 1650,54050
  6441. warn_if_unused_value 1735,56644
  6442. clear_last_expr 1830,59530
  6443. expand_start_stmt_expr 1840,59754
  6444. expand_end_stmt_expr 1873,60781
  6445. expand_start_cond 1951,62976
  6446. expand_start_elseif 1981,63883
  6447. expand_start_else 1996,64343
  6448. expand_elseif 2016,64848
  6449. expand_end_cond 2027,65104
  6450. bc_expand_start_cond 2053,65782
  6451. bc_expand_end_cond 2075,66284
  6452. bc_expand_start_else 2086,66516
  6453. expand_start_loop 2110,67231
  6454. expand_start_loop_continue_elsewhere 2146,68314
  6455. expand_loop_continue_here 2160,68718
  6456. bc_expand_end_loop 2175,69053
  6457. expand_end_loop 2196,69531
  6458. expand_continue_loop 2321,73829
  6459. expand_exit_loop 2338,74256
  6460. expand_exit_loop_if_false 2355,74712
  6461. preserve_subexpressions_p 2400,75968
  6462. expand_exit_something 2428,76720
  6463. expand_null_return 2446,77104
  6464. expand_value_return 2470,77600
  6465. expand_null_return_1 2517,79086
  6466. expand_return 2555,80069
  6467. drop_through_at_end_p 2837,89974
  6468. tail_recursion_args 2852,90448
  6469. expand_start_bindings 2920,92424
  6470. remember_end_note 2979,94395
  6471. expand_end_bindings 2996,94927
  6472. bc_expand_end_bindings 3248,103784
  6473. expand_decl 3287,105270
  6474. bc_expand_decl 3480,111591
  6475. expand_decl_init 3522,112622
  6476. bc_expand_variable_local_init 3581,114502
  6477. bc_expand_decl_init 3612,115524
  6478. expand_decl_cleanup 3667,117248
  6479. expand_anon_union_decl 3694,117995
  6480. expand_cleanups 3769,120339
  6481. move_cleanups_up 3810,121669
  6482. last_cleanup_this_contour 3822,121921
  6483. any_pending_cleanups 3835,122236
  6484. expand_start_case 3873,123290
  6485. bc_expand_start_case 3918,124611
  6486. expand_start_case_dummy 3946,125434
  6487. expand_end_case_dummy 3968,126013
  6488. case_index_expr_type 3977,126179
  6489. pushcase 4000,127020
  6490. pushcase_range 4112,130314
  6491. bc_pushcase 4231,133983
  6492. all_cases_count 4286,135657
  6493. #define BITARRAY_TEST(4356,137352
  6494. #define BITARRAY_SET(4359,137498
  6495. mark_seen_cases 4372,137981
  6496. check_for_full_enumeration_handling 4474,140744
  6497. bc_check_for_full_enumeration_handling 4611,144770
  6498. expand_end_case 4651,145981
  6499. bc_expand_end_case 5042,158092
  6500. bc_new_uid 5135,160911
  6501. do_jump_if_equal 5145,161054
  6502. estimate_case_costs 5189,162224
  6503. group_case_nodes 5251,163979
  6504. balance_case_nodes 5298,165414
  6505. node_has_low_bound 5417,168447
  6506. node_has_high_bound 5464,169928
  6507. node_is_bounded 5505,171116
  6508. emit_jump_if_reachable 5516,171385
  6509. emit_case_nodes 5550,172894
  6510. find_loop_tree_blocks 5835,182709
  6511. unroll_block_trees 5847,183032
  6512.  
  6513. stor-layout.c,528
  6514. #define CEIL(29,936
  6515. #define GET_MODE_ALIGNMENT(53,1583
  6516. get_pending_sizes 72,2140
  6517. variable_size 88,2544
  6518. #define MAX_FIXED_MODE_SIZE 122,3553
  6519. mode_for_size 131,3856
  6520. smallest_mode_for_size 154,4474
  6521. round_up 173,4949
  6522. layout_decl 196,5765
  6523. layout_record 288,8854
  6524. layout_union 546,17602
  6525. layout_type 648,21056
  6526. make_signed_type 995,31847
  6527. make_unsigned_type 1042,33102
  6528. fixup_signed_type 1067,33683
  6529. fixup_unsigned_type 1100,34677
  6530. get_best_mode 1138,35988
  6531. save_storage_status 1195,37741
  6532. restore_storage_status 1208,38107
  6533.  
  6534. stupid.c,175
  6535. #define INSN_SUID(61,2456
  6536. #define MARK_LIVE_AFTER(97,3468
  6537. stupid_life_analysis 114,4220
  6538. stupid_reg_compare 287,9465
  6539. stupid_find_reg 323,10584
  6540. stupid_mark_refs 412,13026
  6541.  
  6542. toplev.c,2193
  6543. vms_fopen 73,1990
  6544. #define fopen 88,2507
  6545. #define DEFAULT_GDB_EXTENSIONS 92,2580
  6546. #define DEFAULT_PCC_STRUCT_RETURN 325,9288
  6547. int 335,9609
  6548. get_run_time 785,22001
  6549. #define TIMEVAR(829,22814
  6550. print_time 833,22936
  6551. count_error 845,23172
  6552. pfatal_with_name 872,23682
  6553. fatal_io_error 881,23814
  6554. fatal_insn 892,24046
  6555. fatal_insn_not_found 941,25284
  6556. decl_name 953,25583
  6557. interim_eh 963,25752
  6558. announce_function 983,26318
  6559. default_print_error_function 1003,26784
  6560. report_error_function 1037,27719
  6561. vmessage 1068,28383
  6562. v_message_with_file_and_line 1091,28844
  6563. v_message_with_decl 1110,29209
  6564. file_and_line_for_asm 1172,30485
  6565. v_error_with_file_and_line 1209,31396
  6566. error_with_file_and_line VPROTO(1221,31633
  6567. v_error_with_decl 1247,32159
  6568. error_with_decl VPROTO(1258,32369
  6569. v_error_for_asm 1282,32832
  6570. error_for_asm VPROTO(1297,33108
  6571. verror 1319,33434
  6572. error VPROTO(1327,33552
  6573. vfatal 1347,33811
  6574. fatal VPROTO(1356,33911
  6575. v_warning_with_file_and_line 1376,34165
  6576. warning_with_file_and_line VPROTO(1390,34425
  6577. v_warning_with_decl 1416,34956
  6578. warning_with_decl VPROTO(1429,35189
  6579. v_warning_for_asm 1453,35657
  6580. warning_for_asm VPROTO(1470,35968
  6581. vwarning 1492,36299
  6582. warning VPROTO(1500,36421
  6583. vpedwarn 1521,36717
  6584. pedwarn VPROTO(1532,36852
  6585. v_pedwarn_with_decl 1550,37058
  6586. pedwarn_with_decl VPROTO(1572,37744
  6587. v_pedwarn_with_file_and_line 1592,38029
  6588. pedwarn_with_file_and_line VPROTO(1605,38292
  6589. vsorry 1629,38707
  6590. sorry VPROTO(1643,38975
  6591. v_really_sorry 1663,39241
  6592. really_sorry VPROTO(1677,39517
  6593. fancy_abort 1703,40045
  6594. do_abort 1712,40237
  6595. botch 1721,40378
  6596. xmalloc 1729,40478
  6597. xrealloc 1741,40715
  6598. exact_log2_wide 1757,41064
  6599. floor_log2_wide 1775,41448
  6600. set_float_handler 1792,41782
  6601. push_float_handler 1805,42190
  6602. pop_float_handler 1823,42661
  6603. float_signal 1835,42911
  6604. pipe_closed 1852,43287
  6605. strip_off_ending 1863,43520
  6606. output_quoted_string 1897,44654
  6607. output_file_directive 1916,44991
  6608. output_lang_identify 1946,45651
  6609. open_dump_file 1957,45966
  6610. compile_file 1976,46426
  6611. rest_of_decl_compilation 2572,63985
  6612. rest_of_type_compilation 2638,66267
  6613. rest_of_compilation 2659,66957
  6614. main 3302,85703
  6615. set_target_switch 3967,103114
  6616. print_single_switch 4007,104028
  6617. print_switch_values 4024,104351
  6618.  
  6619. tree.c,4433
  6620. #define obstack_chunk_alloc 49,1698
  6621. #define obstack_chunk_free 50,1734
  6622. struct obstack_stackobstack_stack125,4307
  6623. struct momentary_levelmomentary_level157,5174
  6624. #define DEFTREECODE(173,5665
  6625. #define DEFTREECODE(184,5948
  6626. #define DEFTREECODE(193,6168
  6627. } tree_node_kind;tree_node_kind235,7018
  6628. #define MAX_HASH_TABLE 261,7463
  6629. #define TYPE_HASH(274,7858
  6630. init_obstacks 283,8015
  6631. gcc_obstack_init 310,8985
  6632. save_tree_status 336,9782
  6633. restore_tree_status 403,12162
  6634. temporary_allocation 441,13593
  6635. end_temporary_allocation 457,14152
  6636. resume_temporary_allocation 468,14430
  6637. saveable_allocation 481,14832
  6638. push_obstacks 493,15257
  6639. push_obstacks_nochange 515,15832
  6640. pop_obstacks 532,16227
  6641. allocation_temporary_p 549,16609
  6642. permanent_allocation 562,16958
  6643. preserve_data 596,18049
  6644. preserve_initializer 603,18169
  6645. rtl_in_current_obstack 626,18816
  6646. rtl_in_saveable_obstack 635,19001
  6647. oballoc 645,19223
  6648. obfree 656,19481
  6649. permalloc 666,19647
  6650. perm_calloc 677,19907
  6651. savealloc 690,20181
  6652. print_obstack_name 699,20331
  6653. debug_obstack 768,22294
  6654. object_permanent_p 780,22572
  6655. push_momentary 792,22908
  6656. preserve_momentary 808,23392
  6657. clear_momentary 817,23618
  6658. pop_momentary 828,23922
  6659. pop_momentary_nofree 843,24424
  6660. suspend_momentary 855,24769
  6661. resume_momentary 868,25126
  6662. init_tree_codes 879,25350
  6663. make_node 900,26186
  6664. copy_node 1093,31746
  6665. copy_list 1176,34157
  6666. #define HASHBITS 1196,34482
  6667. get_identifier 1203,34697
  6668. start_identifier_warnings 1265,36513
  6669. set_identifier_size 1276,36798
  6670. build_int_2_wide 1290,37167
  6671. build_real 1303,37456
  6672. real_value_from_int_cst 1329,38132
  6673. build_real_from_int_cst 1370,39476
  6674. build_string 1414,40396
  6675. build_complex 1434,41024
  6676. make_tree_vec 1450,41481
  6677. integer_zerop 1480,42158
  6678. integer_onep 1497,42574
  6679. integer_all_onesp 1514,43041
  6680. integer_pow2p 1564,44492
  6681. real_zerop 1592,45048
  6682. real_onep 1607,45416
  6683. real_twop 1622,45758
  6684. really_constant_p 1637,46112
  6685. value_member 1652,46502
  6686. purpose_member 1668,46788
  6687. binfo_member 1684,47076
  6688. chain_member 1699,47321
  6689. chain_member_value 1719,47751
  6690. chain_member_purpose 1739,48202
  6691. list_length 1757,48567
  6692. chainon 1774,48898
  6693. tree_last 1797,49346
  6694. nreverse 1811,49623
  6695. listify 1828,49933
  6696. build_tree_list 1853,50406
  6697. build_decl_list 1865,50630
  6698. tree_cons 1881,51042
  6699. decl_tree_cons 1911,51794
  6700. perm_tree_cons 1925,52153
  6701. temp_tree_cons 1940,52527
  6702. saveable_tree_cons 1955,52910
  6703. size_in_bytes 1974,53498
  6704. int_size_in_bytes 1998,54024
  6705. array_type_nelts 2023,54722
  6706. staticp 2039,55182
  6707. save_expr 2096,57060
  6708. contains_placeholder_p 2144,58865
  6709. substitute_in_expr 2195,60305
  6710. substitute_in_type 2313,63181
  6711. stabilize_reference 2457,67465
  6712. stabilize_reference_1 2551,70324
  6713. build VPROTO(2628,72738
  6714. build1 2698,74398
  6715. build_nt VPROTO(2752,75530
  6716. build_parse_node VPROTO(2782,76046
  6717. build_op_identifier 2816,76724
  6718. build_decl 2833,77150
  6719. build_block 2863,77973
  6720. build_decl_attribute_variant 2879,78427
  6721. build_type_attribute_variant 2892,78730
  6722. valid_machine_attribute 2949,80388
  6723. is_attribute_p 3048,83237
  6724. lookup_attribute 3093,84257
  6725. build_type_variant 3124,85115
  6726. change_main_variant 3157,86021
  6727. build_type_copy 3184,86775
  6728. struct type_hashtype_hash3210,87424
  6729. #define TYPE_HASH_SIZE 3224,88015
  6730. type_hash_list 3232,88264
  6731. type_hash_lookup 3246,88610
  6732. type_hash_add 3279,89757
  6733. type_hash_canon 3307,90694
  6734. attribute_hash_list 3339,91456
  6735. attribute_list_equal 3354,91826
  6736. attribute_list_contained 3370,92393
  6737. type_list_equal 3410,93352
  6738. tree_int_cst_equal 3430,93871
  6739. tree_int_cst_lt 3449,94353
  6740. tree_int_cst_sgn 3465,94743
  6741. simple_cst_list_equal 3482,95118
  6742. simple_cst_equal 3504,95632
  6743. build_pointer_type 3630,99366
  6744. build_index_type 3663,100296
  6745. build_range_type 3696,101410
  6746. build_index_2_type 3725,102348
  6747. index_type_equal 3737,102709
  6748. build_array_type 3764,103548
  6749. build_function_type 3815,105007
  6750. build_reference_type 3844,105726
  6751. build_method_type 3882,106773
  6752. build_offset_type 3919,107757
  6753. build_complex_type 3944,108317
  6754. get_unwidened 3991,110065
  6755. get_narrower 4081,113204
  6756. type_precision 4167,115841
  6757. int_fits_type_p 4180,116170
  6758. decl_function_context 4199,116819
  6759. decl_type_context 4234,117675
  6760. print_obstack_statistics 4258,118221
  6761. dump_tree_statistics 4276,118601
  6762. #define FILE_FUNCTION_PREFIX_LEN 4303,119530
  6763. #define FILE_FUNCTION_FORMAT 4306,119593
  6764. #define FILE_FUNCTION_FORMAT 4309,119693
  6765. #define FILE_FUNCTION_FORMAT 4311,119766
  6766. get_file_function_name 4321,120067
  6767. get_set_constructor_bits 4376,121710
  6768. get_set_constructor_bytes 4432,123386
  6769.  
  6770. unprotoize.c,0
  6771.  
  6772. unroll.c,773
  6773. #define NUM_FACTORS 140,6708
  6774. struct _factor _factor142,6731
  6775. enum unroll_types unroll_types147,6903
  6776. #define MAX_UNROLLED_INSNS 163,7262
  6777. unroll_loop 225,9938
  6778. precondition_loop_p 1188,43675
  6779. init_reg_map 1320,47916
  6780. calculate_giv_inc 1346,48776
  6781. initial_reg_note_copy 1447,51859
  6782. final_reg_note_copy 1475,52464
  6783. copy_loop_body 1490,52871
  6784. emit_unrolled_add 2014,69764
  6785. back_branch_in_range_p 2035,70458
  6786. fold_rtx_mult_add 2078,71665
  6787. biv_total_increment 2127,73076
  6788. iteration_info 2162,74238
  6789. approx_final_value 2258,77822
  6790. find_splittable_regs 2331,80381
  6791. verify_addresses 2489,86081
  6792. find_splittable_givs 2517,86916
  6793. reg_dead_after_loop 2910,100820
  6794. final_biv_value 2970,102364
  6795. final_giv_value 3045,104767
  6796. loop_iterations 3164,108670
  6797. remap_split_bivs 3407,116804
  6798.  
  6799. varasm.c,3014
  6800. #define ASM_STABS_OP 55,1613
  6801. #define STRIP_NAME_ENCODING(62,1831
  6802. #define obstack_chunk_alloc 77,2287
  6803. struct weak_symsweak_syms105,2951
  6804. static enum in_section in_section150,4546
  6805. static enum in_section in_section153,4659
  6806. #define IN_NAMED_SECTION(158,4822
  6807. text_section 173,5244
  6808. data_section 189,5495
  6809. readonly_data_section 217,6016
  6810. in_text_section 229,6227
  6811. named_section 239,6440
  6812. function_section 272,7347
  6813. make_function_rtl 287,7705
  6814. bc_make_decl_rtl 341,9286
  6815. strip_reg_name 379,10444
  6816. decode_reg_name 400,11082
  6817. make_decl_rtl 460,12479
  6818. make_var_volatile 627,18402
  6819. assemble_constant_align 639,18619
  6820. assemble_asm 658,19073
  6821. #define ASM_OUTPUT_CONSTRUCTOR(681,19689
  6822. #define ASM_OUTPUT_DESTRUCTOR(684,19769
  6823. assemble_destructor 697,20109
  6824. assemble_constructor 717,20631
  6825. assemble_gc_entry 738,21236
  6826. assemble_start_function 760,21890
  6827. assemble_end_function 840,23925
  6828. assemble_zeros 852,24158
  6829. assemble_align 905,25264
  6830. assemble_string 915,25491
  6831. bc_output_ascii 950,26047
  6832. assemble_variable 969,26710
  6833. contains_pointers_p 1402,40112
  6834. bc_output_constructor 1439,40980
  6835. bc_output_data_constructor 1468,41489
  6836. assemble_external 1490,42049
  6837. assemble_external_libcall 1516,42648
  6838. assemble_global 1535,43021
  6839. assemble_label 1544,43152
  6840. assemble_name 1560,43640
  6841. assemble_static_space 1595,44426
  6842. assemble_trampoline_template 1644,45681
  6843. assemble_integer 1684,46734
  6844. assemble_real 1775,48583
  6845. immed_double_const 1857,50620
  6846. immed_real_const_1 1965,54524
  6847. immed_real_const 2041,57195
  6848. clear_const_double_mem 2052,57541
  6849. struct addr_constaddr_const2075,58132
  6850. decode_addr_const 2082,58204
  6851. struct constant_descriptorconstant_descriptor2161,60156
  6852. #define HASHBITS 2168,60260
  6853. #define MAX_HASH_TABLE 2169,60280
  6854. const_hash 2175,60444
  6855. compare_constant 2266,63268
  6856. compare_constant_1 2283,63863
  6857. record_constant 2421,67519
  6858. record_constant_1 2442,68216
  6859. struct deferred_constantdeferred_constant2565,71498
  6860. defer_addressed_constants 2582,71872
  6861. output_deferred_addressed_constants 2591,72047
  6862. copy_constant 2615,72579
  6863. output_constant_def 2682,74503
  6864. output_constant_def_contents 2790,77627
  6865. #define MAX_RTX_HASH_TABLE 2853,79337
  6866. struct pool_constantpool_constant2861,79695
  6867. struct pool_sympool_sym2884,80198
  6868. #define SYMHASH(2896,80446
  6869. init_const_rtx_hash_table 2902,80616
  6870. save_varasm_status 2922,81221
  6871. restore_varasm_status 2933,81477
  6872. enum kind kind2943,81732
  6873. struct rtx_constrtx_const2945,81768
  6874. decode_rtx_const 2965,82175
  6875. simplify_subtraction 3042,83906
  6876. const_hash_rtx 3058,84283
  6877. compare_constant_rtx 3081,84790
  6878. record_constant_rtx 3107,85408
  6879. force_const_mem 3133,86230
  6880. find_pool_constant 3277,90898
  6881. get_pool_constant 3293,91226
  6882. get_pool_mode 3302,91371
  6883. get_pool_offset 3311,91517
  6884. get_pool_size 3320,91656
  6885. output_constant_pool 3328,91760
  6886. output_addressed_constants 3408,93987
  6887. output_constant 3479,96128
  6888. bc_assemble_integer 3599,99260
  6889. output_constructor 3699,101893
  6890. handle_pragma_weak 3963,109846
  6891. declare_weak 3995,110582
  6892. weak_finish 4009,110939
  6893. assemble_alias 4026,111228
  6894.  
  6895. version.c,0
  6896.  
  6897. xcoffout.c,690
  6898. #define N_CATCH 49,1512
  6899. #define ABS_OR_RELATIVE_LINENO(82,2365
  6900. #define ASM_OUTPUT_SOURCE_LINE(86,2556
  6901. #define ASM_OUTPUT_LFB(92,2750
  6902. #define ASM_OUTPUT_LFE(104,3102
  6903. #define ASM_OUTPUT_LBB(110,3257
  6904. #define ASM_OUTPUT_LBE(113,3372
  6905. assign_type_number 122,3690
  6906. xcoff_output_standard_types 142,4132
  6907. #define UNKNOWN_STAB(173,5408
  6908. stab_to_sclass 182,5627
  6909. xcoffout_output_first_source_line 323,7902
  6910. xcoffout_source_file 336,8279
  6911. xcoffout_source_line 369,9143
  6912. xcoffout_block 390,9665
  6913. xcoffout_begin_block 434,10968
  6914. xcoffout_end_block 455,11446
  6915. xcoffout_declare_function 468,11689
  6916. xcoffout_begin_function 501,12561
  6917. xcoffout_end_function 512,12784
  6918. xcoffout_end_epilogue 523,13018
  6919.