/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | elfos.h | 227 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | elfos.h | 235 #define TARGET_ASM_SELECT_SECTION default_elf_select_section
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 573 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT);
|
H A D | varasm.c | 6834 default_elf_select_section (tree decl, int reloc, in default_elf_select_section() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 590 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT);
|
H A D | varasm.cc | 7112 default_elf_select_section (tree decl, int reloc, in default_elf_select_section() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.c | 386 return default_elf_select_section (decl, reloc, align); in ft32_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.cc | 386 return default_elf_select_section (decl, reloc, align); in ft32_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.c | 1884 return default_elf_select_section (decl, reloc, align); in msp430_select_section() 1917 return default_elf_select_section (decl, reloc, align); in msp430_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.cc | 2393 return default_elf_select_section (decl, reloc, align); in msp430_select_section() 2426 return default_elf_select_section (decl, reloc, align); in msp430_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
H A D | rx.cc | 2351 return default_elf_select_section (decl, reloc, align); in rx_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
H A D | rx.c | 2350 return default_elf_select_section (decl, reloc, align); in rx_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | microblaze.c | 3266 return default_elf_select_section (decl, reloc, align); in microblaze_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | microblaze.cc | 3267 return default_elf_select_section (decl, reloc, align); in microblaze_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.c | 3424 return default_elf_select_section (decl, reloc, align); in riscv_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 3790 return default_elf_select_section (decl, reloc, align); in riscv_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 5170 return default_elf_select_section (exp, reloc, align); in gcn_asm_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.cc | 5468 return default_elf_select_section (exp, reloc, align); in gcn_asm_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 966 return default_elf_select_section (decl, reloc, align); in c6x_elf_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 968 return default_elf_select_section (decl, reloc, align); in c6x_elf_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 6940 return default_elf_select_section (decl, reloc, align); in spu_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 10490 section * sect = default_elf_select_section (decl, reloc, align); in avr_asm_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 11052 section * sect = default_elf_select_section (decl, reloc, align); in avr_asm_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 733 return default_elf_select_section (decl, reloc, align); in x86_64_elf_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 742 return default_elf_select_section (decl, reloc, align); in x86_64_elf_select_section()
|