Home | History | Annotate | Download | only in gold

Lines Matching full:elfcpp

29 #include "elfcpp.h"
105 elfcpp::STT enclosing_symbol_type;
195 if (shndx >= elfcpp::SHN_LORESERVE)
505 if (shndx < elfcpp::SHN_LORESERVE)
507 else if (shndx == elfcpp::SHN_XINDEX)
617 // Functions and types for the elfcpp::Elf_file interface. This
619 // elfcpp::Elf_file.
916 read_section_data(elfcpp::Elf_file<size, big_endian, Object>*,
1486 typedef typename elfcpp::Elf_types<size>::Elf_Addr Value;
1570 typedef typename elfcpp::Elf_types<size>::Elf_Addr Value;
1886 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
2046 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
2065 const typename elfcpp::Ehdr<size, big_endian>&);
2395 if (shndx >= elfcpp::SHN_LORESERVE)
2416 elfcpp::Elf_file<size, big_endian, Object>*
2429 typename elfcpp::Elf_types<size>::Elf_Addr address;
2464 static const int ehdr_size = elfcpp::Elf_sizes<size>::ehdr_size;
2465 static const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
2466 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
2467 typedef elfcpp::Shdr<size, big_endian> Shdr;
2490 check_eh_frame_flags(const elfcpp::Shdr<size, big_endian>* shdr) const;
2507 const elfcpp::Shdr<size, big_endian>&);
2671 static const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
2688 elfcpp::Elf_file<size, big_endian, Object> elf_file_;