H A D | elfio_symbols.hpp | 71 unsigned char& bind, in get_symbol() 79 ret = generic_get_symbol<Elf32_Sym>( index, name, value, size, bind, in get_symbol() 83 ret = generic_get_symbol<Elf64_Sym>( index, name, value, size, bind, in get_symbol() 94 unsigned char& bind, in get_symbol() 103 ret = hash_lookup( name, value, size, bind, type, section_index, in get_symbol() 110 name, value, size, bind, type, section_index, other ); in get_symbol() 114 name, value, size, bind, type, section_index, other ); in get_symbol() 122 if ( get_symbol( i, symbol_name, value, size, bind, type, in get_symbol() 138 unsigned char& bind, in get_symbol() 166 return get_symbol( idx, name, v, size, bind, typ in get_symbol() 67 get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 91 get_symbol( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 135 get_symbol( const Elf64_Addr& value, std::string& name, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument 205 add_symbol( Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 231 add_symbol( string_section_accessor& pStrWriter, const char* str, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx ) add_symbol() argument 290 hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const hash_lookup() argument 329 gnu_hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const gnu_hash_lookup() argument 430 generic_get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const generic_get_symbol() argument [all...] |