Home
last modified time | relevance | path

Searched refs:new_target_sect_ptr (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwin32-nat.c2291 struct section_table *new_target_sect_ptr; in map_single_dll_code_section() local
2321 new_target_sect_ptr = target->to_sections + old; in map_single_dll_code_section()
2322 new_target_sect_ptr->addr = args->addr + bfd_section_vma (abfd, sect); in map_single_dll_code_section()
2323 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) + in map_single_dll_code_section()
2325 new_target_sect_ptr->the_bfd_section = sect; in map_single_dll_code_section()
2326 new_target_sect_ptr->bfd = abfd; in map_single_dll_code_section()