Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/libiberty/
H A Dsimple-object.c289 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
302 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
304 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
307 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
312 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
320 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
324 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
328 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
332 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dsimple-object.c309 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
322 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
324 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
327 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
332 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
340 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
344 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
348 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
352 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object.c306 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
319 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
321 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
324 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
329 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
337 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
341 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
345 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
349 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object.c306 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
319 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
321 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
324 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
329 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
337 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
341 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
345 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
349 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dsimple-object.c331 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
344 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
346 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
350 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
355 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
363 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
367 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
371 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
375 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object.c306 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
319 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
321 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
324 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
329 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
337 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
341 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
345 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
349 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object.c306 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
319 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
321 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
324 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
329 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
337 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
341 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
345 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
349 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/riscv64-gcc/gcc-8.3.0/libiberty/
H A Dsimple-object.c306 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
319 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
321 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
324 errmsg = sobj->functions->copy_lto_debug_sections (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
329 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
337 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
341 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
345 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
349 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc10-devel/gcc-10-20211008/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc9/gcc-9.4.0/libiberty/
H A Dsimple-object.c331 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
344 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
346 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
350 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
355 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
363 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
367 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
371 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
375 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libiberty/
H A Dsimple-object.c334 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
347 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
349 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
353 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
358 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
366 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
370 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
374 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
378 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc9-aux/gcc-9.1.0/libiberty/
H A Dsimple-object.c328 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
341 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
343 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
347 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
352 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
360 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
364 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
368 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dsimple-object.c340 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
353 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
355 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
364 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
376 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
380 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
384 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dsimple-object.c340 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
353 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
355 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
364 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
376 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
380 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
384 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dsimple-object.c340 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
353 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
355 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
364 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
376 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
380 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
384 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dsimple-object.c340 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
353 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
355 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
364 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
376 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
380 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
384 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
/dports/devel/binutils/binutils-2.37/libiberty/
H A Dsimple-object.c340 simple_object_write *dest_sobj; in simple_object_copy_lto_debug_sections() local
353 dest_sobj = simple_object_start_write (attrs, NULL, &errmsg, err); in simple_object_copy_lto_debug_sections()
355 if (! dest_sobj) in simple_object_copy_lto_debug_sections()
359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections()
364 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
372 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
376 errmsg = simple_object_write_to_file (dest_sobj, outfd, err); in simple_object_copy_lto_debug_sections()
380 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()
384 simple_object_release_write (dest_sobj); in simple_object_copy_lto_debug_sections()