Home | History | Annotate | Download | only in gold

Lines Matching full:elfcpp

715   typedef elfcpp::Swap<32, big_endian> Swap32;
753 typedef elfcpp::Swap<size, big_endian> Swap;
754 typedef elfcpp::Swap<16, big_endian> Swap16;
755 typedef elfcpp::Swap<32, big_endian> Swap32;
756 typedef elfcpp::Swap<64, big_endian> Swap64;
781 const elfcpp::Elf_strtab& strtab)
1164 elfcpp::Elf_strtab strtab_;
1191 { return elfcpp::Swap<32, big_endian>::readval(this->p_ + 4 * n); }
1210 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
1211 typedef typename elfcpp::Elf_types<size>::Elf_Swxword Addend;
1232 { return elfcpp::Swap<32, big_endian>::readval(this->p_ + off); }
1237 { return elfcpp::Swap<32, big_endian>::readval(this->p_ + off + 4); }
1242 { return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8); }
1248 return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8
1276 this->got_count_ = elfcpp::Swap<32, big_endian>::readval(p);
1292 return elfcpp::Swap<32, big_endian>::readval(this->p_ + 4);
1306 return elfcpp::Swap<32, big_endian>::readval(this->got_desc_p_ + n * 8);
1313 return elfcpp::Swap<32, big_endian>::readval(this->got_desc_p_ + n * 8 + 4);
1320 return elfcpp::Swap<32, big_endian>::readval(this->plt_desc_p_ + n * 4);
1483 // Functions and types for the elfcpp::Elf_file interface. This
1485 // elfcpp::Elf_file.
1593 const elfcpp::Ehdr<size, big_endian>& ehdr,
1665 elfcpp::Elf_strtab* strtab);
1782 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file_;
1818 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
1828 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
2060 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;