Searched refs:DEFAULT_INIT_PRIORITY (Results 1 – 19 of 19) sorted by relevance
1832 return DEFAULT_INIT_PRIORITY; in get_init_priority()1835 return h ? h->init : DEFAULT_INIT_PRIORITY; in get_init_priority()1844 return DEFAULT_INIT_PRIORITY; in get_fini_priority()1846 return h ? h->fini : DEFAULT_INIT_PRIORITY; in get_fini_priority()1864 h->init = DEFAULT_INIT_PRIORITY; in priority_info()1865 h->fini = DEFAULT_INIT_PRIORITY; in priority_info()1882 if (priority == DEFAULT_INIT_PRIORITY) in set_init_priority()1900 if (priority == DEFAULT_INIT_PRIORITY) in set_fini_priority()
1092 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY; in build_init_ctor()1115 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY; in build_gcov_exit_decl()
811 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY); in ipa_lower_emutls()
127 #define DEFAULT_INIT_PRIORITY 65535 macro1908 return pri ? pri : DEFAULT_INIT_PRIORITY; in extract_init_priority()
1722 if (priority != DEFAULT_INIT_PRIORITY) in default_named_section_asm_out_destructor()1745 if (priority != DEFAULT_INIT_PRIORITY) in default_named_section_asm_out_constructor()8394 if (priority != DEFAULT_INIT_PRIORITY) in get_elf_initfini_array_priority_section()
5785 return DEFAULT_INIT_PRIORITY; in decl_init_priority_lookup()5798 return DEFAULT_INIT_PRIORITY; in decl_fini_priority_lookup()5810 if (priority == DEFAULT_INIT_PRIORITY) in decl_init_priority_insert()5830 if (priority == DEFAULT_INIT_PRIORITY) in decl_fini_priority_insert()
3598 ? MAX_RESERVED_INIT_PRIORITY - 1 : DEFAULT_INIT_PRIORITY; in asan_finish_file()
3132 #define DEFAULT_INIT_PRIORITY 65535 macro
615 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.\n\
7625 * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
27534 (DEFAULT_INIT_PRIORITY): Document.
3852 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I') in start_objects()3863 if (initp != DEFAULT_INIT_PRIORITY) in start_objects()4037 get_priority_info (DEFAULT_INIT_PRIORITY); in start_static_storage_duration_function()4118 ? DEFAULT_INIT_PRIORITY : DECL_INIT_PRIORITY (decl))4487 if (constructor_p && priority == DEFAULT_INIT_PRIORITY) in generate_ctor_or_dtor_function()5420 DEFAULT_INIT_PRIORITY, in c_parse_final_cleanups()
6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
1641 if (priority != DEFAULT_INIT_PRIORITY) in xstormy16_asm_out_destructor()1663 if (priority != DEFAULT_INIT_PRIORITY) in xstormy16_asm_out_constructor()
2683 if (priority != DEFAULT_INIT_PRIORITY) in rx_elf_asm_cdtor()
20773 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_constructor()20804 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_destructor()
24858 if (priority != DEFAULT_INIT_PRIORITY) in arm_elf_asm_cdtor()
9228 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.
41050 'MAX_INIT_PRIORITY'; otherwise it must be 'DEFAULT_INIT_PRIORITY'.