Searched refs:cu_length (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | gdb-index.h | 70 add_comp_unit(off_t cu_offset, off_t cu_length) in add_comp_unit() argument 72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length)); in add_comp_unit() 171 : cu_offset(off), cu_length(len) in Comp_unit() 174 uint64_t cu_length; member
|
| D | gdb-index.cc | 202 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*); 321 Gdb_index_info_reader::visit_compilation_unit(off_t cu_offset, off_t cu_length, in visit_compilation_unit() argument 325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length); in visit_compilation_unit() 1258 elfcpp::Swap<64, false>::writeval(pov + 8, cu.cu_length); in do_write()
|
| D | dwp.cc | 707 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*); 735 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*); 2239 Unit_reader::visit_compilation_unit(off_t, off_t cu_length, Dwarf_die* die) in visit_compilation_unit() argument 2241 if (cu_length == 0) in visit_compilation_unit() 2255 cu_length, 1); in visit_compilation_unit() 2256 Section_bounds bounds(off, cu_length); in visit_compilation_unit()
|
| D | dwarf_reader.h | 838 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die* root_die);
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | dwarf.h | 55 uint64_t cu_length; member
|
| D | dwarf.c | 3855 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); in process_debug_info() 3857 if (compunit.cu_length == 0xffffffff) in process_debug_info() 3859 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end); in process_debug_info() 3864 end_cu = hdrptr + compunit.cu_length; in process_debug_info() 3937 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 4, end); in process_debug_info() 3939 if (compunit.cu_length == 0xffffffff) in process_debug_info() 3941 SAFE_BYTE_GET_AND_INC (compunit.cu_length, hdrptr, 8, end); in process_debug_info() 3946 end_cu = hdrptr + compunit.cu_length; in process_debug_info() 4031 compunit.cu_length, in process_debug_info() 10728 uint64_t cu_length = byte_get_little_endian (cu_list + i * 16 + 8, 8); in display_gdb_index() local [all …]
|
| D | ChangeLog-2017 | 527 cu_length field.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | ChangeLog | 6518 (lto_read_comp_unit_header): Correct cu_length to
|