Home
last modified time | relevance | path

Searched refs:dwarf_version (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Dimplptr-64bit.exp22 proc test_1 { name dwarf_version offset_size addr_size ref_addr_size two_cu } {
28 upvar dwarf_version dwarf_version
37 version $dwarf_version
98 version $dwarf_version
139 proc test { dwarf_version offset_size addr_size ref_addr_size two_cu } {
143 "d${dwarf_version}" \
151 $dwarf_version $offset_size $addr_size $ref_addr_size $two_cu
Ddebug-names-tu.exp.tcl34 global dwarf_version
40 cu { label cu_label version $dwarf_version } {
50 tu { label tu_label version $dwarf_version } 0x8ece66f4224fddb3 "" {
Ddebug-names-tu-dwarf5.exp16 set dwarf_version 5
Ddebug-names-tu.exp16 set dwarf_version 4
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc836 if (return_reg >= 256 || dwarf_version > 2) in output_call_frame_info()
1673 (dwarf_version == 2 ? DWARF2_ADDR_SIZE : dwarf_offset_size)
1679 (dwarf_version >= 5 ? 128 : 64)
1689 if (dwarf_version < 5) in dwarf_OP()
1694 if (dwarf_version < 5) in dwarf_OP()
1699 if (dwarf_version < 5) in dwarf_OP()
1704 if (dwarf_version < 5) in dwarf_OP()
1709 if (dwarf_version < 5) in dwarf_OP()
1714 if (dwarf_version < 5) in dwarf_OP()
1719 if (dwarf_version < 5) in dwarf_OP()
[all …]
Dtoplev.cc1482 else if (debug_variable_location_views == -1 && dwarf_version != 5) in process_options()
Ddwarf2cfi.cc2444 if (dwarf_version == 2 in cfi_label_required_p()
Dgcc.cc10871 if (dwarf_version > arg) in dwarf_version_greater_than_spec_func()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Ddjgpp.h150 if (!OPTION_SET_P (dwarf_version)) \
151 dwarf_version = 2; \
Di386-options.cc1967 SET_OPTION_IF_UNSET (opts, opts_set, dwarf_version, 4); in ix86_option_override_internal()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix73.h66 if (!OPTION_SET_P (dwarf_version)) \
68 dwarf_version = 4; \
Daix72.h66 if (!OPTION_SET_P (dwarf_version)) \
68 dwarf_version = 4; \
Daix71.h66 if (!OPTION_SET_P (dwarf_version)) \
68 dwarf_version = 4; \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dvxworks.cc174 if (!OPTION_SET_P (dwarf_version)) in vxworks_override_options()
175 dwarf_version = VXWORKS_DWARF_VERSION_DEFAULT; in vxworks_override_options()
Dsol2.cc300 if (!HAVE_LD_EH_FRAME_CIEV3 && !OPTION_SET_P (dwarf_version)) in solaris_override_options()
301 dwarf_version = 2; in solaris_override_options()
Ddarwin.cc3379 if (!OPTION_SET_P (dwarf_version)) in darwin_override_options()
3385 dwarf_version = 4; in darwin_override_options()
3388 dwarf_version = 3; /* From XC 6.4. */ in darwin_override_options()
3390 dwarf_version = 2; /* Older cannot safely exceed dwarf-2. */ in darwin_override_options()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c1168 int dwarf_version, in decode_location_expression() argument
1486 if (dwarf_version == -1) in decode_location_expression()
1492 if (dwarf_version == 2) in decode_location_expression()
1552 if (dwarf_version == -1) in decode_location_expression()
1561 if (dwarf_version == 2) in decode_location_expression()
1584 dwarf_version, uvalue, in decode_location_expression()
1655 if (dwarf_version == -1) in decode_location_expression()
1661 if (dwarf_version == 2) in decode_location_expression()
1897 int dwarf_version, in skip_attr_bytes() argument
1909 if (dwarf_version == 2) in skip_attr_bytes()
[all …]
Ddwarf.h169 int dwarf_version; member
DChangeLog-2010429 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
431 dwarf_version arguments. Prefix DIE offset with 0x for
437 (process_debug_info): Save offset_size and dwarf_version values
786 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
DChangeLog-2020497 for dwarf_version 5 just as version 3 and 4 (only 2 is
DChangeLog-0203802 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Ddwarf.exp1248 proc _location { body dwarf_version addr_size offset_size } {
1363 if { $dwarf_version == 2 } {
1375 if { $dwarf_version == 2 } {
2137 set dwarf_version 5
2138 _location $locdesc $dwarf_version $_debug_loclists_addr_size $_debug_loclists_offset_size
2171 set dwarf_version 5
2172 _location $locdesc $dwarf_version $_debug_loclists_addr_size $_debug_loclists_offset_size
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-objcp-common.cc231 || (DECL_NAME (decl) == NULL_TREE && dwarf_version >= 5))) in cp_decl_dwarf_attribute()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc550 if (!OPTION_SET_P (dwarf_version)) in pa_option_override()
551 dwarf_version = 4; in pa_option_override()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc15797 if (!OPTION_SET_P (dwarf_version)) in s390_option_override()
15798 dwarf_version = 2; in s390_option_override()

12