Home
last modified time | relevance | path

Searched refs:is_dwarf64 (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1056 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2128 int is_dwarf64; in build_address_map() local
2218 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1008 offset = read_offset (buf, is_dwarf64); in read_attribute()
1055 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2120 int is_dwarf64; in build_address_map() local
2210 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1056 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2128 int is_dwarf64; in build_address_map() local
2218 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1056 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2128 int is_dwarf64; in build_address_map() local
2218 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1056 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2128 int is_dwarf64; in build_address_map() local
2218 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1008 offset = read_offset (buf, is_dwarf64); in read_attribute()
1055 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2120 int is_dwarf64; in build_address_map() local
2210 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libbacktrace/
H A Ddwarf.c314 int is_dwarf64; member
572 if (is_dwarf64) in read_offset()
721 *is_dwarf64 = 1; in read_initial_length()
724 *is_dwarf64 = 0; in read_initial_length()
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1056 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2128 int is_dwarf64; in build_address_map() local
2218 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libbacktrace/
H A Ddwarf.c314 int is_dwarf64;
572 if (is_dwarf64)
721 *is_dwarf64 = 1;
724 *is_dwarf64 = 0;
818 offset = read_offset (buf, is_dwarf64);
833 offset = read_offset (buf, is_dwarf64);
1008 offset = read_offset (buf, is_dwarf64);
1055 if (offset + (is_dwarf64 ? 8 : 4)
2120 int is_dwarf64;
2210 u->is_dwarf64 = is_dwarf64;
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/backtrace-sys-0.1.37/src/libbacktrace/
H A Ddwarf.c647 int is_dwarf64; member
905 if (is_dwarf64) in read_offset()
1054 *is_dwarf64 = 1; in read_initial_length()
1057 *is_dwarf64 = 0; in read_initial_length()
1151 offset = read_offset (buf, is_dwarf64); in read_attribute()
1166 offset = read_offset (buf, is_dwarf64); in read_attribute()
1341 offset = read_offset (buf, is_dwarf64); in read_attribute()
1388 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2453 int is_dwarf64; in build_address_map() local
2543 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/devel/libbacktrace/libbacktrace-4f57c99/
H A Ddwarf.c647 int is_dwarf64; member
905 if (is_dwarf64) in read_offset()
1054 *is_dwarf64 = 1; in read_initial_length()
1057 *is_dwarf64 = 0; in read_initial_length()
1151 offset = read_offset (buf, is_dwarf64); in read_attribute()
1166 offset = read_offset (buf, is_dwarf64); in read_attribute()
1342 offset = read_offset (buf, is_dwarf64); in read_attribute()
1389 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2461 int is_dwarf64; in build_address_map() local
2551 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/backtrace-sys-0.1.35/src/libbacktrace/
H A Ddwarf.c647 int is_dwarf64; member
905 if (is_dwarf64) in read_offset()
1054 *is_dwarf64 = 1; in read_initial_length()
1057 *is_dwarf64 = 0; in read_initial_length()
1151 offset = read_offset (buf, is_dwarf64); in read_attribute()
1166 offset = read_offset (buf, is_dwarf64); in read_attribute()
1341 offset = read_offset (buf, is_dwarf64); in read_attribute()
1388 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2453 int is_dwarf64; in build_address_map() local
2543 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/backtrace-sys-0.1.35/src/libbacktrace/
H A Ddwarf.c647 int is_dwarf64; member
905 if (is_dwarf64) in read_offset()
1054 *is_dwarf64 = 1; in read_initial_length()
1057 *is_dwarf64 = 0; in read_initial_length()
1151 offset = read_offset (buf, is_dwarf64); in read_attribute()
1166 offset = read_offset (buf, is_dwarf64); in read_attribute()
1341 offset = read_offset (buf, is_dwarf64); in read_attribute()
1388 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2453 int is_dwarf64; in build_address_map() local
2543 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/libbacktrace-ca0de05/
H A Ddwarf.c647 int is_dwarf64;
905 if (is_dwarf64)
1054 *is_dwarf64 = 1;
1057 *is_dwarf64 = 0;
1151 offset = read_offset (buf, is_dwarf64);
1166 offset = read_offset (buf, is_dwarf64);
1341 offset = read_offset (buf, is_dwarf64);
1388 if (offset + (is_dwarf64 ? 8 : 4)
2453 int is_dwarf64;
2543 u->is_dwarf64 = is_dwarf64;
[all …]
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/backtrace-sys-0.1.35/src/libbacktrace/
H A Ddwarf.c647 int is_dwarf64; member
905 if (is_dwarf64) in read_offset()
1054 *is_dwarf64 = 1; in read_initial_length()
1057 *is_dwarf64 = 0; in read_initial_length()
1151 offset = read_offset (buf, is_dwarf64); in read_attribute()
1166 offset = read_offset (buf, is_dwarf64); in read_attribute()
1341 offset = read_offset (buf, is_dwarf64); in read_attribute()
1388 if (offset + (is_dwarf64 ? 8 : 4) in resolve_string()
2453 int is_dwarf64; in build_address_map() local
2543 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libbacktrace/
H A Ddwarf.c295 int is_dwarf64; member
540 if (is_dwarf64) in read_offset()
689 *is_dwarf64 = 1; in read_initial_length()
692 *is_dwarf64 = 0; in read_initial_length()
723 int is_dwarf64, int version, int addrsize, in read_attribute() argument
783 offset = read_offset (buf, is_dwarf64); in read_attribute()
802 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
868 offset = read_offset (buf, is_dwarf64); in read_attribute()
1543 int is_dwarf64; in build_address_map() local
1599 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libbacktrace/
H A Ddwarf.c295 int is_dwarf64; member
540 if (is_dwarf64) in read_offset()
689 *is_dwarf64 = 1; in read_initial_length()
692 *is_dwarf64 = 0; in read_initial_length()
723 int is_dwarf64, int version, int addrsize, in read_attribute() argument
783 offset = read_offset (buf, is_dwarf64); in read_attribute()
802 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
868 offset = read_offset (buf, is_dwarf64); in read_attribute()
1543 int is_dwarf64; in build_address_map() local
1599 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libbacktrace/
H A Ddwarf.c295 int is_dwarf64; member
540 if (is_dwarf64) in read_offset()
689 *is_dwarf64 = 1; in read_initial_length()
692 *is_dwarf64 = 0; in read_initial_length()
723 int is_dwarf64, int version, int addrsize, in read_attribute() argument
783 offset = read_offset (buf, is_dwarf64); in read_attribute()
802 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
868 offset = read_offset (buf, is_dwarf64); in read_attribute()
1543 int is_dwarf64; in build_address_map() local
1599 u->is_dwarf64 = is_dwarf64; in build_address_map()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libbacktrace/
H A Ddwarf.c281 int is_dwarf64; member
493 if (is_dwarf64) in read_offset()
657 int is_dwarf64, int version, int addrsize, in read_attribute() argument
717 offset = read_offset (buf, is_dwarf64); in read_attribute()
1275 int is_dwarf64; in build_address_map() local
1303 is_dwarf64 = 0; in build_address_map()
1308 is_dwarf64 = 1; in build_address_map()
1432 u->is_dwarf64 = is_dwarf64; in build_address_map()
1927 int is_dwarf64; in read_line_info() local
1951 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libbacktrace/
H A Ddwarf.c281 int is_dwarf64; member
493 if (is_dwarf64) in read_offset()
657 int is_dwarf64, int version, int addrsize, in read_attribute() argument
717 offset = read_offset (buf, is_dwarf64); in read_attribute()
1275 int is_dwarf64; in build_address_map() local
1303 is_dwarf64 = 0; in build_address_map()
1308 is_dwarf64 = 1; in build_address_map()
1432 u->is_dwarf64 = is_dwarf64; in build_address_map()
1927 int is_dwarf64; in read_line_info() local
1951 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libbacktrace/
H A Ddwarf.c285 int is_dwarf64; member
497 if (is_dwarf64) in read_offset()
661 int is_dwarf64, int version, int addrsize, in read_attribute() argument
721 offset = read_offset (buf, is_dwarf64); in read_attribute()
1435 int is_dwarf64; in build_address_map() local
1447 is_dwarf64 = 0; in build_address_map()
1452 is_dwarf64 = 1; in build_address_map()
1483 u->is_dwarf64 = is_dwarf64; in build_address_map()
1961 int is_dwarf64; in read_line_info() local
1985 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libbacktrace/
H A Ddwarf.c285 int is_dwarf64; member
497 if (is_dwarf64) in read_offset()
661 int is_dwarf64, int version, int addrsize, in read_attribute() argument
721 offset = read_offset (buf, is_dwarf64); in read_attribute()
1435 int is_dwarf64; in build_address_map() local
1447 is_dwarf64 = 0; in build_address_map()
1452 is_dwarf64 = 1; in build_address_map()
1483 u->is_dwarf64 = is_dwarf64; in build_address_map()
1964 int is_dwarf64; in read_line_info() local
1988 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libbacktrace/
H A Ddwarf.c285 int is_dwarf64; member
497 if (is_dwarf64) in read_offset()
661 int is_dwarf64, int version, int addrsize, in read_attribute() argument
721 offset = read_offset (buf, is_dwarf64); in read_attribute()
1435 int is_dwarf64; in build_address_map() local
1447 is_dwarf64 = 0; in build_address_map()
1452 is_dwarf64 = 1; in build_address_map()
1483 u->is_dwarf64 = is_dwarf64; in build_address_map()
1964 int is_dwarf64; in read_line_info() local
1988 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/libbacktrace/
H A Ddwarf.c285 int is_dwarf64; member
497 if (is_dwarf64) in read_offset()
661 int is_dwarf64, int version, int addrsize, in read_attribute() argument
721 offset = read_offset (buf, is_dwarf64); in read_attribute()
1441 int is_dwarf64; in build_address_map() local
1453 is_dwarf64 = 0; in build_address_map()
1458 is_dwarf64 = 1; in build_address_map()
1489 u->is_dwarf64 = is_dwarf64; in build_address_map()
1963 int is_dwarf64; in read_line_info() local
1987 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/security/cloak/cloak-0.2.0/cargo-crates/backtrace-sys-0.1.28/src/libbacktrace/
H A Ddwarf.c370 int is_dwarf64; member
582 if (is_dwarf64) in read_offset()
746 int is_dwarf64, int version, int addrsize, in read_attribute() argument
806 offset = read_offset (buf, is_dwarf64); in read_attribute()
1520 int is_dwarf64; in build_address_map() local
1532 is_dwarf64 = 0; in build_address_map()
1537 is_dwarf64 = 1; in build_address_map()
1568 u->is_dwarf64 = is_dwarf64; in build_address_map()
2049 int is_dwarf64; in read_line_info() local
2073 is_dwarf64 = 0; in read_line_info()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/backtrace-sys-0.1.32/src/libbacktrace/
H A Ddwarf.c370 int is_dwarf64; member
582 if (is_dwarf64) in read_offset()
746 int is_dwarf64, int version, int addrsize, in read_attribute() argument
806 offset = read_offset (buf, is_dwarf64); in read_attribute()
1520 int is_dwarf64; in build_address_map() local
1532 is_dwarf64 = 0; in build_address_map()
1537 is_dwarf64 = 1; in build_address_map()
1568 u->is_dwarf64 = is_dwarf64; in build_address_map()
2049 int is_dwarf64; in read_line_info() local
2073 is_dwarf64 = 0; in read_line_info()
[all …]

12