Searched refs:tu_length (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | dwp.cc | 739 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset, 2264 Unit_reader::visit_type_unit(off_t, off_t tu_length, off_t, in visit_type_unit() argument 2267 if (tu_length == 0) in visit_type_unit() 2277 unsigned char* contents = new unsigned char[tu_length]; in visit_type_unit() 2278 memcpy(contents, this->buffer_at_offset(0), tu_length); in visit_type_unit() 2281 tu_length, 1); in visit_type_unit() 2282 Section_bounds bounds(off, tu_length); in visit_type_unit()
|
D | dwarf_reader.h | 807 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
|
D | gdb-index.cc | 206 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
|
D | ChangeLog | 1373 tu_length parameter. Adjust all callers. 1625 tu_length parameter. Adjust all callers. 2171 tu_length parameter. Adjust all callers.
|