Searched refs:first_section (Results 1 – 2 of 2) sorted by relevance
5460 asection * first_section; in rewrite_elf_program_header() local5465 first_section = NULL; in rewrite_elf_program_header()5475 if (first_section == NULL) in rewrite_elf_program_header()5476 first_section = section; in rewrite_elf_program_header()5500 if (!first_section || first_section->output_section != NULL) in rewrite_elf_program_header()5875 asection *first_section = NULL; in copy_elf_program_header() local5889 if (!first_section) in copy_elf_program_header()5890 first_section = section; in copy_elf_program_header()5936 map->p_vaddr_offset = ((first_section ? first_section->lma : 0) in copy_elf_program_header()5943 for (section = first_section; in copy_elf_program_header()
141 * elf.c (rewrite_elf_program_header): Do not use the first_section