Home
last modified time | relevance | path

Searched refs:DEFAULT_INIT_PRIORITY (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsymtab.cc1832 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()
Dcoverage.cc1092 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY; in build_init_ctor()
1115 ? MAX_RESERVED_INIT_PRIORITY: DEFAULT_INIT_PRIORITY; in build_gcov_exit_decl()
Dtree-emutls.cc811 cgraph_build_static_cdtor ('I', ctor_body, DEFAULT_INIT_PRIORITY); in ipa_lower_emutls()
Dcollect2.cc127 #define DEFAULT_INIT_PRIORITY 65535 macro
1908 return pri ? pri : DEFAULT_INIT_PRIORITY; in extract_init_priority()
Dvarasm.cc1722 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()
Dtree.cc5785 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()
Dasan.cc3598 ? MAX_RESERVED_INIT_PRIORITY - 1 : DEFAULT_INIT_PRIORITY; in asan_finish_file()
Dtree.h3132 #define DEFAULT_INIT_PRIORITY 65535 macro
Dtarget.def615 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.\n\
DChangeLog-19987625 * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
DChangeLog-200727534 (DEFAULT_INIT_PRIORITY): Document.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc3852 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()
DChangeLog-19996486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.cc1641 if (priority != DEFAULT_INIT_PRIORITY) in xstormy16_asm_out_destructor()
1663 if (priority != DEFAULT_INIT_PRIORITY) in xstormy16_asm_out_constructor()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc2683 if (priority != DEFAULT_INIT_PRIORITY) in rx_elf_asm_cdtor()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc20773 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_constructor()
20804 if (priority != DEFAULT_INIT_PRIORITY) in rs6000_elf_asm_out_destructor()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc24858 if (priority != DEFAULT_INIT_PRIORITY) in arm_elf_asm_cdtor()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi9228 otherwise it must be @code{DEFAULT_INIT_PRIORITY}.
Dgccint.info41050 'MAX_INIT_PRIORITY'; otherwise it must be 'DEFAULT_INIT_PRIORITY'.