Searched refs:first_section (Results 1 – 4 of 4) sorted by relevance
391 uint16_t first_section, uint16_t last_section) in pqisrc_config_table_update() argument401 request.data.config_table_update.first_section = first_section; in pqisrc_config_table_update()
445 uint16_t first_section; member
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