Home
last modified time | relevance | path

Searched refs:default_elf_select_section (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/
H A Delfos.h223 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Delfos.h244 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doutput.h522 extern void default_elf_select_section PARAMS ((tree, int,
H A Dvarasm.c5231 default_elf_select_section (decl, reloc, align) in default_elf_select_section() function
H A DChangeLog14681 (default_elf_select_section): Likewise.
H A DChangeLog.76920 (categorize_decl_for_section, default_elf_select_section): New.
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Delf.h198 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Delf.h246 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
/openbsd-src/gnu/gcc/gcc/
H A Doutput.h588 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT);
H A Dvarasm.c5536 default_elf_select_section (tree decl, int reloc, in default_elf_select_section() function
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c2073 return default_elf_select_section (decl, reloc, align); in x86_64_elf_select_section()