Searched refs:image_section (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vms-alpha.c | 306 asection *image_section; /* section for image_ptr */ member 1527 PRIV (image_section) = NULL; in image_set_ptr() 1532 PRIV (image_section) = sec->output_section; in image_set_ptr() 1537 PRIV (image_section) = sec; in image_set_ptr() 1618 asection *sec = PRIV (image_section); in image_write() 1634 if (PRIV (image_section)->contents != NULL) in image_write() 1822 (info, name, abfd, PRIV (image_section), PRIV (image_offset), true); in _bfd_vms_get_value() 2616 PRIV (image_section) = section; in vms_slurp_debug() 8804 PRIV (image_section) = cur_section; in alpha_vms_read_sections_content() 8807 cur_section = PRIV (image_section); in alpha_vms_read_sections_content() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | vms-alpha.c | 305 asection *image_section; /* section for image_ptr */ member 1526 PRIV (image_section) = NULL; in image_set_ptr() 1531 PRIV (image_section) = sec->output_section; in image_set_ptr() 1536 PRIV (image_section) = sec; in image_set_ptr() 1615 asection *sec = PRIV (image_section); in image_write() 1631 if (PRIV (image_section)->contents != NULL) in image_write() 1819 (info, name, abfd, PRIV (image_section), PRIV (image_offset), true); in _bfd_vms_get_value() 2613 PRIV (image_section) = section; in vms_slurp_debug() 8635 PRIV (image_section) = cur_section; in alpha_vms_read_sections_content() 8638 cur_section = PRIV (image_section); in alpha_vms_read_sections_content() [all …]
|