Searched refs:get_cdtor_priority_section (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | vxworks.c | 44 sec = get_cdtor_priority_section (priority, in vxworks_asm_out_constructor() 56 sec = get_cdtor_priority_section (priority, in vxworks_asm_out_destructor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | vxworks.cc | 48 sec = get_cdtor_priority_section (priority, in vxworks_asm_out_constructor() 60 sec = get_cdtor_priority_section (priority, in vxworks_asm_out_destructor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 543 extern section *get_cdtor_priority_section (int, bool);
|
H A D | varasm.c | 1593 get_cdtor_priority_section (int priority, bool constructor_p) in get_cdtor_priority_section() function 1615 sec = get_cdtor_priority_section (priority, in default_named_section_asm_out_destructor() 1638 sec = get_cdtor_priority_section (priority, in default_named_section_asm_out_constructor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 560 extern section *get_cdtor_priority_section (int, bool);
|
H A D | varasm.cc | 1701 get_cdtor_priority_section (int priority, bool constructor_p) in get_cdtor_priority_section() function 1723 sec = get_cdtor_priority_section (priority, in default_named_section_asm_out_destructor() 1746 sec = get_cdtor_priority_section (priority, in default_named_section_asm_out_constructor()
|
H A D | ChangeLog-2007 | 27440 (get_cdtor_priority_section): Likewise. 27442 (get_cdtor_priority_section): Likewise.
|