Searched refs:first_section (Results 1 – 10 of 10) sorted by relevance
187 static asection * first_section = NULL; in epiphany_elf_relax_section() local200 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()
1072 static asection * first_section = NULL; in ip2k_elf_relax_section() local1084 if (first_section == NULL) in ip2k_elf_relax_section()1087 first_section = sec; in ip2k_elf_relax_section()1090 if (first_section == sec) in ip2k_elf_relax_section()
5839 asection *first_section; in rewrite_elf_program_header() local5846 first_section = NULL; in rewrite_elf_program_header()5856 if (first_section == NULL) in rewrite_elf_program_header()5857 first_section = section; in rewrite_elf_program_header()5881 if (!first_section || first_section->output_section != NULL) in rewrite_elf_program_header()5970 if (section == first_section) in rewrite_elf_program_header()6294 asection *first_section = NULL; in copy_elf_program_header() local6305 if (first_section == NULL) in copy_elf_program_header()6306 first_section = section; in copy_elf_program_header()6368 for (section = first_section; in copy_elf_program_header()
1018 from lowest_section, not first_section. Validate program
141 * elf.c (rewrite_elf_program_header): Do not use the first_section
1709 bfd_boolean first_section = FALSE;1732 && (first_section1738 first_section = FALSE;1846 bfd_boolean first_section = FALSE;1868 && (first_section1874 first_section = FALSE;
4576 first_section() const;4582 const Output_section* os = this->first_section(); in first_section_load_address()
5743 Output_section* os = layout->tls_segment()->first_section(); in local()6226 Output_section* os = layout->tls_segment()->first_section(); in global()8124 ->first_section(); in relocate_relocs()8185 ->first_section(); in relocate_relocs()
4717 Output_segment::first_section() const in first_section() function in gold::Output_segment
3159 (Output_segment::first_section): New function.3160 (Output_segment::first_section_load_address): Use first_section.3161 * output.cc (Output_segment::first_section): New function extracted..