Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dcoff-pe-read.c191 unsigned long export_rva, export_size, nsections, secptr, expptr; in read_pe_exported_syms() local
230 nsections = pe_get16 (dll, pe_header_offset + 4 + 2); in read_pe_exported_syms()
236 for (i = 0; i < nsections; i++) in read_pe_exported_syms()
263 for (i = 0; i < nsections; i++) in read_pe_exported_syms()
/freebsd-12.1/contrib/binutils/binutils/
H A Dsrconv.c322 un.nsections = ptr->nsections - 1; in wr_un()
572 for (i = 1; i < p->nsections; i++) in wr_object_body()
1211 unsigned int *lowest = (unsigned *) nints (p->nsections); in wr_du()
1212 unsigned int *highest = (unsigned *) nints (p->nsections); in wr_du()
1219 du.sections = p->nsections - 1; in wr_du()
1469 int total_sec = ptr->nsections; in wr_sc()
H A Dcoffgrok.h64 int nsections; member
H A Dcoffdump.c449 for (i = 0; i < ptr->nsections; i++) in coff_dump()
H A Dcoffgrok.c135 head->nsections = abfd->section_count + 1; in do_sections_p1()
/freebsd-12.1/contrib/binutils/ld/
H A Dpe-dll.c2594 unsigned long export_rva, export_size, nsections, secptr, expptr; in pe_implied_import_dll() local
2645 nsections = pe_get16 (dll, pe_header_offset + 4 + 2); in pe_implied_import_dll()
2651 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
2673 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
/freebsd-12.1/sys/dev/txp/
H A Dif_txpreg.h696 uint32_t nsections; member
H A Dif_txp.c657 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) { in txp_download_fw()