Searched refs:resolve_unique_section (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | method.c | 399 resolve_unique_section (function, 0, flag_function_sections); in use_thunk() 403 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in use_thunk()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 177 static void resolve_unique_section PARAMS ((tree, int, int)); 464 resolve_unique_section (decl, reloc, flag_function_or_data_sections) in resolve_unique_section() function 1154 resolve_unique_section (decl, 0, flag_function_sections); 1371 resolve_unique_section (decl, 0, flag_data_sections); 1572 resolve_unique_section (decl, reloc, flag_data_sections);
|
H A D | ChangeLog.7 | 6663 (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section. 6917 * varasm.c (resolve_unique_section): Use hooks instead of macros. 7589 * varasm.c (resolve_unique_section): Add third parameter 13002 Do resolve_unique_section before shared data clause. 14042 * varasm.c (assemble_variable): Call resolve_unique_section before
|
H A D | ChangeLog.6 | 13764 (resolve_unique_section): Mark reloc unused. 15266 (resolve_unique_section): New.
|
/openbsd-src/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa.h | 1193 resolve_unique_section ((FUNDECL), 0, flag_function_sections); \
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
H A D | xtensa.h | 1601 resolve_unique_section ((FUNDECL), 0, flag_function_sections); \
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | varasm.c | 467 resolve_unique_section (tree decl, int reloc ATTRIBUTE_UNUSED, in resolve_unique_section() function 901 resolve_unique_section (decl, reloc, flag_data_sections); in get_variable_section() 1376 resolve_unique_section (decl, 0, flag_function_sections); in assemble_start_function()
|
H A D | tree.h | 4484 extern void resolve_unique_section (tree, int, int);
|