Lines Matching refs:methods
1046 resx = obj->methods->get_section_info(obj->object, in insert_sht_list_in_group_map()
1140 res = obj->methods->get_section_info(obj->object, in determine_target_group()
1275 endianness = obj->methods->get_byte_order(obj->object); in _dwarf_setup()
1296 dbg->de_length_size = obj->methods->get_length_size(obj->object); in _dwarf_setup()
1297 dbg->de_pointer_size = obj->methods->get_pointer_size(obj->object); in _dwarf_setup()
1299 section_count = obj->methods->get_section_count(obj->object); in _dwarf_setup()
1355 res = obj->methods->get_section_info(obj->object, in _dwarf_setup()
1856 res = o->methods->load_section( in _dwarf_load_section()
1907 if (!o->methods->relocate_a_section) { in _dwarf_load_section()
1911 res = o->methods->relocate_a_section( o->object, in _dwarf_load_section()
2093 section_count = obj->methods->get_section_count(obj->object); in dwarf_get_section_info_by_name()
2100 int res = obj->methods->get_section_info(obj->object, in dwarf_get_section_info_by_name()
2138 res = obj->methods->get_section_info(obj->object, in dwarf_get_section_info_by_index()
2161 return obj->methods->get_section_count(obj->object); in dwarf_get_section_count()