Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Davrelf.em37 static asection *avr_stub_section;
55 avr_stub_section,
143 avr_stub_section = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
146 if (avr_stub_section == NULL)
149 avr_stub_section->alignment_power = 1;
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Davrelf.em37 static asection *avr_stub_section;
55 avr_stub_section,
143 avr_stub_section = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
146 if (avr_stub_section == NULL)
149 avr_stub_section->alignment_power = 1;
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-avr.c3462 asection *avr_stub_section, in elf32_avr_setup_params() argument
3473 htab->stub_sec = avr_stub_section; in elf32_avr_setup_params()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-avr.c3446 asection *avr_stub_section, in elf32_avr_setup_params() argument
3457 htab->stub_sec = avr_stub_section; in elf32_avr_setup_params()