Home
last modified time | relevance | path

Searched refs:first_section (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-epiphany.c187 static asection * first_section = NULL; in epiphany_elf_relax_section() local
200 if (first_section == NULL) in epiphany_elf_relax_section()
203 first_section = sec; in epiphany_elf_relax_section()
206 if (first_section == sec) in epiphany_elf_relax_section()
H A Delf32-ip2k.c1071 static asection * first_section = NULL; in ip2k_elf_relax_section() local
1083 if (first_section == NULL) in ip2k_elf_relax_section()
1086 first_section = sec; in ip2k_elf_relax_section()
1089 if (first_section == sec) in ip2k_elf_relax_section()
H A Delf.c7757 asection *first_section; in rewrite_elf_program_header() local
7762 first_section = NULL; in rewrite_elf_program_header()
7772 if (first_section == NULL) in rewrite_elf_program_header()
7773 first_section = section; in rewrite_elf_program_header()
7808 if (!first_section || first_section->output_section != NULL) in rewrite_elf_program_header()
7902 for (section = first_section, j = 0; in rewrite_elf_program_header()
8263 asection *first_section = NULL; in copy_elf_program_header() local
8274 if (first_section == NULL) in copy_elf_program_header()
8275 first_section = section; in copy_elf_program_header()
8338 for (section = first_section; in copy_elf_program_header()
H A Delfnn-riscv.c4990 static asection *first_section = NULL; in _bfd_riscv_relax_section() local
5008 if (first_section == NULL) in _bfd_riscv_relax_section()
5009 first_section = sec; in _bfd_riscv_relax_section()
5010 else if (first_section == sec) in _bfd_riscv_relax_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-epiphany.c187 static asection * first_section = NULL; in epiphany_elf_relax_section() local
200 if (first_section == NULL) in epiphany_elf_relax_section()
203 first_section = sec; in epiphany_elf_relax_section()
206 if (first_section == sec) in epiphany_elf_relax_section()
H A Delf32-ip2k.c1071 static asection * first_section = NULL; in ip2k_elf_relax_section() local
1083 if (first_section == NULL) in ip2k_elf_relax_section()
1086 first_section = sec; in ip2k_elf_relax_section()
1089 if (first_section == sec) in ip2k_elf_relax_section()
H A Delf.c7157 asection *first_section; in rewrite_elf_program_header() local
7162 first_section = NULL; in rewrite_elf_program_header()
7172 if (first_section == NULL) in rewrite_elf_program_header()
7173 first_section = section; in rewrite_elf_program_header()
7208 if (!first_section || first_section->output_section != NULL) in rewrite_elf_program_header()
7300 for (section = first_section, j = 0; in rewrite_elf_program_header()
7669 asection *first_section = NULL; in copy_elf_program_header() local
7680 if (first_section == NULL) in copy_elf_program_header()
7681 first_section = section; in copy_elf_program_header()
7744 for (section = first_section; in copy_elf_program_header()
H A DChangeLog-2006141 * elf.c (rewrite_elf_program_header): Do not use the first_section
H A DChangeLog-20101018 from lowest_section, not first_section. Validate program
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dxtensaelf.em1720 bool first_section = false;
1743 && (first_section
1749 first_section = false;
1857 bool first_section = false;
1879 && (first_section
1885 first_section = false;
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dxtensaelf.em1710 bool first_section = false;
1733 && (first_section
1739 first_section = false;
1847 bool first_section = false;
1869 && (first_section
1875 first_section = false;
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.h4731 first_section() const;
4737 const Output_section* os = this->first_section(); in first_section_load_address()
H A Dpowerpc.cc8466 Output_section* os = layout->tls_segment()->first_section(); in local()
9293 Output_section* os = layout->tls_segment()->first_section(); in global()
12843 ->first_section(); in relocate_relocs()
12906 ->first_section(); in relocate_relocs()
H A Dsymtab.cc3231 Output_section* osect = oseg->first_section(); in sized_write_globals()
H A DChangeLog-201696 * output.cc (Output_segment::first_section): Return NULL if there are
H A Doutput.cc4765 Output_segment::first_section() const in first_section() function in gold::Output_segment
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.h4731 first_section() const;
4737 const Output_section* os = this->first_section(); in first_section_load_address()
H A Dpowerpc.cc8428 Output_section* os = layout->tls_segment()->first_section(); in local()
9254 Output_section* os = layout->tls_segment()->first_section(); in global()
12781 ->first_section(); in relocate_relocs()
12844 ->first_section(); in relocate_relocs()
H A Dsymtab.cc3231 Output_section* osect = oseg->first_section(); in sized_write_globals()
H A DChangeLog-201696 * output.cc (Output_segment::first_section): Return NULL if there are
H A Doutput.cc4764 Output_segment::first_section() const in first_section() function in gold::Output_segment
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c453 msgresetnames(dns_message_t *msg, unsigned int first_section) { in msgresetnames() argument
461 for (i = first_section; i < DNS_SECTION_MAX; i++) { in msgresetnames()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmessage.c478 msgresetnames(dns_message_t *msg, unsigned int first_section) { in msgresetopt()
480 for (size_t i = first_section; i < DNS_SECTION_MAX; i++) { in msgresetopt()
439 msgresetnames(dns_message_t * msg,unsigned int first_section) msgresetnames() argument
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20101018 from lowest_section, not first_section. Validate program
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2006141 * elf.c (rewrite_elf_program_header): Do not use the first_section

12