Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1221 static bfd_size_type secsecoff = 0; in copy_sections() local
1292 if (! bfd_set_section_contents (outbfd, secsec, (void *) inname, secsecoff, in copy_sections()
1295 secsecoff += strlen (inname) + 1; in copy_sections()
1297 add = ((secsecoff + 3) &~ 3) - secsecoff; in copy_sections()
1301 if (! bfd_set_section_contents (outbfd, secsec, buf, secsecoff, add)) in copy_sections()
1303 secsecoff += add; in copy_sections()
1310 if (! bfd_set_section_contents (outbfd, secsec, buf, secsecoff, 4)) in copy_sections()
1312 secsecoff += 4; in copy_sections()
1315 if (! bfd_set_section_contents (outbfd, secsec, buf, secsecoff, 4)) in copy_sections()
1317 secsecoff += 4; in copy_sections()