HomeSort by relevance Sort by last modified time
    Searched defs:read_from_pointer (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
int_encoding.h 116 read_from_pointer(const unsigned char* source) function in namespace:gold
130 read_from_pointer(unsigned char** source) function in namespace:gold
145 read_from_pointer(const unsigned char** source) function in namespace:gold
dwarf_reader.cc 418 start = this->dwinfo_->read_from_pointer<32>(this->ranges_buffer_
420 end = this->dwinfo_->read_from_pointer<32>(this->ranges_buffer_
425 start = this->dwinfo_->read_from_pointer<64>(this->ranges_buffer_
427 end = this->dwinfo_->read_from_pointer<64>(this->ranges_buffer_
568 uint64_t unit_length = this->dwinfo_->read_from_pointer<32>(pinfo);
572 unit_length = this->dwinfo_->read_from_pointer<64>(pinfo);
591 unsigned int version = this->dwinfo_->read_from_pointer<16>(pinfo);
717 str_off = this->dwinfo_->read_from_pointer<32>(&pattr);
719 str_off = this->dwinfo_->read_from_pointer<64>(&pattr);
730 sec_off = this->dwinfo_->read_from_pointer<32>(&pattr)
1425 Dwarf_info_reader::read_from_pointer(const unsigned char* source) function in class:gold::Dwarf_info_reader
1438 Dwarf_info_reader::read_from_pointer(const unsigned char** source) function in class:gold::Dwarf_info_reader
    [all...]

Completed in 54 milliseconds