Searched refs:eo_methods (Results 1 – 2 of 2) sorted by relevance
225 e->eo_methods.get_section_info = _dwarf_elf_get_section_info; in _dwarf_elf_init()226 e->eo_methods.get_byte_order = _dwarf_elf_get_byte_order; in _dwarf_elf_init()227 e->eo_methods.get_length_size = _dwarf_elf_get_length_size; in _dwarf_elf_init()228 e->eo_methods.get_pointer_size = _dwarf_elf_get_pointer_size; in _dwarf_elf_init()229 e->eo_methods.get_section_count = _dwarf_elf_get_section_count; in _dwarf_elf_init()230 e->eo_methods.load_section = _dwarf_elf_load_section; in _dwarf_elf_init()233 iface->methods = &e->eo_methods; in _dwarf_elf_init()
393 Dwarf_Obj_Access_Methods eo_methods; member