Home
last modified time | relevance | path

Searched refs:unit_length (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.cc703 uint64_t unit_length = this->dwinfo_->read_from_pointer<32>(pinfo); in read_header() local
705 if (unit_length == 0xffffffff) in read_header()
707 unit_length = this->dwinfo_->read_from_pointer<64>(pinfo); in read_header()
708 this->unit_length_ = unit_length + 12; in read_header()
714 this->unit_length_ = unit_length + 4; in read_header()
717 this->end_of_table_ = pinfo + unit_length; in read_header()
1507 uint32_t unit_length = in do_parse() local
1510 if (unit_length == 0xffffffff) in do_parse()
1514 unit_length = elfcpp::Swap_unaligned<64, big_endian>::readval(pinfo); in do_parse()
1520 if (!this->check_buffer(pinfo + unit_length)) in do_parse()
[all …]
Ddwp.cc1237 section_size_type unit_length = unit_set->sections[info_sect].size; in sized_read_unit_index() local
1244 unsigned char *copy = new unsigned char[unit_length]; in sized_read_unit_index()
1245 memcpy(copy, unit_start, unit_length); in sized_read_unit_index()
1250 unit_length, 1); in sized_read_unit_index()
DChangeLog-08152308 unit_length is within section bounds.
3145 unit_length to off_t. Initialize member unit_length_. Fill in field
3152 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c4728 int unit_length; in arm_push_dummy_call() local
4740 unit_length = arm_vfp_cprc_unit_length (vfp_base_type); in arm_push_dummy_call()
4741 shift = unit_length / 4; in arm_push_dummy_call()
4762 val + i * unit_length); in arm_push_dummy_call()
4769 regcache->cooked_write (regnum, val + i * unit_length); in arm_push_dummy_call()
9254 int unit_length = arm_vfp_cprc_unit_length (vfp_base_type); in arm_return_value() local
9270 writebuf + i * unit_length); in arm_return_value()
9274 readbuf + i * unit_length); in arm_return_value()
9285 regcache->cooked_write (regnum, writebuf + i * unit_length); in arm_return_value()
9287 regcache->cooked_read (regnum, readbuf + i * unit_length); in arm_return_value()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c10185 uint64_t unit_length; in display_debug_names() local
10209 SAFE_BYTE_GET_AND_INC (unit_length, hdrptr, 4, section_end); in display_debug_names()
10211 if (unit_length == 0xffffffff) in display_debug_names()
10214 SAFE_BYTE_GET_AND_INC (unit_length, hdrptr, 8, section_end); in display_debug_names()
10220 if (unit_length > (size_t) (section_end - hdrptr) in display_debug_names()
10221 || unit_length < 2 + 2 + 4 * 7) in display_debug_names()
10226 section->name, unit_start - section->start, unit_length); in display_debug_names()
10229 unit_end = hdrptr + unit_length; in display_debug_names()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Ddwarf2.c4365 bfd_vma unit_length, in parse_comp_unit() argument
4378 bfd_byte *end_ptr = info_ptr + unit_length; in parse_comp_unit()
DChangeLog-20171652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Ddwarf2.c4386 bfd_vma unit_length, in parse_comp_unit() argument
4399 bfd_byte *end_ptr = info_ptr + unit_length; in parse_comp_unit()
DChangeLog-20171652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check.
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Duk.po3749 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid"
3750 msgstr "Пошкоджений розділ %s: некоректне поле unit_length %#<PRIx64>"
Dsv.po3770 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid"
3771 msgstr "Trasig %s-sektion: ett fält unit_length på %#<PRIx64> är felaktigt"
Dro.po3846 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid"
3847 msgstr "Secțiunea %s coruptă: câmpul unit_length din %#<PRIx64> nu este valid"
Dfr.po3742 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid"
3743 msgstr "Section %s corrompue : le champ « unit_length » de %#<PRIx64> est invalide"
Dbinutils.pot3748 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid"
Dbg.po3716 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid\n"
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git82543 * dwarf.c (display_debug_addr): Combine dwarf5 unit_length checks.
84262 * dwarf.c (display_debug_addr): Sanity check dwarf5 unit_length
128617 dwarf_decode_line_header. Name the local variable "unit_length", since