Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDelf.c5460 asection * first_section; in rewrite_elf_program_header() local
5465 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() local
5889 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()
HDChangeLog-2006141 * elf.c (rewrite_elf_program_header): Do not use the first_section