Searched refs:ret_scn_doas (Results 1 – 1 of 1) sorted by relevance
325 Dwarf_Obj_Access_Section* ret_scn_doas, in dwarf_elf_object_access_get_section_info() argument354 ret_scn_doas->type = shdr64->sh_type; in dwarf_elf_object_access_get_section_info()355 ret_scn_doas->size = shdr64->sh_size; in dwarf_elf_object_access_get_section_info()356 ret_scn_doas->addr = shdr64->sh_addr; in dwarf_elf_object_access_get_section_info()357 ret_scn_doas->link = shdr64->sh_link; in dwarf_elf_object_access_get_section_info()358 ret_scn_doas->info = shdr64->sh_info; in dwarf_elf_object_access_get_section_info()359 ret_scn_doas->entrysize = shdr64->sh_entsize; in dwarf_elf_object_access_get_section_info()360 ret_scn_doas->name = elf_strptr(obj->elf, obj->ehdr64->e_shstrndx, in dwarf_elf_object_access_get_section_info()362 if (ret_scn_doas->name == NULL) { in dwarf_elf_object_access_get_section_info()379 ret_scn_doas->type = shdr32->sh_type; in dwarf_elf_object_access_get_section_info()[all …]