Home
last modified time | relevance | path

Searched refs:decompressed_section_contents (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc210 object->decompressed_section_contents(abbrev_shndx, in do_read_abbrevs()
344 object->decompressed_section_contents(ranges_shndx, in read_ranges_table()
521 this->buffer_ = object->decompressed_section_contents(shndx, in read_section()
1248 this->buffer_ = this->object_->decompressed_section_contents(this->shndx_, in do_parse()
1413 object->decompressed_section_contents(string_shndx, in do_read_string_table()
1569 object->decompressed_section_contents(i, &buffer_size, &is_new); in Sized_dwarf_line_info()
1578 object->decompressed_section_contents(i, &buffer_size, &is_new); in Sized_dwarf_line_info()
Dmerge.cc407 const unsigned char* p = object->decompressed_section_contents(shndx, &len, in do_add_input_section()
507 const unsigned char* pdata = object->decompressed_section_contents(shndx, in do_add_input_section()
Dobject.h765 decompressed_section_contents(unsigned int shndx, section_size_type* plen,
Ddwp.cc178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); } in section_contents()
Dobject.cc2813 Object::decompressed_section_contents( in decompressed_section_contents() function in gold::Object
DChangeLog4140 Call Object::decompressed_section_contents.
4145 Object::decompressed_section_contents.
4151 * object.h (Object::decompressed_section_contents): New function.