Home
last modified time | relevance | path

Searched refs:resolve_unique_section (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c399 resolve_unique_section (function, 0, flag_function_sections); in use_thunk()
403 resolve_unique_section (thunk_fndecl, 0, flag_function_sections); in use_thunk()
/freebsd-12.1/contrib/gcc/
H A Dvarasm.c467 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 Dtree.h4572 extern void resolve_unique_section (tree, int, int);
H A DChangeLog-200221110 (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
21364 * varasm.c (resolve_unique_section): Use hooks instead of macros.
22036 * varasm.c (resolve_unique_section): Add third parameter
27449 Do resolve_unique_section before shared data clause.
28489 * varasm.c (assemble_variable): Call resolve_unique_section before
H A DChangeLog-200113764 (resolve_unique_section): Mark reloc unused.
15266 (resolve_unique_section): New.
H A DChangeLog-200317714 * varasm.c (resolve_unique_section): Remove prototype. No longer
17716 * tree.h (resolve_unique_section): New prototype.