Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c221 } do_debug_sections = nothing; variable
1842 if ((do_debug_sections & compress) != 0 in copy_object()
1843 && do_debug_sections != compress) in copy_object()
2778 switch (do_debug_sections) in copy_file()
2787 if (do_debug_sections != compress_gnu_zlib) in copy_file()
4266 do_debug_sections = decompress; in copy_main()
4268 do_debug_sections = compress_zlib; in copy_main()
4270 do_debug_sections = compress_gnu_zlib; in copy_main()
4272 do_debug_sections = compress_gabi_zlib; in copy_main()
4278 do_debug_sections = compress; in copy_main()
[all …]
DChangeLog-2010259 * objcopy.c (do_debug_sections): New.
270 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
DChangeLog-2015486 * objcopy.c (do_debug_sections): Use bit patterns.
498 * objcopy.c (do_debug_sections): Add compress_zlib,