Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_init.c391 uint16_t first_section, uint16_t last_section) in pqisrc_config_table_update() argument
401 request.data.config_table_update.first_section = first_section; in pqisrc_config_table_update()
Dsmartpqi_structures.h445 uint16_t first_section; member
/freebsd-12-stable/contrib/binutils/bfd/
Delf.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()
DChangeLog-2006141 * elf.c (rewrite_elf_program_header): Do not use the first_section