Searched refs:nsections (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | coff-pe-read.c | 191 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 D | srconv.c | 322 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 D | coffgrok.h | 64 int nsections; member
|
| H A D | coffdump.c | 449 for (i = 0; i < ptr->nsections; i++) in coff_dump()
|
| H A D | coffgrok.c | 135 head->nsections = abfd->section_count + 1; in do_sections_p1()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | pe-dll.c | 2594 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 D | if_txpreg.h | 696 uint32_t nsections; member
|
| H A D | if_txp.c | 657 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) { in txp_download_fw()
|