Searched refs:nsections (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcoff-pe-read.c195 unsigned long export_rva, export_size, nsections, secptr, expptr;
234 nsections = pe_get16 (dll, pe_header_offset + 4 + 2);
240 for (i = 0; i < nsections; i++)
267 for (i = 0; i < nsections; i++)
191 unsigned long export_rva, export_size, nsections, secptr, expptr; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.h64 int nsections; member in struct:coff_ofile
H A Dsrconv.c322 un.nsections = ptr->nsections - 1;
572 for (i = 1; i < p->nsections; i++)
1211 unsigned int *lowest = (unsigned *) nints (p->nsections);
1212 unsigned int *highest = (unsigned *) nints (p->nsections);
1219 du.sections = p->nsections - 1;
1469 int total_sec = ptr->nsections;
H A Dcoffdump.c449 for (i = 0; i < ptr->nsections; i++)
H A Dcoffgrok.c135 head->nsections = abfd->section_count + 1;
/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c629 int nsections; local
632 nsections = scandir(".", &entries, select_sections, alphasort);
633 if (nsections < 0) {
638 for (i = 0; i < nsections; i++) {
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c903 int nsections; local
912 nsections = scandir(dir_name, &entries, select_sections, alphasort);
913 if (nsections < 0) {
920 for (i = 0; i < nsections; i++) {
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c2594 unsigned long export_rva, export_size, nsections, secptr, expptr; local
2645 nsections = pe_get16 (dll, pe_header_offset + 4 + 2);
2651 for (i = 0; i < nsections; i++)
2673 for (i = 0; i < nsections; i++)
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txpreg.h698 uint32_t nsections; member in struct:txp_fw_file_header
H A Dif_txp.c651 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) {

Completed in 238 milliseconds