Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDexec.c381 struct target_section **table_pp = (struct target_section **) table_pp_char; in add_to_section_table() local
393 (*table_pp)->key = NULL; in add_to_section_table()
394 (*table_pp)->bfd = abfd; in add_to_section_table()
395 (*table_pp)->the_bfd_section = asect; in add_to_section_table()
396 (*table_pp)->addr = bfd_section_vma (abfd, asect); in add_to_section_table()
397 (*table_pp)->endaddr = (*table_pp)->addr + bfd_section_size (abfd, asect); in add_to_section_table()
398 (*table_pp)++; in add_to_section_table()