Home
last modified time | relevance | path

Searched refs:tu_length (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc739 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()
Ddwarf_reader.h807 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
Dgdb-index.cc206 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
DChangeLog1373 tu_length parameter. Adjust all callers.
1625 tu_length parameter. Adjust all callers.
2171 tu_length parameter. Adjust all callers.