Home
last modified time | relevance | path

Searched refs:nsections (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dcoff-pe-read.c333 unsigned long export_rva, export_size, nsections, secptr, expptr; in read_pe_exported_syms() local
409 nsections = pe_get16 (dll, pe_header_offset + 4 + 2); in read_pe_exported_syms()
416 for (i = 0; i < nsections; i++) in read_pe_exported_syms()
459 for (i = 0; i < nsections; i++) in read_pe_exported_syms()
639 unsigned long export_rva, export_size, nsections, secptr, expptr; in pe_text_section_offset() local
671 nsections = pe_get16 (abfd, pe_header_offset + 4 + 2); in pe_text_section_offset()
676 for (i = 0; i < nsections; i++) in pe_text_section_offset()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dincremental-dump.cc210 unsigned int nsections = input_file.get_input_section_count(); in dump_incremental_inputs() local
211 for (unsigned int shndx = 0; shndx < nsections; ++shndx) in dump_incremental_inputs()
H A Dincremental.cc1560 unsigned int nsections = entry->get_input_section_count(); in write_info_blocks() local
1567 Swap32::writeval(pov, nsections); in write_info_blocks()
1586 for (unsigned int i = 0; i < nsections; i++) in write_info_blocks()
/dflybsd-src/sys/dev/netif/txp/
H A Dif_txpreg.h619 u_int32_t nsections; member
H A Dif_txp.c486 for (sect = 0; sect < fileheader->nsections; sect++) { in txp_download_fw()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dincremental.cc1565 unsigned int nsections = entry->get_input_section_count(); in write_info_blocks() local
1572 Swap32::writeval(pov, nsections); in write_info_blocks()
1591 for (unsigned int i = 0; i < nsections; i++) in write_info_blocks()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-parser.c5072 int section, nsections; in c_parser_asm_statement() local
5123 nsections = 3 + is_goto; in c_parser_asm_statement()
5124 for (section = 0; section < nsections; ++section) in c_parser_asm_statement()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c6300 int section, nsections; in c_parser_asm_statement() local
6387 nsections = 3 + is_goto; in c_parser_asm_statement()
6388 for (section = 0; section < nsections; ++section) in c_parser_asm_statement()