HIP: Heterogenous-computing Interface for Portability
|
This is the complete list of members for ELFIO::symbol_section_accessor, including all inherited members.
add_symbol(Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx) (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
add_symbol(Elf_Word name, Elf64_Addr value, Elf_Xword size, unsigned char bind, unsigned char type, unsigned char other, Elf_Half shndx) (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
add_symbol(string_section_accessor &pStrWriter, const char *str, Elf64_Addr value, Elf_Xword size, unsigned char info, unsigned char other, Elf_Half shndx) (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
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) (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
get_symbol(Elf_Xword index, std::string &name, Elf64_Addr &value, Elf_Xword &size, unsigned char &bind, unsigned char &type, Elf_Half §ion_index, unsigned char &other) const (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
get_symbol(const std::string &name, Elf64_Addr &value, Elf_Xword &size, unsigned char &bind, unsigned char &type, Elf_Half §ion_index, unsigned char &other) const (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
get_symbols_num() const (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |
symbol_section_accessor(const elfio &elf_file_, section *symbol_section_) (defined in ELFIO::symbol_section_accessor) | ELFIO::symbol_section_accessor | inline |