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