Searched refs:get_named_section (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Dunknown-elf.h61 switch_to_section (get_named_section (DECL, NULL, 0)); \
78 switch_to_section (get_named_section (DECL, NULL, 0)); \
/freebsd-10-stable/contrib/gcc/
H A Doutput.h557 extern section *get_named_section (tree, const char *, int);
H A Dvarasm.c417 return get_named_section (NULL, cfun->unlikely_text_section_name, 0);
420 return get_named_section (NULL, UNLIKELY_EXECUTED_TEXT_SECTION_NAME, 0);
452 get_named_section (tree decl, const char *name, int reloc)
545 return get_named_section (decl, NULL, 0);
568 : get_named_section (decl, NULL, 0);
583 : get_named_section (current_function_decl,
908 return get_named_section (decl, NULL, reloc);
2783 return get_named_section (exp, NULL, compute_reloc_for_constant (exp));
5621 return get_named_section (decl, sname, reloc);
5763 return get_named_section (NUL
451 get_named_section (tree decl, const char *name, int reloc) function
[all...]
H A Dvmsdbgout.c1708 switch_to_section (get_named_section (NULL, ".vmsdebug", 0));
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.c5976 switch_to_section (get_named_section (NULL, ".sbss", 0));
7354 return get_named_section (NULL, ".sdata", 0);
7356 return get_named_section (NULL, ".data.rel.ro", 3);
/freebsd-10-stable/contrib/gcc/config/i386/
H A Di386.c2399 /* We might get called with string constants, but get_named_section
2404 return get_named_section (decl, sname, reloc);
2507 switch_to_section (get_named_section (decl, ".lbss", 0));
5232 switch_to_section (get_named_section (decl, NULL, 0));

Completed in 173 milliseconds