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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 1036 { return Convert<16, big_endian>::convert_host(this->p_->e_type); }
1040 { return Convert<16, big_endian>::convert_host(this->p_->e_machine); }
1044 { return Convert<32, big_endian>::convert_host(this->p_->e_version); }
1048 { return Convert<size, big_endian>::convert_host(this->p_->e_entry); }
1052 { return Convert<size, big_endian>::convert_host(this->p_->e_phoff); }
1056 { return Convert<size, big_endian>::convert_host(this->p_->e_shoff); }
1060 { return Convert<32, big_endian>::convert_host(this->p_->e_flags); }
1064 { return Convert<16, big_endian>::convert_host(this->p_->e_ehsize); }
1068 { return Convert<16, big_endian>::convert_host(this->p_->e_phentsize); }
1072 { return Convert<16, big_endian>::convert_host(this->p_->e_phnum);
    [all...]
elfcpp_swap.h 144 // as Valtype_base does, and also defines a function convert_host
157 convert_host(Valtype v) function in struct:elfcpp::Convert_endian
167 convert_host(Valtype v) function in struct:elfcpp::Convert_endian
177 convert_host(Valtype v) function in struct:elfcpp::Convert_endian
187 convert_host(Valtype v) function in struct:elfcpp::Convert_endian
197 convert_host(Valtype v) function in struct:elfcpp::Convert_endian
202 // big endian. It defines Valtype and convert_host like
212 convert_host(Valtype v) function in struct:elfcpp::Convert
215 ::convert_host(v);
233 { return Convert<size, big_endian>::convert_host(*wv);
    [all...]

Completed in 644 milliseconds