Lines Matching refs:elf_symbol
756 class elf_symbol; variable
758 typedef shared_ptr<elf_symbol> elf_symbol_sptr;
761 typedef weak_ptr<elf_symbol> elf_symbol_wptr;
792 class elf_symbol
833 elf_symbol();
835 elf_symbol(const environment* e,
850 elf_symbol(const elf_symbol&);
852 elf_symbol&
853 operator=(const elf_symbol& s);
1003 get_alias_which_equals(const elf_symbol& other) const;
1018 operator==(const elf_symbol&) const;
1021 does_alias(const elf_symbol&) const;
1025 operator<<(std::ostream& o, elf_symbol::type t);
1028 operator<<(std::ostream& o, elf_symbol::binding t);
1031 string_to_elf_symbol_type(const string&, elf_symbol::type&);
1034 string_to_elf_symbol_binding(const string&, elf_symbol::binding&);
1037 string_to_elf_symbol_visibility(const string&, elf_symbol::visibility&);
1040 elf_symbol_is_function(elf_symbol::type);
1043 elf_symbol_is_variable(elf_symbol::type);
1052 elf_symbols_alias(const elf_symbol& s1, const elf_symbol& s2);
1055 compute_aliases_for_elf_symbol(const elf_symbol& symbol,
1060 class elf_symbol::version