Lines Matching full:elfcpp
29 #include "elfcpp.h"
159 if (sh_type != elfcpp::SHT_REL)
191 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
228 typename elfcpp::Elf_types<size>::Elf_WXword r_info = reloc.get_r_info();
229 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);
230 unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
231 typename elfcpp::Elf_types<size>::Elf_Swxword addend =
235 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
241 typename elfcpp::Sym<size, big_endian> lsym(plocal_syms
272 && lsym.get_st_type() != elfcpp::STT_OBJECT
305 && gsym->type() != elfcpp::STT_OBJECT