Searched refs:nsections (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| 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()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | srconv.c | 321 un.nsections = ptr->nsections - 1; in wr_un() 571 for (i = 1; i < p->nsections; i++) in wr_object_body() 1209 unsigned int *lowest = (unsigned *) nints (p->nsections); in wr_du() 1210 unsigned int *highest = (unsigned *) nints (p->nsections); in wr_du() 1217 du.sections = p->nsections - 1; in wr_du() 1467 int total_sec = ptr->nsections; in wr_sc()
|
| D | coffgrok.h | 64 int nsections; member
|
| D | coffdump.c | 448 for (i = 0; i < ptr->nsections; i++) in coff_dump()
|
| D | coffgrok.c | 133 head->nsections = abfd->section_count + 1; in do_sections_p1()
|
| D | sysroff.info | 84 (("number of sections") (2 bytes) ("nsections"))
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_txpreg.h | 600 u_int32_t nsections; member
|
| D | if_txp.c | 400 for (sect = 0; sect < letoh32(fileheader->nsections); sect++) {
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | pe-dll.c | 2428 unsigned long export_rva, export_size, nsections, secptr, expptr; in pe_implied_import_dll() local 2469 nsections = pe_get16 (dll, pe_header_offset + 4 + 2); in pe_implied_import_dll() 2475 for (i = 0; i < nsections; i++) in pe_implied_import_dll() 2497 for (i = 0; i < nsections; i++) in pe_implied_import_dll()
|