Home
last modified time | relevance | path

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

/dports/games/xtrojka/xtrojka123/
H A Ddebug.h21 extern flag is_debug_info;
23 #define DEBUG(s1,s2) if(is_debug_info) { \
H A Doptions.c16 extern flag is_debug_info;
35 is_debug_info = True;
H A Dxtrojka.c54 flag is_debug_info; variable
123 is_debug_info = False;
130 if(is_debug_info)
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Ddwarf2.c2791 int is_debug_info; in place_sections() local
2800 is_debug_info = 1; in place_sections()
2802 is_debug_info = 1; in place_sections()
2804 is_debug_info = 0; in place_sections()
2806 if (!is_debug_info && (sect->flags & SEC_LOAD) == 0) in place_sections()
2827 int is_debug_info; in place_sections() local
2836 is_debug_info = 1; in place_sections()
2838 is_debug_info = 1; in place_sections()
2840 is_debug_info = 0; in place_sections()
2842 if (!is_debug_info && (sect->flags & SEC_LOAD) == 0) in place_sections()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Ddwarf2.c2877 int is_debug_info; in place_sections() local
2886 is_debug_info = 1; in place_sections()
2888 is_debug_info = 1; in place_sections()
2890 is_debug_info = 0; in place_sections()
2892 if (!is_debug_info && (sect->flags & SEC_LOAD) == 0) in place_sections()
2913 int is_debug_info; in place_sections() local
2922 is_debug_info = 1; in place_sections()
2924 is_debug_info = 1; in place_sections()
2926 is_debug_info = 0; in place_sections()
2928 if (!is_debug_info && (sect->flags & SEC_LOAD) == 0) in place_sections()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dutil.rs36 pub fn is_debug_info(name: &str) -> bool { in is_debug_info() function
H A Dcompile.rs30 use crate::util::{exe, is_debug_info, is_dylib, symlink_dir};
1125 if (is_dylib(&filename) || is_debug_info(&filename)) && !proc_macros.contains(&filename) in run()
1254 || is_debug_info(&filename) in run_cargo()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.h361 …bool is_released, is_debug, is_running, is_start, is_return, is_quit, is_double3d, is_debug_info, … member
H A Dgmic.cpp2153 st.gmic_instance.is_debug_info = false; in gmic_parallel()
2556 _is_debug_info = is_debug_info = true; in commands_line_to_CImgList()
2628 is_debug_info?"":"call from ",debug_line,message.data(), in error()
3245 if (is_debug_info && debug_filename!=~0U && debug_line!=~0U) in debug()
4349 is_debug_info = false; in _run()
5989 if (is_debug_info && debug_line!=~0U) { in _run()
7758 if (is_debug_info && debug_line!=~0U) { in _run()
9854 if (is_debug_info && debug_line!=~0U) { in _run()
12340 if (is_debug_info && debug_line!=~0U) { in _run()
12889 is_debug_info = false; in _run()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Ddwarf2.c3293 int is_debug_info; in place_sections() local
3301 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3305 && !is_debug_info) in place_sections()
3337 int is_debug_info; in place_sections() local
3345 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3349 && !is_debug_info) in place_sections()
3354 if (is_debug_info) in place_sections()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Ddwarf2.c3293 int is_debug_info; in place_sections() local
3301 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3305 && !is_debug_info) in place_sections()
3337 int is_debug_info; in place_sections() local
3345 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3349 && !is_debug_info) in place_sections()
3354 if (is_debug_info) in place_sections()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.h418 …rypoint, is_change, is_debug, is_running, is_start, is_return, is_quit, is_double3d, is_debug_info, member
H A Dgmic.cpp2311 st.gmic_instance.is_debug_info = false; in gmic_parallel()
2779 _is_debug_info = is_debug_info = true; in commands_line_to_CImgList()
3569 if (is_debug_info && debug_filename!=~0U && debug_line!=~0U) in debug()
4732 is_debug_info = false; in _run()
6404 if (is_debug_info && debug_line!=~0U) { in _run()
7350 if (is_debug_info && debug_line!=~0U) { in _run()
8307 if (is_debug_info && debug_line!=~0U) { in _run()
10552 if (is_debug_info && debug_line!=~0U) { in _run()
12954 if (is_debug_info && debug_line!=~0U) { in _run()
13526 is_debug_info = false; in _run()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Ddwarf2.c3908 int is_debug_info; in place_sections() local
3916 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3920 && !is_debug_info) in place_sections()
3952 int is_debug_info; in place_sections() local
3960 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
3964 && !is_debug_info) in place_sections()
3969 if (is_debug_info) in place_sections()
/dports/devel/binutils/binutils-2.37/bfd/
H A Ddwarf2.c4236 int is_debug_info; in place_sections() local
4244 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4248 && !is_debug_info) in place_sections()
4280 int is_debug_info; in place_sections() local
4288 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4292 && !is_debug_info) in place_sections()
4297 if (is_debug_info) in place_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Ddwarf2.c4236 int is_debug_info; in place_sections() local
4244 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4248 && !is_debug_info) in place_sections()
4280 int is_debug_info; in place_sections() local
4288 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4292 && !is_debug_info) in place_sections()
4297 if (is_debug_info) in place_sections()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Ddwarf2.c4236 int is_debug_info; in place_sections() local
4244 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4248 && !is_debug_info) in place_sections()
4280 int is_debug_info; in place_sections() local
4288 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4292 && !is_debug_info) in place_sections()
4297 if (is_debug_info) in place_sections()
/dports/devel/gdb/gdb-11.1/bfd/
H A Ddwarf2.c4236 int is_debug_info; in place_sections() local
4244 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4248 && !is_debug_info) in place_sections()
4280 int is_debug_info; in place_sections() local
4288 is_debug_info = (strcmp (sect->name, debug_info_name) == 0 in place_sections()
4292 && !is_debug_info) in place_sections()
4297 if (is_debug_info) in place_sections()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.h492 …rypoint, is_change, is_debug, is_running, is_start, is_return, is_quit, is_double3d, is_debug_info, member
H A Dgmic.cpp2383 if (gmic_instance.is_debug_info && gmic_instance.debug_line!=~0U) { in mp_run()
2518 st.gmic_instance.is_debug_info = false; in gmic_parallel()
3954 if (is_debug_info && debug_filename!=~0U && debug_line!=~0U) in debug()
5100 is_debug_info = false; in _run()
6821 if (is_debug_info && debug_line!=~0U) { in _run()
7724 if (is_debug_info && debug_line!=~0U) { in _run()
8686 if (is_debug_info && debug_line!=~0U) { in _run()
10994 if (is_debug_info && debug_line!=~0U) { in _run()
13377 if (is_debug_info && debug_line!=~0U) { in _run()
13949 is_debug_info = false; in _run()
[all …]
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.h494 …rypoint, is_change, is_debug, is_running, is_start, is_return, is_quit, is_double3d, is_debug_info, member
H A Dgmic.cpp2411 if (gmic_instance.is_debug_info && gmic_instance.debug_line!=~0U) { in mp_run()
2550 st.gmic_instance.is_debug_info = false;
4006 if (is_debug_info && debug_filename!=~0U && debug_line!=~0U)
5162 is_debug_info = false;
6798 if (is_debug_info && debug_line!=~0U) {
7693 if (is_debug_info && debug_line!=~0U) {
8591 if (is_debug_info && debug_line!=~0U) {
10886 if (is_debug_info && debug_line!=~0U) {
13139 if (is_debug_info && debug_line!=~0U) {
13713 is_debug_info = false;
[all …]