Home
last modified time | relevance | path

Searched refs:default_function_rodata_section (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Doutput.h590 extern section *default_function_rodata_section (tree);
H A Dtarget-def.h109 #define TARGET_ASM_FUNCTION_RODATA_SECTION default_function_rodata_section
H A Dvarasm.c598 default_function_rodata_section (tree decl) in default_function_rodata_section() function
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c7307 return default_function_rodata_section (decl); in mips_function_rodata_section()