HIP: Heterogenous-computing Interface for Portability
|
This is the complete list of members for ELFIO::relocation_section_accessor, including all inherited members.
add_entry(Elf64_Addr offset, Elf_Xword info) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
add_entry(Elf64_Addr offset, Elf_Word symbol, unsigned char type) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
add_entry(Elf64_Addr offset, Elf_Xword info, Elf_Sxword addend) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
add_entry(Elf64_Addr offset, Elf_Word symbol, unsigned char type, Elf_Sxword addend) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
add_entry(string_section_accessor str_writer, const char *str, symbol_section_accessor sym_writer, Elf64_Addr value, Elf_Word size, unsigned char sym_info, unsigned char other, Elf_Half shndx, Elf64_Addr offset, unsigned char type) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
get_entries_num() const (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
get_entry(Elf_Xword index, Elf64_Addr &offset, Elf_Word &symbol, Elf_Word &type, Elf_Sxword &addend) const (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
get_entry(Elf_Xword index, Elf64_Addr &offset, Elf64_Addr &symbolValue, std::string &symbolName, Elf_Word &type, Elf_Sxword &addend, Elf_Sxword &calcValue) const (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |
relocation_section_accessor(const elfio &elf_file_, section *section_) (defined in ELFIO::relocation_section_accessor) | ELFIO::relocation_section_accessor | inline |